Bug#975289: systemd: always reporting unit file has "changed on disk" when override.conf is present

Richard van den Berg richard at vdberg.org
Fri Nov 20 05:42:54 GMT 2020


Package: systemd
Version: 246.6-2~bpo10+1
Severity: normal

I added a system wide drop-in at /etc/systemd/system/service.d/90-pushover.conf and a specific drop-in at /etc/systemd/system/prometheus.service.d/override.conf
Now systemd always complains for prometheus.service:

# systemctl status prometheus
Warning: The unit file, source configuration file or drop-ins of
prometheus.service changed on disk. Run 'systemctl daemon-reload' to
reload units.
● prometheus.service - Monitoring system and time series database
     Loaded: loaded (/lib/systemd/system/prometheus.service; enabled;
vendor preset: enabled)
    Drop-In: /etc/systemd/system/service.d
             └─90-pushover.conf
             /etc/systemd/system/prometheus.service.d
             └─override.conf
     Active: active (running) (thawing) since Fri 2020-11-20 06:12:24 CET; 8min ago
       Docs: https://prometheus.io/docs/introduction/overview/
    Process: 28925 ExecStartPost=/usr/bin/curl -s --form-string <snipped>
   Main PID: 28924 (prometheus)
      Tasks: 21 (limit: 4915)
     Memory: 97.7M
     CGroup: /system.slice/prometheus.service
             └─28924 /usr/bin/prometheus --web.listen-address=0.0.0.0:9191 --storage.tsdb.retention=3650d --web.enable-admin-api

The ExecStartPost process is from override.conf:

# systemctl cat prometheus
# Warning: prometheus.service changed on disk, the version systemd has loaded is outdated.
# This output shows the current version of the unit's original fragment and drop-in files.
# If fragments or drop-ins were added or removed, they are not properly reflected in this output.
# Run 'systemctl daemon-reload' to reload units.
# /lib/systemd/system/prometheus.service
[Unit]
Description=Monitoring system and time series database
Documentation=https://prometheus.io/docs/introduction/overview/

[Service]
Restart=always
User=prometheus
EnvironmentFile=/etc/default/prometheus
ExecStart=/usr/bin/prometheus $ARGS
ExecReload=/bin/kill -HUP $MAINPID
TimeoutStopSec=20s
SendSIGKILL=no
LimitNOFILE=8192

[Install]
WantedBy=multi-user.target

# /etc/systemd/system/service.d/90-pushover.conf
[Unit]
OnFailure=pushover-warning@%p.service

# /etc/systemd/system/prometheus.service.d/override.conf
[Service]
ExecStartPost=/usr/bin/curl -s \
   --form-string "token=<TOKEN>" \
   --form-string "user=<USER_KEY>" \
   --form-string "message=service %N at %H started" \
   --form-string "sound=spacealarm" \
   https://api.pushover.net/1/messages.json


The unit files and drop-ins are 5 days old:

-rw-r--r-- 1 root root 294 Nov 15 00:23 /etc/systemd/system/prometheus.service.d/override.conf
-rw-r--r-- 1 root root 339 Nov 15 11:48 /etc/systemd/system/pushover-warning at .service
-rw-r--r-- 1 root root  45 Nov 15 14:32 /etc/systemd/system/service.d/90-pushover.conf
-rw-r--r-- 1 root root 368 Feb 10  2019 /lib/systemd/system/prometheus.service

Running "systemctl daemon-reload" does not help. The warning never goes away.

-- Package-specific info:

-- System Information:
Debian Release: 10.4
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-9-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to C.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to C.UTF-8)
Shell: /bin/sh linked to /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-4
ii  libapparmor1                     2.13.2-10
ii  libaudit1                        1:2.8.4-3
ii  libblkid1                        2.33.1-0.1
ii  libc6                            2.28-10
ii  libcap2                          1:2.25-2
ii  libcryptsetup12                  2:2.1.0-5+deb10u2
ii  libgcrypt20                      1.8.4-5
ii  libgnutls30                      3.6.7-4+deb10u4
ii  libgpg-error0                    1.35-1
ii  libidn2-0                        2.0.5-1+deb10u1
ii  libip4tc0                        1.8.2-4
ii  libkmod2                         26-1
ii  liblz4-1                         1.8.3-1
ii  liblzma5                         5.2.4-1
ii  libmount1                        2.33.1-0.1
ii  libpam0g                         1.3.1-5
ii  libpcre2-8-0                     10.32-5
ii  libseccomp2                      2.3.3-4
ii  libselinux1                      2.8-1+b1
ii  libsystemd0                      246.6-2~bpo10+1
ii  libzstd1                         1.4.4+dfsg-3~bpo10+1
ii  mount                            2.33.1-0.1
ii  systemd-timesyncd [time-daemon]  246.6-2~bpo10+1
ii  util-linux                       2.33.1-0.1

Versions of packages systemd recommends:
ii  dbus  1.12.16-1

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

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.133+deb10u1
ii  libnss-systemd   246.6-2~bpo10+1
ii  libpam-systemd   246.6-2~bpo10+1
ii  udev             241-7~deb10u4

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

--- /usr/lib/tmpfiles.d/screen-cleanup.conf	2017-07-01 14:07:57.000000000 +0200
+++ /etc/tmpfiles.d/screen-cleanup.conf	2019-12-28 14:09:06.223301816 +0100
@@ -1 +1 @@
-d /run/screen 0777 root utmp
+d /run/screen 1777 root utmp

[MASKED]     /etc/systemd/system/hibernate.target -> /lib/systemd/system/hibernate.target
[MASKED]     /etc/systemd/system/hybrid-sleep.target -> /lib/systemd/system/hybrid-sleep.target
[MASKED]     /etc/systemd/system/samba-ad-dc.service -> /lib/systemd/system/samba-ad-dc.service
[MASKED]     /etc/systemd/system/sleep.target -> /lib/systemd/system/sleep.target
[MASKED]     /etc/systemd/system/suspend.target -> /lib/systemd/system/suspend.target
[OVERRIDDEN] /etc/systemd/system/zfs-mount.service -> /lib/systemd/system/zfs-mount.service

--- /lib/systemd/system/zfs-mount.service	2020-05-25 10:17:18.000000000 +0200
+++ /etc/systemd/system/zfs-mount.service	2018-06-10 12:10:41.205605629 +0200
@@ -1,12 +1,12 @@
 [Unit]
 Description=Mount ZFS filesystems
-Documentation=man:zfs(8)
 DefaultDependencies=no
-After=systemd-udev-settle.service
-After=zfs-import.target
-After=systemd-remount-fs.service
+After=zfs-import-cache.service
+After=zfs-import-scan.service
+Before=systemd-remount-fs.service
 Before=local-fs.target
-Before=systemd-random-seed.service
+Before=systemd-tmpfiles-setup.service
+Before=haveged.service
 
 [Service]
 Type=oneshot
@@ -14,4 +14,5 @@
 ExecStart=/sbin/zfs mount -a
 
 [Install]
+WantedBy=zfs-share.service
 WantedBy=zfs.target

[EXTENDED]   /lib/systemd/system/prometheus.service -> /etc/systemd/system/prometheus.service.d/override.conf
[EXTENDED]   /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED]   /lib/systemd/system/unifi.service -> /etc/systemd/system/unifi.service.d/override.conf

10 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Tue 2020-06-16 21:43:28 CEST
Timestamp userspace: Tue 2020-06-16 21:44:05 CEST
Timestamp finish: Tue 2020-06-16 21:46:28 CEST
Timestamp security-start: Tue 2020-06-16 21:44:05 CEST
Timestamp security-finish: Tue 2020-06-16 21:44:05 CEST
Timestamp generators-start: Tue 2020-06-16 21:44:06 CEST
Timestamp generators-finish: Tue 2020-06-16 21:44:08 CEST
Timestamp units-load-start: Tue 2020-06-16 21:44:08 CEST
Timestamp units-load-finish: Tue 2020-06-16 21:44:11 CEST
-> Unit dev-sdc.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: bcbfa54d0acf423181f310bbcf5728e7
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit x-display-manager.target:
	Description: x-display-manager.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: plymouth.service (destination-file)
	ReferencedBy: plymouth.service (destination-file)
-> Unit pushover-warning at systemd-fsckd.service:
	Description: pushover warning
	Instance: systemd-fsckd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-fsckd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-fsckd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 01c48c3b46354f7db5b548e8fd7a4587
	Following: sys-devices-pnp0-00:01-tty-ttyS0.device
	Following Set Member: sys-devices-pnp0-00:01-tty-ttyS0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:01/tty/ttyS0
	Found: found-udev
-> Unit rpcbind.service:
	Alias: portmap.service
	Description: RPC bind portmap service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:09 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/rpcbind.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8ea2c95b4eb949689940d0be471ec4bc
	Documentation: man:rpcbind(8)
	Fragment Path: /lib/systemd/system/rpcbind.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:08 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:08 CET
	Assert Result: yes
	Requires: rpcbind.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: rpcbind.target (origin-file)
	Wants: remote-fs-pre.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Before: rpcbind.target (origin-file)
	Before: remote-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: rpcbind.socket (destination-implicit)
	After: -.mount (origin-path)
	OnFailure: pushover-warning at rpcbind.service (origin-file)
	TriggeredBy: rpcbind.socket (destination-implicit)
	References: remote-fs-pre.target (origin-file)
	References: rpcbind.socket (origin-file)
	References: rpcbind.target (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at rpcbind.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: rpcbind.socket (destination-implicit)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /run/rpcbind (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 599
	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
	Environment: OPTIONS=-w
	EnvironmentFile: -/etc/rpcbind.conf
	EnvironmentFile: -/etc/default/rpcbind
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/rpcbind -f $OPTIONS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 43e6f4ba7bf148919dd255b7ead8c2f4
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sde1.device
	Following Set Member: dev-disk-by\x2dpartuuid-0c5ef2a7\x2da761\x2d4186\x2d94b3\x2d2c5a2df4230d.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde1
	Found: found-udev
-> Unit pushover-warning at systemd-networkd.service:
	Description: pushover warning
	Instance: systemd-networkd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-networkd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-networkd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-journald.service:
	Description: pushover warning
	Instance: systemd-journald
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-journald.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-journald at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-download-transmission.mount:
	Description: /share/download/transmission
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-download-transmission.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 026feb5a2f874b9c89df47a9319fd39b
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: share.mount (origin-path)
	After: share-download.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: share.mount (origin-path)
	References: share-download.mount (origin-path)
	RequiresMountsFor: /share/download (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/download/transmission
	What: tank/share/download/transmission
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-tmpfiles-setup.service:
	Description: pushover warning
	Instance: systemd-tmpfiles-setup
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: systemd-tmpfiles-setup.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-tmpfiles-setup at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at grafana-server.service:
	Description: pushover warning
	Instance: grafana-server
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.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-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: grafana-server.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service grafana-server at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit zfs-import-scan.service:
	Description: Import ZFS pools by device scanning
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:zpool(8)
	Fragment Path: /lib/systemd/system/zfs-import-scan.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: !/etc/zfs/zpool.cache untested
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: no
	Requires: systemd-udev-settle.service (origin-file)
	Requires: zfs-load-module.service (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: zfs.target (destination-file)
	WantedBy: zfs-mount.service (destination-file)
	Before: zfs-import.target (origin-file)
	Before: zfs-mount.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: multipathd.target (origin-file)
	After: systemd-udev-settle.service (origin-file)
	After: cryptsetup.target (origin-file)
	OnFailure: pushover-warning at zfs-import-scan.service (origin-file)
	References: zfs-import.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: cryptsetup.target (origin-file)
	References: zfs-load-module.service (origin-file)
	References: multipathd.target (origin-file)
	References: systemd-udev-settle.service (origin-file)
	References: pushover-warning at zfs-import-scan.service (origin-file)
	ReferencedBy: zfs.target (destination-file)
	ReferencedBy: zfs-mount.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: 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
	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
	-> ExecStart:
		Command Line: /sbin/zpool import -aN -o cachefile=none
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cups.service:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:37 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:36 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:37 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:35 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:36 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/cups.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 598d182d14c74d4a9cfc729b80f2a190
	Documentation: man:cupsd(8)
	Fragment Path: /lib/systemd/system/cups.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:36 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:36 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: cups-browsed.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: cups-browsed.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at cups.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at cups.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: cups-browsed.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7520
	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
	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
	-> ExecStart:
		Command Line: /usr/sbin/cupsd -l
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at zfs-import-scan.service:
	Description: pushover warning
	Instance: zfs-import-scan
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: zfs-import-scan.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service zfs-import-scan at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit zfs-import.target:
	Description: ZFS pool import target
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:11 CEST
	Active Exit 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: cd4b5517d37848c48fc7cbf79b3798c7
	Fragment Path: /lib/systemd/system/zfs-import.target
	Condition Timestamp: Tue 2020-06-16 21:46:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:11 CEST
	Assert Result: yes
	WantedBy: zfs.target (destination-file)
	WantedBy: zfs-mount.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: zfs-volume-wait.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: dracut-mount.service (origin-file)
	Before: zfs.target (destination-default)
	After: zfs-import-scan.service (destination-file)
	After: zfs-import-cache.service (destination-file)
	References: dracut-mount.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: zfs-import-scan.service (destination-file)
	ReferencedBy: zfs-mount.service (destination-file)
	ReferencedBy: zfs.target (destination-file destination-default)
	ReferencedBy: zfs-import-cache.service (destination-file)
	ReferencedBy: zfs-volume-wait.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dracut-mount.service:
	Description: dracut-mount.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	After: zfs-load-module.service (destination-file)
	After: zfs-import.target (destination-file)
	ReferencedBy: zfs-load-module.service (destination-file)
	ReferencedBy: zfs-import.target (destination-file)
-> Unit run-rpc_pipefs.mount:
	Description: RPC Pipe File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/run-rpc_pipefs.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2cbf9e46381541fbbaca8ef831768166
	Fragment Path: /lib/systemd/system/run-rpc_pipefs.mount
	Source Path: /proc/self/mountinfo
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: nfs-blkmap.service (destination-file)
	RequiredBy: rpc-gssd.service (destination-file)
	RequiredBy: rpc-svcgssd.service (destination-file)
	RequiredBy: nfs-idmapd.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-blkmap.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: umount.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	RequiresMountsFor: /run (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/rpc_pipefs
	What: sunrpc
	File System Type: rpc_pipefs
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdd.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: efba40c8c8e54af394a567dad8808c39
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd
	Found: found-udev
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:09 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8463ba49bdb64b98841a6c9bb3639a6a
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: rsyslog.service (origin-implicit)
	Before: sockets.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: systemd-journald.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: rsyslog.service (origin-implicit)
	References: rsyslog.service (origin-implicit)
	References: sockets.target (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	References: emergency.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit zfs-volume-wait.service:
	Description: Wait for ZFS Volume (zvol) links in /dev
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/zfs-volume-wait.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5fb5092b12da4a2d8d7edf3435dc2eb6
	Fragment Path: /lib/systemd/system/zfs-volume-wait.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: zfs-volumes.target (destination-file)
	WantedBy: zfs-volumes.target (destination-file)
	Before: zfs-volumes.target (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: zfs-import.target (origin-file)
	After: systemd-udev-settle.service (origin-file)
	OnFailure: pushover-warning at zfs-volume-wait.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: zfs-import.target (origin-file)
	References: systemd-udev-settle.service (origin-file)
	References: pushover-warning at zfs-volume-wait.service (origin-file)
	ReferencedBy: zfs-volumes.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
	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
	-> ExecStart:
		Command Line: /sbin/zvol_wait
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-subsystem-net-devices-vethcf06bb2.device:
	Description: /sys/subsystem/net/devices/vethcf06bb2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-18 01:03:48 CET
	Inactive Exit Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Enter Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Exit 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: 780cd72077ed4fe0a573898359344bda
	Following Set Member: sys-devices-virtual-net-vethcf06bb2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethcf06bb2
	Found: found-udev
-> Unit dev-sdj.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b90f12a261714e32a4177a76d2a3d034
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj
	Found: found-udev
-> Unit pushover-warning at prometheus-node-exporter-ipmitool-sensor.service:
	Description: pushover warning
	Instance: prometheus-node-exporter-ipmitool-sensor
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus-node-exporter-ipmitool-sensor at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e7fa3a875ca247ed92dac7f398884f9d
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-sdj9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1623a56\x2dfc31\x2d49b7\x2d926d\x2db3145bfaa365.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj9
	Found: found-udev
-> Unit rbdmap.service:
	Description: rbdmap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:28:05 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-sde.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 542776efe916446bbb09093a128b0671
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: afba6d87896141269302f15561a3cebe
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.device
	Following Set Member: dev-sdg9.device
	Following Set Member: dev-disk-by\x2dpartuuid-109a5ef2\x2dac25\x2d4168\x2d89f3\x2d17e97b2b4109.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg9
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 119207a202c942a5b95aee37892e55e5
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839.device
	Following Set Member: dev-sdh.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh
	Found: found-udev
-> Unit netatmo.service:
	Description: netatmo.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: failed
	State Change Timestamp: Sat 2020-11-14 16:02:18 CET
	Inactive Exit Timestamp: Wed 2020-11-11 16:57:10 CET
	Active Enter Timestamp: Wed 2020-11-11 16:57:10 CET
	Active Exit Timestamp: Sat 2020-11-14 16:02:18 CET
	Inactive Enter Timestamp: Sat 2020-11-14 16:02:18 CET
	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: 5b5fffcff10e47b2ae4f688e6cb702e8
	Condition Timestamp: Wed 2020-11-11 16:57:10 CET
	Condition Result: yes
	Assert Timestamp: Wed 2020-11-11 16:57:10 CET
	Assert Result: yes
-> Unit dev-disk-by\x2dpartuuid-61028f4f\x2d5bc4\x2d4bbc\x2d82ac\x2d73e3fc51f11f.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: c9bc8bad37a147b19e84eccfc8807103
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.device
	Following Set Member: dev-sdk9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk9
	Found: found-udev
-> Unit loadcpufreq.service:
	Description: LSB: Load kernel modules needed to enable cpufreq scaling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/loadcpufreq.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4aded7e0bcde4f22b7fce6508e1640ea
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/loadcpufreq.service
	Source Path: /etc/init.d/loadcpufreq
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cpufrequtils.service (destination-file)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: remote-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at loadcpufreq.service (origin-file)
	References: sysinit.target (origin-default)
	References: remote-fs.target (origin-file)
	References: multi-user.target (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at loadcpufreq.service (origin-file)
	References: graphical.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: cpufrequtils.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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/loadcpufreq start
	-> ExecStop:
		Command Line: /etc/init.d/loadcpufreq stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-backup-tm\x2dtwappel.mount:
	Description: /share/backup/tm-twappel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-tm\x2dtwappel.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fbabfeec7a504088b42c8022f87a7542
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	Before: session-c49.scope (destination-file)
	Before: umount.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: share-backup.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: share-backup.mount (origin-path)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: share.mount (origin-path)
	ReferencedBy: session-c49.scope (destination-file)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/tm-twappel
	What: tank/share/backup/tm-twappel
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/sys-kernel-debug.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 023d4c57af57451b8ef1b7c51d4f5974
	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: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: sys-kernel-debug-tracing.mount (destination-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: sys-kernel-debug-tracing.mount (destination-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: sys-kernel-debug-tracing.mount (destination-path)
	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,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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit irqbalance.service:
	Description: irqbalance.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Fragment Path: /dev/null
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	WantedBy: multi-user.target (destination-file)
	OnFailure: pushover-warning at irqbalance.service (origin-file)
	References: pushover-warning at irqbalance.service (origin-file)
	ReferencedBy: multi-user.target (destination-file)
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-mqueue.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0f26e4d838a74a23bdde8ca58413969c
	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: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	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,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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/getty-static.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: !/lib/systemd/system/dbus.service untested
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at getty-static.service (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at getty-static.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: getty.target (destination-file destination-default)
	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
	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
	-> ExecStart:
		Command Line: /bin/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: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit system-lvm2\x2dpvscan.slice:
	Description: system-lvm2\x2dpvscan.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:28:51 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:28:51 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:28:51 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-lvm2\x2dpvscan.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b2e23638990d46a1b0f2cafb8da3bdf5
	Condition Timestamp: Fri 2020-09-11 09:28:51 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2020-09-11 09:28:51 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: cd6746d1813f4b049f5eb61b3561c5ca
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f6b573b5\x2d7cb6\x2d4c9b\x2db580\x2d7e04ddbecafe.device
	Following Set Member: dev-sdc9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc9
	Found: found-udev
-> Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /init.scope
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices 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: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0b40734b179c41f7aed87e61b4532a6f
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.device
	Following Set Member: dev-sdg9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-109a5ef2\x2dac25\x2d4168\x2d89f3\x2d17e97b2b4109.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg9
	Found: found-udev
-> Unit pushover-warning at rpc-svcgssd.service:
	Description: pushover warning
	Instance: rpc-svcgssd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: rpc-svcgssd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rpc-svcgssd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: cac6072e75ad4ddcb254c6f52eb064ee
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-786cec57\x2d4ea3\x2d4403\x2db41c\x2d3b868e86438a.device
	Following Set Member: dev-sdf9.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf9
	Found: found-udev
-> Unit pushover-warning at systemd-logind.service:
	Description: pushover warning
	Instance: systemd-logind
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-logind.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-logind at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus-node-exporter-smartmon.service:
	Description: Collect SMART metrics for prometheus-node-exporter
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-11-20 06:14:09 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:14:07 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-11-20 06:14:09 CET
	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: c386f3cf62974c07a2f6a22af05b1273
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-smartmon.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-20 06:14:07 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:14:07 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: prometheus-node-exporter-smartmon.timer (destination-implicit)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at prometheus-node-exporter-smartmon.service (origin-file)
	TriggeredBy: prometheus-node-exporter-smartmon.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at prometheus-node-exporter-smartmon.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: prometheus-node-exporter-smartmon.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
	Environment: TMPDIR=/var/lib/prometheus/node-exporter
	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
	-> ExecStart:
		Command Line: /bin/bash -c '/usr/share/prometheus-node-exporter/smartmon.sh | sponge /var/lib/prometheus/node-exporter/smartmon.prom'
			PID: 10998
			Start Timestamp: Fri 2020-11-20 06:14:07 CET
			Exit Timestamp: Fri 2020-11-20 06:14:09 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit zfs-load-module.service:
	Description: Install ZFS kernel module
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/zfs-load-module.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f37ae988623c485dbb94ea0d9742cf7f
	Fragment Path: /lib/systemd/system/zfs-load-module.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: systemd-udev-settle.service (origin-file)
	Requires: system.slice (origin-file)
	RequiredBy: zfs-import-scan.service (destination-file)
	RequiredBy: zfs-import-cache.service (destination-file)
	WantedBy: zfs.target (destination-file)
	WantedBy: zfs-mount.service (destination-file)
	Before: dracut-mount.service (origin-file)
	Before: zfs-import-cache.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udev-settle.service (origin-file)
	After: cryptsetup.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	OnFailure: pushover-warning at zfs-load-module.service (origin-file)
	References: dracut-mount.service (origin-file)
	References: pushover-warning at zfs-load-module.service (origin-file)
	References: systemd-udev-settle.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: zfs-import-cache.service (destination-file)
	ReferencedBy: zfs-mount.service (destination-file)
	ReferencedBy: zfs.target (destination-file)
	ReferencedBy: zfs-import-scan.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
	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
	-> ExecStart:
		Command Line: /sbin/modprobe zfs
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount:
	Description: /var/lib/docker/aufs/mnt/6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-18 01:03:48 CET
	Inactive Exit Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Enter Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2aa058a2e12d4fe4bfe578129809708c
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /var/lib/docker/aufs/mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/docker/aufs/mnt/6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c
	What: none
	File System Type: aufs
	Options: rw,relatime,si=1c1a48e0cafe67b2,dio,dirperm1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at avahi-daemon.service:
	Description: pushover warning
	Instance: avahi-daemon
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: avahi-daemon.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service avahi-daemon at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus-node-exporter-mellanox-hca-temp.service:
	Description: Collect Mellanox HCA temperatures for prometheus-node-exporter
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-mellanox-hca-temp.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	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: prometheus-node-exporter-mellanox-hca-temp.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (origin-file)
	TriggeredBy: prometheus-node-exporter-mellanox-hca-temp.timer (destination-implicit)
	References: basic.target (origin-default)
	References: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.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
	Environment: TMPDIR=/var/lib/prometheus/node-exporter
	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
	-> ExecStart:
		Command Line: /bin/sh -c '/usr/share/prometheus-node-exporter/mellanox_hca_temp | sponge /var/lib/prometheus/node-exporter/mellanox_hca_temp.prom'
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit phpsessionclean.service:
	Description: Clean php session files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-11-20 06:09:01 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:09:00 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-11-20 06:09:01 CET
	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: 893c201214804f5bb0eea905a08b0b25
	Fragment Path: /lib/systemd/system/phpsessionclean.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-20 06:09:00 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:09:00 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: tmp.mount (origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: var-tmp.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: phpsessionclean.timer (destination-implicit)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: tmp.mount (origin-path)
	OnFailure: pushover-warning at phpsessionclean.service (origin-file)
	TriggeredBy: phpsessionclean.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: pushover-warning at phpsessionclean.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: tmp.mount (origin-path)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: basic.target (origin-default)
	References: var-tmp.mount (origin-path)
	ReferencedBy: phpsessionclean.timer (destination-implicit)
	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: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: yes
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /usr/lib/php/sessionclean
			PID: 31796
			Start Timestamp: Fri 2020-11-20 06:09:00 CET
			Exit Timestamp: Fri 2020-11-20 06:09:01 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus-node-exporter-apt.service:
	Description: Collect apt metrics for prometheus-node-exporter
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-11-20 06:14:09 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:14:07 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-11-20 06:14:09 CET
	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: dcae5e3220f948229bb3131c07dc5c63
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-apt.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-20 06:14:07 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:14:07 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: prometheus-node-exporter-apt.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at prometheus-node-exporter-apt.service (origin-file)
	TriggeredBy: prometheus-node-exporter-apt.timer (destination-implicit)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at prometheus-node-exporter-apt.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: prometheus-node-exporter-apt.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
	Environment: TMPDIR=/var/lib/prometheus/node-exporter
	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
	-> ExecStart:
		Command Line: /bin/bash -c '/usr/share/prometheus-node-exporter/apt.sh | sponge /var/lib/prometheus/node-exporter/apt.prom'
			PID: 10987
			Start Timestamp: Fri 2020-11-20 06:14:07 CET
			Exit Timestamp: Fri 2020-11-20 06:14:09 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:03:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a038eb801b5c474dbbe02c2bfa99ef4d
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Tue 2020-06-16 22:03:14 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:03:14 CEST
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: ipvsadm.service (origin-file)
	Wants: gitea.service (origin-file)
	Wants: rng-tools.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: minidlna.service (origin-file)
	Wants: minissdpd.service (origin-file)
	Wants: cpufrequtils.service (origin-file)
	Wants: hddtemp.service (origin-file)
	Wants: dropbox.service (origin-file)
	Wants: haveged.service (origin-file)
	Wants: loadcpufreq.service (origin-file)
	Wants: display-manager.service (origin-file)
	Wants: plymouth.service (origin-file)
	Wants: logitechmediaserver.service (origin-file)
	Wants: openipmi.service (origin-file)
	Wants: tftpd-hpa.service (origin-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	After: hddtemp.service (origin-default destination-file)
	After: tftpd-hpa.service (origin-default destination-file)
	After: rescue.service (origin-file)
	After: openipmi.service (origin-default destination-file)
	After: loadcpufreq.service (origin-default destination-file)
	After: gitea.service (origin-default destination-file)
	After: cpufrequtils.service (origin-default destination-file)
	After: rescue.target (origin-file)
	After: display-manager.service (origin-file)
	After: logitechmediaserver.service (origin-default destination-file)
	After: plymouth.service (origin-default destination-file)
	After: dropbox.service (origin-default destination-file)
	After: minidlna.service (origin-default destination-file)
	After: ipvsadm.service (origin-default destination-file)
	After: rng-tools.service (origin-default destination-file)
	After: minissdpd.service (origin-default destination-file)
	After: multi-user.target (origin-file origin-default)
	References: openipmi.service (origin-file origin-default)
	References: hddtemp.service (origin-file origin-default)
	References: haveged.service (origin-file)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: ipvsadm.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: gitea.service (origin-file origin-default)
	References: rng-tools.service (origin-file origin-default)
	References: multi-user.target (origin-file origin-default)
	References: minidlna.service (origin-file origin-default)
	References: dropbox.service (origin-file origin-default)
	References: rescue.service (origin-file)
	References: display-manager.service (origin-file)
	References: plymouth.service (origin-file origin-default)
	References: tftpd-hpa.service (origin-file origin-default)
	References: cpufrequtils.service (origin-file origin-default)
	References: loadcpufreq.service (origin-file origin-default)
	References: logitechmediaserver.service (origin-file origin-default)
	References: minissdpd.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: plymouth.service (destination-file)
	ReferencedBy: gitea.service (destination-file)
	ReferencedBy: openipmi.service (destination-file)
	ReferencedBy: minissdpd.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: logitechmediaserver.service (destination-file)
	ReferencedBy: rng-tools.service (destination-file)
	ReferencedBy: minidlna.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: ipvsadm.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: cpufrequtils.service (destination-file)
	ReferencedBy: loadcpufreq.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e11e7f608300421b9969afaf83b1feee
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-aaef178a\x2d3a91\x2d4d7a\x2db4ac\x2da014124c2968.device
	Following Set Member: dev-sdh1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh1
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart4.device:
	Description: KINGSTON_SUV400S37120G tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 300847c562d54ec2a34b3c27a97619fa
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpartuuid-9a7462b7\x2d6351\x2d4742\x2dba90\x2dd859c469db09.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4ca9e7d4fb07468c85c29d1a5a3626e1
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	Before: session-c49.scope (destination-file)
	Before: user-1000.slice (destination-file)
	Before: user-128.slice (destination-file)
	Before: user-runtime-dir at 129.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: session-2.scope (destination-file)
	Before: session-c34.scope (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: user-129.slice (destination-file)
	Before: user at 129.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: user at 128.service (destination-file)
	Before: user-runtime-dir at 128.service (destination-file)
	Before: session-c47.scope (destination-file)
	Before: session-592493.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: remote-fs.target (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at systemd-user-sessions.service (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: network.target (origin-file)
	References: pushover-warning at systemd-user-sessions.service (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: user-runtime-dir at 128.service (destination-file)
	ReferencedBy: user at 129.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: session-c34.scope (destination-file)
	ReferencedBy: user-128.slice (destination-file)
	ReferencedBy: user-129.slice (destination-file)
	ReferencedBy: session-c49.scope (destination-file)
	ReferencedBy: user-runtime-dir at 129.service (destination-file)
	ReferencedBy: user-1000.slice (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: session-c47.scope (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: session-592493.scope (destination-file)
	ReferencedBy: user at 128.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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-sessions start
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-sessions stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-loop0.device:
	Description: /dev/loop0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:27:14 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:23:22 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:23:22 CEST
	Active Exit 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: 986c9984fd444ed7b240d751ef87b28c
	Following: sys-devices-virtual-block-loop0.device
	Following Set Member: dev-disk-by\x2duuid-63dafc34\x2dc79c\x2d4c46\x2db395\x2dcc3911380dce.device
	Following Set Member: sys-devices-virtual-block-loop0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop0
	Found: found-udev
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit 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: b0105e2edca64e60963439442f1d02fa
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Wants: -.slice (origin-file)
	Wants: system.slice (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: user.slice (destination-file)
	After: -.slice (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: -.slice (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: user.slice (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit containerd.service:
	Description: containerd container runtime
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/containerd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: 489edcab783d4c30adeafb2a7783616f
	Documentation: https://containerd.io
	Fragment Path: /lib/systemd/system/containerd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	BoundBy: docker.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: docker.service (destination-file)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at containerd.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at containerd.service (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: docker.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: 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: continue
	Main PID: 29565
	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
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 18446744073709551615
	LimitNPROC: 18446744073709551615
	LimitNPROCSoft: 18446744073709551615
	LimitNOFILE: 1048576
	LimitNOFILESoft: 1048576
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /sbin/modprobe overlay
	-> ExecStart:
		Command Line: /usr/bin/containerd
	CPUAccounting: no
	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
	DelegateControllers: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
-> Unit pushover-warning at monitorix.service:
	Description: pushover warning
	Instance: monitorix
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: monitorix.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service monitorix at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at ssh.service:
	Description: pushover warning
	Instance: ssh
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: ssh.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service ssh at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b0c5c1d5cb2a4f55a505dcd3a33033ec
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: dev-sdb.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb
	Found: found-udev
-> Unit pushover-warning at binfmt-support.service:
	Description: pushover warning
	Instance: binfmt-support
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: binfmt-support.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service binfmt-support at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit tvheadend.service:
	Description: Tvheadend - a TV streaming server and DVR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:11 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:11 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/tvheadend.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: be2c6a4240944e2a82929ef34fd4ad10
	Fragment Path: /lib/systemd/system/tvheadend.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:09 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:09 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: auditd.service (origin-file)
	After: syslog.target (origin-file)
	After: network.target (origin-file)
	OnFailure: pushover-warning at tvheadend.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: auditd.service (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: local-fs.target (origin-file)
	References: syslog.target (origin-file)
	References: pushover-warning at tvheadend.service (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 923
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/tvheadend.pid
	RestartSec: 54s
	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
	EnvironmentFile: /etc/default/tvheadend
	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
	-> ExecStart:
		Command Line: /usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fea63e17ba5041ff8b0b6463ff50a4dd
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0.device
	Following Set Member: dev-sde.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: d280654046a645098649eaa8b2eeff41
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.device
	Following Set Member: dev-sdk9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-61028f4f\x2d5bc4\x2d4bbc\x2d82ac\x2d73e3fc51f11f.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk9
	Found: found-udev
-> Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 09:50:49 CET
	Inactive Exit Timestamp: Sun 2020-11-15 09:50:42 CET
	Active Enter Timestamp: Sun 2020-11-15 09:50:42 CET
	Active Exit Timestamp: Sun 2020-11-15 00:03:13 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:03:13 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald-dev-log.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 67489f3e5f2c46a18529b81d9c6da225
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Sun 2020-11-15 09:50:42 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 09:50:42 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: -.mount (origin-path)
	References: systemd-journald.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 501497bbeaf84f6593f375b086b1f90b
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: getty at tty1.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> Unit share-download.mount:
	Description: /share/download
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-download.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e290f937738f4259888fe89d8f96af65
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: share-download-transmission.mount (destination-path)
	Before: local-fs.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	After: share.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	ReferencedBy: share-download-transmission.mount (destination-path)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/download
	What: tank/share/download
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdc1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 07b809251e5044509393c108e1b78991
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-024df378\x2d01b3\x2d488e\x2da575\x2debedd9ba9271.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc1
	Found: found-udev
-> Unit pushover-warning at netdata.service:
	Description: pushover warning
	Instance: netdata
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: netdata.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service netdata at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:05:50 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:05:50 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:05:50 CEST
	Active Exit Timestamp: Tue 2020-06-16 22:05:50 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 22:05:50 CEST
	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: 7a581a400943419bb0a07fa976747768
	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
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Tue 2020-06-16 22:05:50 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:05:50 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-getty.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: getty.target (origin-file destination-default)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	After: rc-local.service (origin-file)
	After: getty-pre.target (origin-file)
	After: system-getty.slice (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at getty.service (origin-file)
	References: pushover-warning at getty.service (origin-file)
	References: getty-pre.target (origin-file)
	References: rescue.service (origin-file)
	References: plymouth-quit-wait.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: rc-local.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: system-getty.slice (origin-file)
	References: getty.target (origin-file)
	References: shutdown.target (origin-default)
	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: 2593
	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
	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
	-> ExecStart:
		Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-subsystem-net-devices-veth8c771ec.device:
	Description: /sys/subsystem/net/devices/veth8c771ec
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Exit 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: a2be4ef1e83a47ee9e65d0661172199f
	Following Set Member: sys-devices-virtual-net-veth8c771ec.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/veth8c771ec
	Found: found-udev
-> Unit pushover-warning at systemd-sysusers.service:
	Description: pushover warning
	Instance: systemd-sysusers
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-sysusers.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-sysusers at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8300e46a01df4f81a5c3778ee1b76967
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f98aa0be\x2d5b16\x2d41b9\x2da9ac\x2d999df1d919f0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart9.device
	Following Set Member: dev-sde9.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde9
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9e1c0dea290d49808417f20906fcaf9b
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-sdj.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj
	Found: found-udev
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit 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: ce8cf73b1d0249dd9a02dbbfb8f2114c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Wants: time-set.target (origin-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: minissdpd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: man-db.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: phpsessionclean.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: dropbox.service (destination-file)
	Before: apt-daily-upgrade.timer (destination-default)
	After: time-set.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-file origin-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: minissdpd.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit home.mount:
	Description: /home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/home.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4a36793ed4a14014b42d5ef326c917f3
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: session-592493.scope (destination-file)
	Before: local-fs.target (origin-mountinfo-default)
	Before: home-git.mount (destination-path)
	Before: session-2.scope (destination-file)
	Before: session-c34.scope (destination-file)
	Before: umount.target (origin-mountinfo-default)
	Before: home-hts.mount (destination-path)
	Before: home-nzbdrone.mount (destination-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: home-nzbdrone.mount (destination-path)
	ReferencedBy: session-592493.scope (destination-file)
	ReferencedBy: home-git.mount (destination-path)
	ReferencedBy: session-c34.scope (destination-file)
	ReferencedBy: home-hts.mount (destination-path)
	ReferencedBy: session-2.scope (destination-file)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home
	What: tank/home
	File System Type: zfs
	Options: rw,nosuid,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at phpsessionclean.service:
	Description: pushover warning
	Instance: phpsessionclean
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: phpsessionclean.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service phpsessionclean at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at zfs-import-cache.service:
	Description: pushover warning
	Instance: zfs-import-cache
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: zfs-import-cache.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service zfs-import-cache at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 21:46:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-update-utmp.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 79f529e907b04c3c95e353184bc8137b
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: auditd.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: var-log.mount (origin-path)
	OnFailure: pushover-warning at systemd-update-utmp.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: auditd.service (origin-file)
	References: pushover-warning at systemd-update-utmp.service (origin-file)
	References: shutdown.target (origin-file)
	References: var-log.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/log/wtmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp reboot
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rpc-statd-notify.service:
	Description: Notify NFS peers of a restart
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/rpc-statd-notify.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: network.target (origin-file)
	Requires: system.slice (origin-file)
	Wants: nfs-config.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: rpc-statd.service (destination-file)
	After: system.slice (origin-file)
	After: nss-lookup.target (origin-file)
	After: network.target (origin-file)
	After: nfs-config.service (origin-file)
	After: zfs-share.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: nfs-server.service (origin-file destination-file)
	OnFailure: pushover-warning at rpc-statd-notify.service (origin-file)
	References: nfs-utils.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	References: nfs-server.service (origin-file)
	References: nfs-config.service (origin-file)
	References: nss-lookup.target (origin-file)
	References: pushover-warning at rpc-statd-notify.service (origin-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: zfs-share.service (destination-file)
	ReferencedBy: nfs-server.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: forking
	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
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStart:
		Command Line: /sbin/sm-notify $SMNOTIFYARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: be9537d17a85425ca95b5b0e91c4a780
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart9.device
	Following Set Member: dev-sdh9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-bafdc3f0\x2d4dee\x2d40fa\x2da3f6\x2d103e595406a8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart9.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh9
	Found: found-udev
-> Unit pushover-warning at systemd-fsck-root.service:
	Description: pushover warning
	Instance: systemd-fsck-root
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-fsck-root.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-fsck-root at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:hwdb(7)
	Documentation: man:systemd-hwdb(8)
	Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d untested
	ConditionPathExists: |/etc/udev/hwdb.bin untested
	ConditionPathExists: |!/lib/udev/hwdb.bin untested
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-update-done.service (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)
	OnFailure: pushover-warning at systemd-hwdb-update.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-update-done.service (origin-file)
	References: pushover-warning at systemd-hwdb-update.service (origin-file)
	References: sysinit.target (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
	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
	-> ExecStart:
		Command Line: /bin/systemd-hwdb update
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 229cb1a8a795446db4249c8474142976
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0.device
	Following Set Member: dev-sdi.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi
	Found: found-udev
-> Unit run-user-128.mount:
	Description: /run/user/128
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 23:41:02 CET
	Inactive Exit Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Enter Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 545a42e2c894460d97074300186d3026
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: swap.target (origin-mountinfo-default)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: swap.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/user/128
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=6579184k,nr_inodes=1644796,mode=700,uid=128,gid=999
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus-node-exporter-apt.timer:
	Description: Run apt metrics collection every 15 minutes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:14:09 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: 9af03680285b446b861874ef658f022e
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-apt.timer
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: prometheus-node-exporter-apt.service (origin-implicit)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: prometheus-node-exporter-apt.service (origin-implicit)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: prometheus-node-exporter-apt.service (origin-implicit)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: prometheus-node-exporter-apt.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnUnitActiveSec: 15min
	OnBootSec: 0
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f9ccf0e69b5449d0bcaa22d8d39c39c5
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Tue 2020-06-16 21:46:27 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:27 CEST
	Assert Result: yes
	Wants: nfs-client.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: apache2.service (destination-file)
	Before: loadcpufreq.service (destination-file)
	Before: cpufrequtils.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: atd.service (destination-file)
	Before: cron.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: minidlna.service (destination-file)
	Before: plymouth.service (destination-file)
	Before: openipmi.service (destination-file)
	Before: hddtemp.service (destination-file)
	Before: minissdpd.service (destination-file)
	Before: rng-tools.service (destination-file)
	Before: dropbox.service (destination-file)
	After: systemd-quotacheck.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: nfs-client.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	ReferencedBy: loadcpufreq.service (destination-file)
	ReferencedBy: minidlna.service (destination-file)
	ReferencedBy: cpufrequtils.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: rng-tools.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: minissdpd.service (destination-file)
	ReferencedBy: plymouth.service (destination-file)
	ReferencedBy: openipmi.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit nfs-mountd.service:
	Description: NFS Mount Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/nfs-mountd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 464b885165a74b83a1d9fe9bc8d166f5
	Fragment Path: /lib/systemd/system/nfs-mountd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:27 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:27 CEST
	Assert Result: yes
	Requires: proc-fs-nfsd.mount (origin-file)
	Requires: system.slice (origin-file)
	Wants: nfs-config.service (origin-file)
	BindsTo: nfs-server.service (origin-file)
	RequiredBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: local-fs.target (origin-file)
	After: nfs-config.service (origin-file)
	After: proc-fs-nfsd.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at nfs-mountd.service (origin-file)
	References: nfs-config.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: proc-fs-nfsd.mount (origin-file)
	References: nfs-server.service (origin-file)
	References: local-fs.target (origin-file)
	References: pushover-warning at nfs-mountd.service (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	ReferencedBy: nfs-server.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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 10809
	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
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStart:
		Command Line: /usr/sbin/rpc.mountd $RPCMOUNTDARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fe5269adb646422cb3fa36c7aee4e828
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-sdd.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 5ca77c3fdb5243b5aa9913fb2c4af7ce
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-f31e653c\x2dbded\x2d40e0\x2d9f5e\x2d09b3dd9983bd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-sdd1.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 413d170fdcec4a728594776d4e0602b3
	Following Set Member: dev-sdi9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-53695aa8\x2d1a4f\x2d41e7\x2d9314\x2d5dac50047c80.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi9
	Found: found-udev
-> Unit pushover-warning at unattended-upgrades.service:
	Description: pushover warning
	Instance: unattended-upgrades
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: unattended-upgrades.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service unattended-upgrades at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit getty-pre.target:
	Description: Login Prompts (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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 rsyslog.service:
	Alias: syslog.service
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:09 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: eacb1967a518499290f570907d2d529c
	Documentation: man:rsyslogd(8)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:08 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:08 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: syslog.socket (destination-implicit)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at rsyslog.service (origin-file)
	TriggeredBy: syslog.socket (destination-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: syslog.socket (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at rsyslog.service (origin-file)
	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: 604
	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
	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
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n -iNONE
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit session-c47.scope:
	Description: Session c47 of user tm-omena
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 23:41:02 CET
	Inactive Exit Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Enter Timestamp: Thu 2020-11-19 23:41:02 CET
	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-128.slice
	CGroup: /user.slice/user-128.slice/session-c47.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: fefad1bd36424ed9bd8e19e82793de3a
	Fragment Path: /run/systemd/transient/session-c47.scope
	Condition Timestamp: Thu 2020-11-19 23:41:02 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 23:41:02 CET
	Assert Result: yes
	Requires: user-128.slice (origin-file)
	Wants: user at 128.service (origin-file)
	Wants: user-runtime-dir at 128.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: user-runtime-dir at 128.service (origin-file)
	After: share.mount (origin-file)
	After: share-backup-tm\x2domena.mount (origin-file)
	After: -.mount (origin-file)
	After: user at 128.service (origin-file)
	After: share-backup.mount (origin-file)
	After: user-128.slice (origin-file)
	After: systemd-logind.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	References: share.mount (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: share-backup-tm\x2domena.mount (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: user at 128.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: user-runtime-dir at 128.service (origin-file)
	References: share-backup.mount (origin-file)
	References: user-128.slice (origin-file)
	RequiresMountsFor: /share/backup/tm-omena (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 67dd396e71294de0abed3b26bf6cc7cc
	Following Set Member: dev-sdj.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj
	Found: found-udev
-> Unit share-mp3.mount:
	Description: /share/mp3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 21:46:14 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-mp3.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3649f76eaf8a4761b177c478ce6940c5
	Source Path: /proc/self/mountinfo
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: var-www-nextcloud-data-richard-files-mp3.mount (destination-path)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	After: -.mount (origin-path)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-path)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/mp3
	What: tank/share/mp3
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit var-log.mount:
	Description: /var/log
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-log.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3a68f8437ffc4e8fbf50a5a6a151b0cf
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: systemd-journal-flush.service (destination-path)
	Before: unattended-upgrades.service (destination-path)
	Before: local-fs.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: systemd-update-utmp-runlevel.service (destination-path)
	Before: systemd-update-utmp.service (destination-path)
	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.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	ReferencedBy: systemd-journal-flush.service (destination-path)
	ReferencedBy: unattended-upgrades.service (destination-path)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-path)
	RequiresMountsFor: /var (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/log
	What: tank/var/log
	File System Type: zfs
	Options: rw,nosuid,nodev,noexec,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sde9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 4d60660d809e40098cd1dfc2af28769e
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f98aa0be\x2d5b16\x2d41b9\x2da9ac\x2d999df1d919f0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart9.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde9
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-f98aa0be\x2d5b16\x2d41b9\x2da9ac\x2d999df1d919f0.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a49cfedcb08e4dd096256b1d73fc8d61
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart9.device
	Following Set Member: dev-sde9.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde9
	Found: found-udev
-> Unit nfs-blkmap.service:
	Description: pNFS block layout mapping daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/nfs-blkmap.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1211ccc9ed5043559df9c42e5c92e479
	Fragment Path: /lib/systemd/system/nfs-blkmap.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: nfs-client.target (destination-file)
	Conflicts: umount.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	OnFailure: pushover-warning at nfs-blkmap.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: nfs-utils.service (origin-file)
	References: pushover-warning at nfs-blkmap.service (origin-file)
	References: umount.target (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	ReferencedBy: nfs-client.target (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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 9241
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/blkmapd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStart:
		Command Line: /usr/sbin/blkmapd $BLKMAPDARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dm-event.socket:
	Description: Device-mapper event daemon FIFOs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:28:03 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:28:03 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:28:03 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dm-event.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: de97f7236a594db1a01938cd775ffd57
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.socket
	Condition Timestamp: Fri 2020-09-11 09:28:03 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2020-09-11 09:28:03 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: dm-event.service (origin-implicit destination-file)
	Before: lvm2-monitor.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: dm-event.service (origin-implicit)
	References: dm-event.service (origin-implicit)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	RequiresMountsFor: /run/dmeventd-server (origin-file)
	RequiresMountsFor: /run/dmeventd-client (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: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: dm-event.socket
	SELinuxContextFromNet: no
	ListenFIFO: /run/dmeventd-server
	ListenFIFO: /run/dmeventd-client
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-109a5ef2\x2dac25\x2d4168\x2d89f3\x2d17e97b2b4109.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: eb6ed645402b41ba81363ee3d183f6cb
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.device
	Following Set Member: dev-sdg9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg9
	Found: found-udev
-> Unit system-postgresql.slice:
	Description: system-postgresql.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-postgresql.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: fef78c81d92c466eacd278f4d0e59f74
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: postgresql at 11-main.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: postgresql at 11-main.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> Unit dev-disk-by\x2dpartuuid-f6b573b5\x2d7cb6\x2d4c9b\x2db580\x2d7e04ddbecafe.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1a1e58f1626a4d57ad92cc57399f867c
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart9.device
	Following Set Member: dev-sdc9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc9
	Found: found-udev
-> Unit dev-sdb9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c27401d01f0845f0be9d66004ff2676a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: dev-disk-by\x2dpartuuid-fe92925e\x2d0bfa\x2d443e\x2d8aa1\x2d8693c32e3d5d.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb9
	Found: found-udev
-> Unit systemd-remount-fs.service:
	Description: Remount Root and Kernel File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-remount-fs.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fc9d6b730ede4bf6954bf8c9a79e50eb
	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
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:12 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:12 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: zfs-load-module.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-random-seed.service (destination-file)
	Before: zfs-import-cache.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: zfs-mount.service (destination-file)
	After: systemd-fsck-root.service (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: pushover-warning at systemd-remount-fs.service (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: zfs-load-module.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: zfs-import-cache.service (destination-file)
	ReferencedBy: zfs-mount.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-timesyncd.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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-remount-fs
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at sysstat.service:
	Description: pushover warning
	Instance: sysstat
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysstat.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service sysstat at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit nfs-config.service:
	Description: Preprocess NFS configuration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: b08b07af67fc448396cb231036fd96af
	Fragment Path: /lib/systemd/system/nfs-config.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: nfs-mountd.service (destination-file)
	WantedBy: rpc-svcgssd.service (destination-file)
	WantedBy: nfs-idmapd.service (destination-file)
	WantedBy: rpc-statd-notify.service (destination-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: rpc-gssd.service (destination-file)
	WantedBy: rpc-statd.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at nfs-config.service (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: pushover-warning at nfs-config.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: nfs-idmapd.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
	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
	-> ExecStart:
		Command Line: /usr/lib/systemd/scripts/nfs-utils_env.sh
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit session-c34.scope:
	Description: Session c34 of user richard
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 08:49:46 CET
	Inactive Exit Timestamp: Thu 2020-11-19 08:49:46 CET
	Active Enter Timestamp: Thu 2020-11-19 08:49:46 CET
	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-c34.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 9fb6beef35464af1a2706c47f7a436de
	Fragment Path: /run/systemd/transient/session-c34.scope
	Condition Timestamp: Thu 2020-11-19 08:49:46 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 08:49:46 CET
	Assert Result: yes
	Requires: user-1000.slice (origin-file)
	Wants: user-runtime-dir at 1000.service (origin-file)
	Wants: user at 1000.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: user-runtime-dir at 1000.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: home.mount (origin-file)
	After: user-1000.slice (origin-file)
	After: user at 1000.service (origin-file)
	After: -.mount (origin-file)
	After: systemd-logind.service (origin-file)
	References: user-1000.slice (origin-file)
	References: systemd-logind.service (origin-file)
	References: -.mount (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: home.mount (origin-file)
	References: user at 1000.service (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	References: shutdown.target (origin-default)
	RequiresMountsFor: /home/richard (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit transmission-daemon.service:
	Description: Transmission BitTorrent Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:16 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:12 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:16 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:12 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/transmission-daemon.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4be931bcadf64babbaf3d55f1dcec5ab
	Fragment Path: /lib/systemd/system/transmission-daemon.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:12 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:12 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at transmission-daemon.service (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at transmission-daemon.service (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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 1740
	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
	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: debian-transmission
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/transmission-daemon -f --log-error
	-> ExecReload:
		Command Line: /bin/kill -s HUP $MAINPID
	-> ExecStop:
		Command Line: /bin/kill -s STOP $MAINPID
	Status Text: Uploading 267.34 KBps, Downloading 3.71 KBps.
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device:
	Description: KINGSTON_SUV400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 7224d418ac5d40bba04f7fb6582a722f
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a85d29\x2d7cdc\x2d4336\x2d8b4d\x2d7a3e4e422c25.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit all.target:
	Description: all.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: plymouth.service (destination-file)
	Before: logitechmediaserver.service (destination-file)
	ReferencedBy: plymouth.service (destination-file)
	ReferencedBy: logitechmediaserver.service (destination-file)
-> Unit pcscd.socket:
	Description: PC/SC Smart Card Daemon Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/pcscd.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3fd3d8d1804c464384ca90a47e0a8228
	Fragment Path: /lib/systemd/system/pcscd.socket
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: pcscd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: pcscd.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	Triggers: pcscd.service (origin-implicit)
	References: system.slice (origin-file)
	References: pcscd.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: sockets.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: pcscd.service (destination-file)
	RequiresMountsFor: /run/pcscd/pcscd.comm (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 128
	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: pcscd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/pcscd/pcscd.comm
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at apparmor.service:
	Description: pushover warning
	Instance: apparmor
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: apparmor.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service apparmor at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit colord.service:
	Description: Manage, Install and Generate Color Profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 10:44:19 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/colord.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 36456fa5344446b08228025c09afdac5
	Fragment Path: /lib/systemd/system/colord.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:08 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:08 CET
	Assert Result: yes
	Requires: tmp.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: dbus.socket (origin-file)
	After: var-tmp.mount (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: tmp.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file)
	OnFailure: pushover-warning at colord.service (origin-file)
	References: basic.target (origin-default)
	References: -.mount (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: var-tmp.mount (origin-file)
	References: tmp.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	References: pushover-warning at colord.service (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: 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: 592
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ColorManager
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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: colord
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/colord/colord
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 4afa85a440994fbdbe704325071b535f
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit prometheus-node-exporter-smartmon.timer:
	Description: Run smart metrics collection every 15 minutes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:14:09 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: 52f1c9397c63402db355e5d38cf9bdf7
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-smartmon.timer
	ConditionPathExistsGlob: |/dev/hd* untested
	ConditionPathExistsGlob: |/dev/sd* untested
	ConditionPathExists: /usr/sbin/smartctl untested
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: prometheus-node-exporter-smartmon.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: prometheus-node-exporter-smartmon.service (origin-implicit)
	References: prometheus-node-exporter-smartmon.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.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: prometheus-node-exporter-smartmon.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnUnitActiveSec: 15min
	OnBootSec: 0
-> Unit iscsi.service:
	Description: iscsi.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:28:05 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount:
	Description: /var/lib/docker/aufs/mnt/ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:19 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:19 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:19 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dabc4cf430bc49b59c8012b826145f78
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /var/lib/docker/aufs/mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/docker/aufs/mnt/ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45
	What: none
	File System Type: aufs
	Options: rw,relatime,si=1c1a48e42bfa37b2,dio,dirperm1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 2464a583c87b4443a09b9c28509737ee
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2dpartuuid-aaef178a\x2d3a91\x2d4d7a\x2db4ac\x2da014124c2968.device
	Following Set Member: dev-sdh1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh1
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 676e017f872a4670b4719dffcc1fb8e3
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.device
	Following Set Member: dev-sdk9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-61028f4f\x2d5bc4\x2d4bbc\x2d82ac\x2d73e3fc51f11f.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk9
	Found: found-udev
-> Unit var-spool.mount:
	Description: /var/spool
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-spool.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c1d614c60b894fa9aa7051977bcbbd84
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	RequiresMountsFor: /var (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/spool
	What: tank/var/spool
	File System Type: zfs
	Options: rw,nosuid,nodev,noexec,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 3e9ae6475bb1418d9da6a322eebc8175
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: dev-sdb.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb
	Found: found-udev
-> Unit pushover-warning at systemd-udevd.service:
	Description: pushover warning
	Instance: systemd-udevd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-udevd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-udevd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit 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: 72a1cb0c1c4845e28fe31481b4b78918
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit blockdev at dev-sda1.target:
	Description: Block Device Preparation for /dev/sda1
	Instance: dev-sda1
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:04:40 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-proc-swap)
	Before: shutdown.target (origin-default)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-proc-swap)
	Before: dev-sda1.swap (destination-proc-swap)
	Before: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-proc-swap)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-proc-swap)
	ReferencedBy: dev-sda1.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-proc-swap)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-sdg9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 527a7fdf036e43d5a03923a9132cd7f2
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-109a5ef2\x2dac25\x2d4168\x2d89f3\x2d17e97b2b4109.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg9
	Found: found-udev
-> Unit systemd-fsckd.service:
	Description: File System Check Daemon to report status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:50 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: Tue 2020-06-16 22:02:50 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 22:02:50 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: dbe546032ea64d57aab8595290159766
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-fsckd.socket (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (destination-implicit)
	OnFailure: pushover-warning at systemd-fsckd.service (origin-file)
	TriggeredBy: systemd-fsckd.socket (destination-implicit)
	References: pushover-warning at systemd-fsckd.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-journald.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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsckd
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 54b13f46605544c5beef7eaa4563c44e
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f98aa0be\x2d5b16\x2d41b9\x2da9ac\x2d999df1d919f0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-sde9.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde9
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e684f2458ff341c6b7024fda3fdd279a
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839.device
	Following Set Member: dev-sdh.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh
	Found: found-udev
-> Unit pushover-warning at docker-pihole.service:
	Description: pushover warning
	Instance: docker-pihole
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: docker-pihole.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service docker-pihole at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-sysusers.service:
	Description: Create System Users
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-sysusers.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 612ad8bc5c004b348fecd8dc8379681a
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /lib/systemd/system/systemd-sysusers.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-sysusers.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-update-done.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: pushover-warning at systemd-sysusers.service (origin-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-timesyncd.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
	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
	-> ExecStart:
		Command Line: /bin/systemd-sysusers
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sda3.device:
	Description: KINGSTON_SUV400S37120G EFI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: da74a0a64f5d4a5d9870a45218b11dd6
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dlabel-EFI.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-6DAE\x2d876E.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device
	BoundBy: boot-efi.mount (destination-mountinfo-implicit)
	Before: boot-efi.mount (destination-mountinfo-implicit)
	ReferencedBy: boot-efi.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda3
	Found: found-udev,found-mount
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ddc9211d282c4cc8a77c03a57eec9c6f
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sdg1.device
	Following Set Member: dev-disk-by\x2dpartuuid-bae5334c\x2da51b\x2d41fd\x2da861\x2de5e108cb938f.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg1
	Found: found-udev
-> Unit systemd-ask-password-wall.service:
	Description: Forward Password Requests to Wall
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: systemd-ask-password-wall.path (destination-implicit)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-ask-password-wall.service (origin-file)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at systemd-ask-password-wall.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	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
	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
	-> ExecStartPre:
		Command Line: /bin/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: /bin/systemd-tty-ask-password-agent --wall
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Thu 2020-11-19 10:44:19 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:35 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:37 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0b597853fabf45a4b6f535c05a8896d1
	Fragment Path: /lib/systemd/system/avahi-daemon.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:35 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:35 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: avahi-daemon.socket (origin-file)
	Requires: dbus.socket (origin-file)
	WantedBy: cups-browsed.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cups-browsed.service (destination-file)
	Before: netatalk.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: avahi-daemon.socket (destination-implicit)
	OnFailure: pushover-warning at avahi-daemon.service (origin-file)
	TriggeredBy: avahi-daemon.socket (destination-implicit)
	References: dbus.socket (origin-file)
	References: basic.target (origin-default)
	References: avahi-daemon.socket (origin-file)
	References: pushover-warning at avahi-daemon.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: avahi-daemon.socket (destination-implicit)
	ReferencedBy: netatalk.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7487
	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
	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
	-> ExecStart:
		Command Line: /usr/sbin/avahi-daemon -s
	-> ExecReload:
		Command Line: /usr/sbin/avahi-daemon -r
	Status Text: avahi-daemon 0.7 starting up.
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b8d759769f674e80b692afc35123a2e2
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-sdd9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-59f005fc\x2d0979\x2d4973\x2d895b\x2df786b544248b.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart9.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd9
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 5a322b3615c04b848a7a29692661effb
	Following Set Member: dev-disk-by\x2duuid-8392379984986299429.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-tank.device
	Following Set Member: dev-sdk1.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit pushover-warning at cluster.service:
	Description: pushover warning
	Instance: cluster
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: cluster.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service cluster at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit user-runtime-dir at 129.service:
	Description: User Runtime Directory /run/user/129
	Instance: 129
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:02:30 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:02:30 CET
	Active Enter Timestamp: Fri 2020-11-20 06:02:30 CET
	Active Exit 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-129.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 191d23ac5e1449e18e6e6b5663cb184c
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-20 06:02:30 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:02:30 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-129.slice (origin-file)
	RequiredBy: user at 129.service (destination-file)
	WantedBy: session-c49.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user at 129.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-c49.scope (destination-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: dbus.service (origin-file)
	After: basic.target (origin-default)
	After: user-129.slice (origin-file)
	OnFailure: pushover-warning at user-runtime-dir.service (origin-file)
	References: dbus.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: user-129.slice (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at user-runtime-dir.service (origin-file)
	ReferencedBy: user at 129.service (destination-file)
	ReferencedBy: session-c49.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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-runtime-dir start 129
			PID: 27818
			Start Timestamp: Fri 2020-11-20 06:02:30 CET
			Exit Timestamp: Fri 2020-11-20 06:02:30 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-runtime-dir stop 129
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 92a33d1c6b464775bb41c4db4cc84fdf
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0.device
	Following Set Member: dev-sdj.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-9a7462b7\x2d6351\x2d4742\x2dba90\x2dd859c469db09.device:
	Description: KINGSTON_SUV400S37120G tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: b35d72741e844ecd83896631cf374b9e
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5d60cd6b232a49c9b348ac044c401577
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-udev-settle.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-udevd-control.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	OnFailure: pushover-warning at systemd-udev-trigger.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at systemd-udev-trigger.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udev-settle.service (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
	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
	-> ExecStart:
		Command Line: /bin/udevadm trigger --type=subsystems --action=add
		Command Line: /bin/udevadm trigger --type=devices --action=add
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda.device:
	Description: KINGSTON_SUV400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 7c9ef1d635ae4e83a2e2210634c552d8
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit share-movies.mount:
	Description: /share/movies
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-movies.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: eb0ebb72e6544b0e8f76257a364a3204
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: share-movies-TeslaCam.mount (destination-path)
	Before: share-movies-recordings.mount (destination-path)
	Before: local-fs.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: share.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	ReferencedBy: share-movies-recordings.mount (destination-path)
	ReferencedBy: share-movies-TeslaCam.mount (destination-path)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/movies
	What: tank/share/movies
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at colord.service:
	Description: pushover warning
	Instance: colord
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: colord.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service colord at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-fe92925e\x2d0bfa\x2d443e\x2d8aa1\x2d8693c32e3d5d.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 6169c0970b174947995f7e97f247dd17
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart9.device
	Following Set Member: dev-sdb9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb9
	Found: found-udev
-> Unit fcoe.service:
	Description: fcoe.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:28:05 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: bd197fa0466e461cadebd3a51da175c8
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: dev-disk-by\x2dpartuuid-fe92925e\x2d0bfa\x2d443e\x2d8aa1\x2d8693c32e3d5d.device
	Following Set Member: dev-sdb9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb9
	Found: found-udev
-> Unit pushover-warning at apt-daily-upgrade.service:
	Description: pushover warning
	Instance: apt-daily-upgrade
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service apt-daily-upgrade at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9f5ae519584d4b6a86daaf3af81169eb
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-f31e653c\x2dbded\x2d40e0\x2d9f5e\x2d09b3dd9983bd.device
	Following Set Member: dev-sdd1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1c.0-0000:03:00.0-net-eth0.device:
	Description: I210 Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: eee4c582ee594081ab09c9aa74ea1ce1
	Following Set Member: sys-subsystem-net-devices-eth0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:03:00.0/net/eth0
	Found: found-udev
-> Unit share-backup.mount:
	Description: /share/backup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 95e8ced92b314c58a33a1ecff35c7418
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: share-backup-nopeasti.mount (destination-path)
	Before: share-backup-2linxx.mount (destination-path)
	Before: umount.target (origin-mountinfo-default)
	Before: share-backup-tm\x2domena.mount (destination-path)
	Before: share-backup-dropbox.mount (destination-path)
	Before: share-backup-twappel.mount (destination-path)
	Before: share-backup-postgresql.mount (destination-path)
	Before: session-c47.scope (destination-file)
	Before: share-backup-omena.mount (destination-path)
	Before: local-fs.target (origin-mountinfo-default)
	Before: share-backup-majoron.mount (destination-path)
	Before: session-c49.scope (destination-file)
	Before: share-backup-mount.mount (destination-path)
	Before: share-backup-tm\x2dmanzana.mount (destination-path)
	Before: share-backup-tm\x2dtwappel.mount (destination-path)
	Before: share-backup-framboos.mount (destination-path)
	Before: share-backup-insomnia.mount (destination-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: share.mount (origin-path)
	References: -.mount (origin-path)
	References: share.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	ReferencedBy: session-c47.scope (destination-file)
	ReferencedBy: share-backup-majoron.mount (destination-path)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-path)
	ReferencedBy: share-backup-2linxx.mount (destination-path)
	ReferencedBy: share-backup-twappel.mount (destination-path)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-path)
	ReferencedBy: share-backup-dropbox.mount (destination-path)
	ReferencedBy: share-backup-framboos.mount (destination-path)
	ReferencedBy: session-c49.scope (destination-file)
	ReferencedBy: share-backup-postgresql.mount (destination-path)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-path)
	ReferencedBy: share-backup-nopeasti.mount (destination-path)
	ReferencedBy: share-backup-omena.mount (destination-path)
	ReferencedBy: share-backup-insomnia.mount (destination-path)
	ReferencedBy: share-backup-mount.mount (destination-path)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup
	What: tank/share/backup
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit apt-daily-upgrade.service:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-11-20 06:18:14 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:18:13 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-11-20 06:18:14 CET
	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: c3e67348aa954eaa93dddb15a977ab66
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionACPower: true succeeded
	Condition Timestamp: Fri 2020-11-20 06:18:13 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:18:13 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: connman.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: system.slice (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: apt-daily.service (origin-file)
	After: systemd-networkd.service (origin-file)
	OnFailure: pushover-warning at apt-daily-upgrade.service (origin-file)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: apt-daily.service (origin-file)
	References: network-online.target (origin-file)
	References: NetworkManager.service (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-networkd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at apt-daily-upgrade.service (origin-file)
	References: connman.service (origin-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 15min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStartPre:
		Command Line: /usr/lib/apt/apt-helper wait-online
			PID: 32241
			Start Timestamp: Fri 2020-11-20 06:18:13 CET
			Exit Timestamp: Fri 2020-11-20 06:18:13 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily install
			PID: 32247
			Start Timestamp: Fri 2020-11-20 06:18:13 CET
			Exit Timestamp: Fri 2020-11-20 06:18:14 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit 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: 9b1afda15bcc4e17abd0cf9dc85a1dda
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: zfs-import-cache.service (destination-file)
	Before: sysinit.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: zfs-load-module.service (destination-file)
	Before: zfs-import-scan.service (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: zfs-import-scan.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: zfs-load-module.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: zfs-import-cache.service (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 syslog.target:
	Description: syslog.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: ntopng.service (destination-file)
	Before: cluster.service (destination-file)
	Before: tvheadend.service (destination-file)
	Before: pf_ring.service (destination-file)
	ReferencedBy: ntopng.service (destination-file)
	ReferencedBy: cluster.service (destination-file)
	ReferencedBy: tvheadend.service (destination-file)
	ReferencedBy: pf_ring.service (destination-file)
-> Unit session-c49.scope:
	Description: Session c49 of user tm-twappel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:02:31 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:02:31 CET
	Active Enter Timestamp: Fri 2020-11-20 06:02:31 CET
	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-129.slice
	CGroup: /user.slice/user-129.slice/session-c49.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 5907bc64c2284233a254b7fd6c753a94
	Fragment Path: /run/systemd/transient/session-c49.scope
	Condition Timestamp: Fri 2020-11-20 06:02:31 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:02:31 CET
	Assert Result: yes
	Requires: user-129.slice (origin-file)
	Wants: user at 129.service (origin-file)
	Wants: user-runtime-dir at 129.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: user at 129.service (origin-file)
	After: share.mount (origin-file)
	After: -.mount (origin-file)
	After: systemd-logind.service (origin-file)
	After: share-backup-tm\x2dtwappel.mount (origin-file)
	After: user-runtime-dir at 129.service (origin-file)
	After: share-backup.mount (origin-file)
	After: user-129.slice (origin-file)
	References: -.mount (origin-file)
	References: share-backup.mount (origin-file)
	References: user-129.slice (origin-file)
	References: share.mount (origin-file)
	References: user at 129.service (origin-file)
	References: share-backup-tm\x2dtwappel.mount (origin-file)
	References: user-runtime-dir at 129.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	RequiresMountsFor: /share/backup/tm-twappel (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 069cb34df8c94c5d990a53c7f1dc57fe
	Following Set Member: dev-sdk9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-61028f4f\x2d5bc4\x2d4bbc\x2d82ac\x2d73e3fc51f11f.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk9
	Found: found-udev
-> Unit postgresql.service:
	Description: PostgreSQL RDBMS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:42 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:42 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/postgresql.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a6384e76b684465ca8853ae9fdd196d9
	Fragment Path: /lib/systemd/system/postgresql.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:42 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:42 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: postgresql at 11-main.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: postgresql at 11-main.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: grafana-server.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: postgresql at 11-main.service (destination-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at postgresql.service (origin-file)
	PropagatesReloadTo: postgresql at 11-main.service (destination-file)
	References: pushover-warning at postgresql.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: postgresql at 11-main.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: grafana-server.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
	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
	-> ExecStart:
		Command Line: /bin/true
	-> ExecReload:
		Command Line: /bin/true
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit system-postfix.slice:
	Description: system-postfix.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-postfix.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: c1c0e681a4eb450f9ecb2794f4827dea
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: postfix at -.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: postfix at -.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: postfix at -.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit systemd-sysctl.service:
	Alias: procps.service
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: be928738d21841b197305c4efbe2b670
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathIsReadWrite: /proc/sys/net untested
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: networking.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-modules-load.service (origin-file)
	OnFailure: pushover-warning at systemd-sysctl.service (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at systemd-sysctl.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sysctl
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit run-docker-netns-b94d43af4fda.mount:
	Description: /run/docker/netns/b94d43af4fda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:43 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:43 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:43 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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-docker-netns-b94d43af4fda.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 19ba69350c554ab187c8f5bfc094818b
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /run/docker/netns (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/docker/netns/b94d43af4fda
	What: nsfs
	File System Type: nsfs
	Options: rw
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit netdata.service:
	Description: netdata - Real-time performance monitoring
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:22 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:21 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:22 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:17 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/netdata.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5fba3d9bb51c44d9b8bd9549aded96c5
	Documentation: man:netdata
	Documentation: file:///usr/share/doc/netdata/html/index.html
	Documentation: https://github.com/netdata/netdata
	Fragment Path: /lib/systemd/system/netdata.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /etc/netdata/netdata.conf untested
	Condition Timestamp: Sun 2020-11-15 00:04:21 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:21 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: tmp.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: mariadb.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: nfs-server.service (origin-file)
	After: named.service (origin-file)
	After: httpd.service (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-path)
	After: postfix.service (origin-file)
	After: squid.service (origin-file)
	After: var-tmp.mount (origin-path)
	OnFailure: pushover-warning at netdata.service (origin-file)
	References: pushover-warning at netdata.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: var-tmp.mount (origin-path)
	References: tmp.mount (origin-path)
	References: mariadb.service (origin-file)
	References: httpd.service (origin-file)
	References: network-online.target (origin-file)
	References: postfix.service (origin-file)
	References: system.slice (origin-file)
	References: nfs-server.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: named.service (origin-file)
	References: squid.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (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: yes
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-abnormal
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 4966
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 2s
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 10s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /tmp
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: read-only
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: netdata_LOG_LOCATION=/var/log/netdata/log
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -900
	LimitNOFILE: 65536
	LimitNOFILESoft: 65536
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal+console
	StandardError: journal+console
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_net_raw cap_sys_ptrace
	User: netdata
	Group: netdata
	DynamicUser: no
	ReadWritePaths: /proc/self /var
	ReadOnlyPaths: /
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/netdata -D
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit squid.service:
	Description: squid.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-10-09 12:25:03 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: netdata.service (destination-file)
	ReferencedBy: netdata.service (destination-file)
-> Unit pushover-warning at apt-daily.service:
	Description: pushover warning
	Instance: apt-daily
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: apt-daily.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service apt-daily at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9707028598544b839dd16cf66ff9ef77
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: dev-sdh9.device
	Following Set Member: dev-disk-by\x2dpartuuid-bafdc3f0\x2d4dee\x2d40fa\x2da3f6\x2d103e595406a8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart9.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh9
	Found: found-udev
-> Unit plymouth.service:
	Description: LSB: Stop plymouth during boot and start it on shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/plymouth.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2f1bfab435d04342a35c5130324bef24
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/plymouth.service
	Source Path: /etc/init.d/plymouth
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: x-display-manager.target (origin-file)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: all.target (origin-file)
	After: systemd-udevd.service (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at plymouth.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: x-display-manager.target (origin-file)
	References: pushover-warning at plymouth.service (origin-file)
	References: all.target (origin-file)
	References: basic.target (origin-default)
	References: remote-fs.target (origin-file)
	References: graphical.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: multi-user.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/plymouth start
	-> ExecStop:
		Command Line: /etc/init.d/plymouth stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit user at 128.service:
	Description: User Manager for UID 128
	Instance: 128
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 23:41:02 CET
	Inactive Exit Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Enter Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Exit 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-128.slice
	CGroup: /user.slice/user-128.slice/user at 128.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 958351167f08435b9300d52bb9646847
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Thu 2020-11-19 23:41:02 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 23:41:02 CET
	Assert Result: yes
	Requires: user-128.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: user-runtime-dir at 128.service (origin-file)
	WantedBy: session-c47.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-c47.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: user-runtime-dir at 128.service (origin-file)
	After: user-128.slice (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	OnFailure: pushover-warning at user.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: dbus.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: user-runtime-dir at 128.service (origin-file)
	References: user-128.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at user.service (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: session-c47.scope (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: continue
	Main PID: 12817
	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
	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: 128
	DynamicUser: no
	PAMName: systemd-user
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 12817
			Start Timestamp: Thu 2020-11-19 23:41:02 CET
	Status Text: Startup finished in 155ms.
	CPUAccounting: no
	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
	DelegateControllers: memory pids
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ed8109ce819946319d52db6b05161892
	Following Set Member: dev-disk-by\x2dpartuuid-ec67da56\x2d5f48\x2d4e92\x2db2cf\x2d9efe57acbd7b.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart1.device
	Following Set Member: dev-sdb1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 05a33c047f7b461498da214b362f959d
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839.device
	Following Set Member: dev-sdh.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh
	Found: found-udev
-> Unit share-backup-mount.mount:
	Description: /share/backup/mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-mount.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 511985245ade420ca3b47ba695e49498
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: share.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: share-backup.mount (origin-path)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: share-backup.mount (origin-path)
	References: share.mount (origin-path)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/mount
	What: tank/share/backup/mount
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-udev-trigger.service:
	Description: pushover warning
	Instance: systemd-udev-trigger
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-udev-trigger.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-udev-trigger at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 21aa09f4477343da824a54d345eb8f8e
	Following Set Member: dev-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb
	Found: found-udev
-> Unit sys-devices-virtual-misc-rfkill.device:
	Description: /sys/devices/virtual/misc/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:48 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:48 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:48 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 781033c9d2d1496dbcc2e81791cc5801
	Following Set Member: dev-rfkill.device
	Wants: systemd-rfkill.socket (origin-udev)
	BoundBy: systemd-rfkill.socket (destination-file)
	BoundBy: systemd-rfkill.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-rfkill.service (destination-file)
	References: systemd-rfkill.socket (origin-udev)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
	udev SYSTEMD_WANTS: systemd-rfkill.socket
-> Unit pushover-warning at console-setup.service:
	Description: pushover warning
	Instance: console-setup
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: console-setup.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service console-setup at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit home-nzbdrone.mount:
	Description: /home/nzbdrone
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/home-nzbdrone.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: e6e861e10cfa4f0aa64e83e9b5bb78f6
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: home.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: home.mount (origin-path)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /home (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/nzbdrone
	What: tank/home/nzbdrone
	File System Type: zfs
	Options: rw,nosuid,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit lvm2-lvmpolld.socket:
	Description: LVM2 poll daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:29:05 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:28:05 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:28:05 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/lvm2-lvmpolld.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: bdd3d12751a641058291b3fda35824ca
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Fri 2020-09-11 09:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2020-09-11 09:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-lvmpolld.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: lvm2-lvmpolld.service (origin-implicit)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	References: lvm2-lvmpolld.service (origin-implicit)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	RequiresMountsFor: /run/lvm/lvmpolld.socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: lvm2-lvmpolld.socket
	SELinuxContextFromNet: no
	ListenStream: /run/lvm/lvmpolld.socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus-node-exporter-ipmitool-sensor.service:
	Description: Collect ipmitool sensor metrics for prometheus-node-exporter
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-11-20 06:20:44 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:20:43 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-11-20 06:20:44 CET
	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: db239f4bbf454aaf87228bbb2596bbc9
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-ipmitool-sensor.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-20 06:20:43 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:20:43 CET
	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: system.slice (origin-file)
	After: prometheus-node-exporter-ipmitool-sensor.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (origin-file)
	TriggeredBy: prometheus-node-exporter-ipmitool-sensor.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (origin-file)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.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
	Environment: TMPDIR=/var/lib/prometheus/node-exporter
	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
	-> ExecStart:
		Command Line: /bin/sh -c '/usr/bin/ipmitool sensor | /usr/share/prometheus-node-exporter/ipmitool | sponge /var/lib/prometheus/node-exporter/ipmitool_sensor.prom'
			PID: 29628
			Start Timestamp: Fri 2020-11-20 06:20:43 CET
			Exit Timestamp: Fri 2020-11-20 06:20:44 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: cc300e2d043f44f08673746fe5e2bad8
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-d411007e\x2dfbbd\x2d4689\x2da406\x2df7377dbaee91.device
	Following Set Member: dev-sdi1.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi1
	Found: found-udev
-> Unit ipvsadm.service:
	Description: LSB: ipvsadm daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:26:26 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:25:53 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:25:53 CEST
	Active Exit Timestamp: Fri 2020-09-11 09:26:26 CEST
	Inactive Enter Timestamp: Fri 2020-09-11 09:26:26 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 859f72682d6d49cdb0221d54ef842a36
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/ipvsadm.service
	Source Path: /etc/init.d/ipvsadm
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-09-11 09:25:53 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2020-09-11 09:25:53 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at ipvsadm.service (origin-file)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: multi-user.target (origin-file)
	References: pushover-warning at ipvsadm.service (origin-file)
	References: graphical.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: graphical.target (destination-file destination-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
	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
	-> ExecStart:
		Command Line: /etc/init.d/ipvsadm start
	-> ExecStop:
		Command Line: /etc/init.d/ipvsadm stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sde1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 92f166a02da74cfe818f220ff18837cf
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-0c5ef2a7\x2da761\x2d4186\x2d94b3\x2d2c5a2df4230d.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde1
	Found: found-udev
-> Unit nfs-server.service:
	Alias: nfs-kernel-server.service
	Description: NFS server and services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/nfs-server.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 225b1224eccc40dea4d15254f26528f6
	Fragment Path: /lib/systemd/system/nfs-server.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:27 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:27 CEST
	Assert Result: yes
	Requires: network.target (origin-file)
	Requires: system.slice (origin-file)
	Requires: proc-fs-nfsd.mount (origin-file)
	Requires: nfs-mountd.service (origin-file)
	Wants: auth-rpcgss-module.service (origin-file)
	Wants: nfs-config.service (origin-file)
	Wants: nfs-idmapd.service (origin-file)
	Wants: rpcbind.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	BoundBy: nfs-mountd.service (destination-file)
	BoundBy: nfs-idmapd.service (destination-file)
	ConsistsOf: rpc-svcgssd.service (destination-file)
	ConsistsOf: zfs-share.service (destination-file)
	Before: remote-fs-pre.target (origin-file)
	Before: zfs-share.service (destination-file)
	Before: rpc-statd-notify.service (origin-file)
	Before: netdata.service (destination-file)
	After: rpc-gssd.service (origin-file)
	After: system.slice (origin-file)
	After: rpc-statd.service (origin-file)
	After: network.target (origin-file)
	After: nfs-mountd.service (origin-file)
	After: gssproxy.service (origin-file)
	After: nfs-idmapd.service (origin-file)
	After: local-fs.target (origin-file)
	After: rpc-svcgssd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: proc-fs-nfsd.mount (origin-file)
	After: rpcbind.socket (origin-file)
	After: nfs-config.service (origin-file)
	OnFailure: pushover-warning at nfs-server.service (origin-file)
	References: system.slice (origin-file)
	References: nfs-config.service (origin-file)
	References: rpc-gssd.service (origin-file)
	References: rpc-svcgssd.service (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: pushover-warning at nfs-server.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: gssproxy.service (origin-file)
	References: auth-rpcgss-module.service (origin-file)
	References: network.target (origin-file)
	References: nfs-mountd.service (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: rpc-statd.service (origin-file)
	References: proc-fs-nfsd.mount (origin-file)
	References: rpcbind.socket (origin-file)
	References: nfs-idmapd.service (origin-file)
	ReferencedBy: netdata.service (destination-file)
	ReferencedBy: zfs-share.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (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: 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
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStartPre:
		Command Line: /usr/sbin/exportfs -r
	-> ExecStart:
		Command Line: /usr/sbin/rpc.nfsd $RPCNFSDARGS
	-> ExecReload:
		Command Line: /usr/sbin/exportfs -r
	-> ExecStop:
		Command Line: /usr/sbin/rpc.nfsd 0
	-> ExecStopPost:
		Command Line: /usr/sbin/exportfs -au
		Command Line: /usr/sbin/exportfs -f
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at modprobe.service:
	Description: pushover warning
	Instance: modprobe
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: modprobe at drm.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service modprobe at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-0c5ef2a7\x2da761\x2d4186\x2d94b3\x2d2c5a2df4230d.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 12492b013f5348f888d33c105867b8ed
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sde1.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde1
	Found: found-udev
-> Unit pushover-warning at kmod-static-nodes.service:
	Description: pushover warning
	Instance: kmod-static-nodes
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: kmod-static-nodes.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service kmod-static-nodes at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843.device:
	Description: KINGSTON_SUV400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 885ca77a3fb8448cbb6d702adc9113ef
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f5fbf16a36ae4b32951a12cbd8e2d748
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart9.device
	Following Set Member: dev-sdj9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1623a56\x2dfc31\x2d49b7\x2d926d\x2db3145bfaa365.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj9
	Found: found-udev
-> Unit sys-devices-pnp0-00:02-tty-ttyS1.device:
	Description: /sys/devices/pnp0/00:02/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d9e0bc70cde54be184ee69e08a87c913
	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/pnp0/00:02/tty/ttyS1
	Found: found-udev
-> Unit pushover-warning at prometheus-node-exporter-apt.service:
	Description: pushover warning
	Instance: prometheus-node-exporter-apt
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.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-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: prometheus-node-exporter-apt.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus-node-exporter-apt at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 57aaee1763cc4d51b0f386f42c821fd2
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart1.device
	Following Set Member: dev-sdc1.device
	Following Set Member: dev-disk-by\x2dpartuuid-024df378\x2d01b3\x2d488e\x2da575\x2debedd9ba9271.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc1
	Found: found-udev
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /system.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu memory pids
	CGroup own mask: memory pids
	CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	Requires: -.slice (origin-implicit)
	RequiredBy: var-cache.mount (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: smartd.service (destination-file)
	RequiredBy: share-backup-tm\x2dmanzana.mount (destination-file)
	RequiredBy: home-nzbdrone.mount (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: sysstat.service (destination-file)
	RequiredBy: share.mount (destination-file)
	RequiredBy: transmission-daemon.service (destination-file)
	RequiredBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: pcscd.socket (destination-file)
	RequiredBy: rpcbind.socket (destination-file)
	RequiredBy: tinyproxy.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: systemd-udev-settle.service (destination-file)
	RequiredBy: unifi.service (destination-file)
	RequiredBy: share-backup-2linxx.mount (destination-file)
	RequiredBy: loadcpufreq.service (destination-file)
	RequiredBy: share-backup-tm\x2dtwappel.mount (destination-file)
	RequiredBy: systemd-pstore.service (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: binfmt-support.service (destination-file)
	RequiredBy: docker.socket (destination-file)
	RequiredBy: var-tmp.mount (destination-file)
	RequiredBy: proc-fs-nfsd.mount (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: rpc-statd-notify.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: share-movies-TeslaCam.mount (destination-file)
	RequiredBy: run-user-128.mount (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: apcupsd.service (destination-file)
	RequiredBy: prometheus-node-exporter.service (destination-file)
	RequiredBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-file)
	RequiredBy: var-log.mount (destination-file)
	RequiredBy: share-backup.mount (destination-file)
	RequiredBy: rng-tools.service (destination-file)
	RequiredBy: docker-pihole.service (destination-file)
	RequiredBy: tftpd-hpa.service (destination-file)
	RequiredBy: redis-server.service (destination-file)
	RequiredBy: share-public.mount (destination-file)
	RequiredBy: docker-nzbget.service (destination-file)
	RequiredBy: nfs-server.service (destination-file)
	RequiredBy: share-backup-framboos.mount (destination-file)
	RequiredBy: docker-nzbhydra2.service (destination-file)
	RequiredBy: prometheus-node-exporter-smartmon.service (destination-file)
	RequiredBy: smbd.service (destination-file)
	RequiredBy: run-user-129.mount (destination-file)
	RequiredBy: systemd-boot-system-token.service (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: openipmi.service (destination-file)
	RequiredBy: tmp.mount (destination-file)
	RequiredBy: plymouth.service (destination-file)
	RequiredBy: system-postgresql.slice (destination-implicit)
	RequiredBy: dropbox.service (destination-file)
	RequiredBy: system-postfix.slice (destination-implicit)
	RequiredBy: zfs-volume-wait.service (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: system-lvm2\x2dpvscan.slice (destination-implicit)
	RequiredBy: var-prometheus.mount (destination-file)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	RequiredBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	RequiredBy: share-backup-dropbox.mount (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: share-backup-majoron.mount (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: systemd-quotacheck.service (destination-file)
	RequiredBy: run-rpc_pipefs.mount (destination-file)
	RequiredBy: root.mount (destination-file)
	RequiredBy: run-docker-netns-948b9dc2b24c.mount (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: minidlna.service (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: zfs-share.service (destination-file)
	RequiredBy: logitechmediaserver.service (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: openvpn.service (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: -.mount (destination-file)
	RequiredBy: docker-sonarr.service (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: share-backup-tm\x2domena.mount (destination-file)
	RequiredBy: gitea.service (destination-file)
	RequiredBy: share-games.mount (destination-file)
	RequiredBy: postgresql.service (destination-file)
	RequiredBy: rpcbind.service (destination-file)
	RequiredBy: pcscd.service (destination-file)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-file)
	RequiredBy: rsync.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: docker.service (destination-file)
	RequiredBy: run-docker-netns-5662fd9fcc2a.mount (destination-file)
	RequiredBy: prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	RequiredBy: zfs-zed.service (destination-file)
	RequiredBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-file)
	RequiredBy: zfs-load-module.service (destination-file)
	RequiredBy: nfs-mountd.service (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: grafana-server.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: var-spool.mount (destination-file)
	RequiredBy: share-backup-mount.mount (destination-file)
	RequiredBy: home.mount (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: networking.service (destination-file)
	RequiredBy: postfix.service (destination-file)
	RequiredBy: prometheus-alertmanager.service (destination-file)
	RequiredBy: zfs-import-scan.service (destination-file)
	RequiredBy: share-rpi.mount (destination-file)
	RequiredBy: share-download.mount (destination-file)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: cups.service (destination-file)
	RequiredBy: auth-rpcgss-module.service (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: share-movies.mount (destination-file)
	RequiredBy: share-backup-postgresql.mount (destination-file)
	RequiredBy: share-movies-recordings.mount (destination-file)
	RequiredBy: colord.service (destination-file)
	RequiredBy: blk-availability.service (destination-file)
	RequiredBy: ifupdown-pre.service (destination-file)
	RequiredBy: atd.service (destination-file)
	RequiredBy: share-backup-nopeasti.mount (destination-file)
	RequiredBy: ntopng.service (destination-file)
	RequiredBy: cpufrequtils.service (destination-file)
	RequiredBy: share-backup-insomnia.mount (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: system-pushover\x2dwarning.slice (destination-implicit)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: nmbd.service (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: mnt-usb.mount (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: docker-netatmo.service (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: run-docker-netns-0f9a9feaf87a.mount (destination-file)
	RequiredBy: system-modprobe.slice (destination-implicit)
	RequiredBy: avahi-daemon.socket (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: netatalk.service (destination-file)
	RequiredBy: haveged.service (destination-file)
	RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
	RequiredBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-file)
	RequiredBy: home-hts.mount (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: containerd.service (destination-file)
	RequiredBy: nfs-blkmap.service (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-file)
	RequiredBy: hddtemp.service (destination-file)
	RequiredBy: share-books.mount (destination-file)
	RequiredBy: share-pics.mount (destination-file)
	RequiredBy: docker-radarr.service (destination-file)
	RequiredBy: zfs-import-cache.service (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: ipvsadm.service (destination-file)
	RequiredBy: rpc-statd.service (destination-file)
	RequiredBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-file)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: evohome-exporter.service (destination-file)
	RequiredBy: ntp.service (destination-file)
	RequiredBy: prometheus-node-exporter-apt.service (destination-file)
	RequiredBy: share-mp3.mount (destination-file)
	RequiredBy: pf_ring.service (destination-file)
	RequiredBy: boot-efi.mount (destination-file)
	RequiredBy: tvheadend.service (destination-file)
	RequiredBy: rpc-svcgssd.service (destination-file)
	RequiredBy: zfs-mount.service (destination-file)
	RequiredBy: apache2.service (destination-file)
	RequiredBy: dev-sda1.swap (destination-file)
	RequiredBy: nfs-utils.service (destination-file)
	RequiredBy: cluster.service (destination-file)
	RequiredBy: sys-kernel-debug-tracing.mount (destination-file)
	RequiredBy: lm-sensors.service (destination-file)
	RequiredBy: share-backup-twappel.mount (destination-file)
	RequiredBy: mariadb.service (destination-file)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: nfs-idmapd.service (destination-file)
	RequiredBy: monitorix.service (destination-file)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: run-user-1000.mount (destination-file)
	RequiredBy: minissdpd.service (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: sys-kernel-tracing.mount (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-file)
	RequiredBy: run-docker-netns-b94d43af4fda.mount (destination-file)
	RequiredBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-file)
	RequiredBy: prometheus.service (destination-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: rpc-gssd.service (destination-file)
	RequiredBy: cups-browsed.service (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: run-docker-netns-b436231155fa.mount (destination-file)
	RequiredBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	RequiredBy: share-download-transmission.mount (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: netdata.service (destination-file)
	RequiredBy: unattended-upgrades.service (destination-file)
	RequiredBy: phpsessionclean.service (destination-file)
	RequiredBy: share-backup-omena.mount (destination-file)
	RequiredBy: run-docker-netns-e0f6573222d2.mount (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	RequiredBy: home-git.mount (destination-file)
	RequiredBy: nfs-config.service (destination-file)
	WantedBy: slices.target (destination-file)
	Before: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: haveged.service (destination-file)
	Before: share-backup-nopeasti.mount (destination-file)
	Before: minissdpd.service (destination-file)
	Before: proc-fs-nfsd.mount (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: home-nzbdrone.mount (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: mariadb.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: home-hts.mount (destination-file)
	Before: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-file)
	Before: hddtemp.service (destination-file)
	Before: netatalk.service (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: rng-tools.service (destination-file)
	Before: var-log.mount (destination-file)
	Before: prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	Before: share-backup-dropbox.mount (destination-file)
	Before: rpcbind.socket (destination-file)
	Before: share-movies.mount (destination-file)
	Before: colord.service (destination-file)
	Before: dm-event.socket (destination-file)
	Before: sysstat.service (destination-file)
	Before: postgresql.service (destination-file)
	Before: cups.service (destination-file)
	Before: run-user-129.mount (destination-file)
	Before: ssh.service (destination-file)
	Before: pf_ring.service (destination-file)
	Before: home-git.mount (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: prometheus-node-exporter-apt.service (destination-file)
	Before: var-cache.mount (destination-file)
	Before: ntopng.service (destination-file)
	Before: zfs-import-cache.service (destination-file)
	Before: zfs-volume-wait.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: run-docker-netns-5662fd9fcc2a.mount (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: docker.socket (destination-file)
	Before: emergency.service (destination-file)
	Before: openvpn.service (destination-file)
	Before: rpcbind.service (destination-file)
	Before: home.mount (destination-file)
	Before: share-download-transmission.mount (destination-file)
	Before: share-backup-insomnia.mount (destination-file)
	Before: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: system-systemd\x2dfsck.slice (destination-implicit)
	Before: share-backup-mount.mount (destination-file)
	Before: dm-event.service (destination-file)
	Before: system-modprobe.slice (destination-implicit)
	Before: dbus.socket (destination-file)
	Before: share-pics.mount (destination-file)
	Before: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	Before: nfs-utils.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: share-backup.mount (destination-file)
	Before: -.mount (destination-file)
	Before: apt-daily.service (destination-file)
	Before: avahi-daemon.socket (destination-file)
	Before: prometheus.service (destination-file)
	Before: slices.target (destination-file)
	Before: system-postfix.slice (destination-implicit)
	Before: share-backup-tm\x2dmanzana.mount (destination-file)
	Before: prometheus-node-exporter.service (destination-file)
	Before: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: share-books.mount (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: loadcpufreq.service (destination-file)
	Before: zfs-share.service (destination-file)
	Before: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-file)
	Before: var-spool.mount (destination-file)
	Before: transmission-daemon.service (destination-file)
	Before: share-movies-TeslaCam.mount (destination-file)
	Before: netdata.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: minidlna.service (destination-file)
	Before: system-pushover\x2dwarning.slice (destination-implicit)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: phpsessionclean.service (destination-file)
	Before: cron.service (destination-file)
	Before: root.mount (destination-file)
	Before: systemd-fsckd.socket (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: plymouth.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: atd.service (destination-file)
	Before: docker-netatmo.service (destination-file)
	Before: dbus.service (destination-file)
	Before: prometheus-alertmanager.service (destination-file)
	Before: run-docker-netns-b436231155fa.mount (destination-file)
	Before: share-backup-tm\x2domena.mount (destination-file)
	Before: run-docker-netns-b94d43af4fda.mount (destination-file)
	Before: networking.service (destination-file)
	Before: share-backup-twappel.mount (destination-file)
	Before: smbd.service (destination-file)
	Before: docker-radarr.service (destination-file)
	Before: run-docker-netns-0f9a9feaf87a.mount (destination-file)
	Before: unifi.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: nfs-blkmap.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: docker-nzbhydra2.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: apcupsd.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: redis-server.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: zfs-zed.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: prometheus-node-exporter-smartmon.service (destination-file)
	Before: var-prometheus.mount (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: share-backup-majoron.mount (destination-file)
	Before: share-public.mount (destination-file)
	Before: dropbox.service (destination-file)
	Before: gitea.service (destination-file)
	Before: cluster.service (destination-file)
	Before: pcscd.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-file)
	Before: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-file)
	Before: pcscd.socket (destination-file)
	Before: evohome-exporter.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: share-games.mount (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: share-backup-tm\x2dtwappel.mount (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: nmbd.service (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: share-backup-postgresql.mount (destination-file)
	Before: polkit.service (destination-file)
	Before: mnt-usb.mount (destination-file)
	Before: grafana-server.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-file)
	Before: system-lvm2\x2dpvscan.slice (destination-implicit)
	Before: blk-availability.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: logitechmediaserver.service (destination-file)
	Before: openipmi.service (destination-file)
	Before: var-tmp.mount (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: postfix.service (destination-file)
	Before: share-backup-framboos.mount (destination-file)
	Before: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: rescue.service (destination-file)
	Before: docker-nzbget.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-file)
	Before: ntp.service (destination-file)
	Before: tvheadend.service (destination-file)
	Before: share-backup-2linxx.mount (destination-file)
	Before: docker.service (destination-file)
	Before: rsync.service (destination-file)
	Before: cpufrequtils.service (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: containerd.service (destination-file)
	Before: run-docker-netns-948b9dc2b24c.mount (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: share-backup-omena.mount (destination-file)
	Before: auth-rpcgss-module.service (destination-file)
	Before: run-docker-netns-e0f6573222d2.mount (destination-file)
	Before: share-download.mount (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: apache2.service (destination-file)
	Before: prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	Before: zfs-load-module.service (destination-file)
	Before: docker-sonarr.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: share-movies-recordings.mount (destination-file)
	Before: share-mp3.mount (destination-file)
	Before: share.mount (destination-file)
	Before: share-rpi.mount (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: zfs-import-scan.service (destination-file)
	Before: tinyproxy.service (destination-file)
	Before: smartd.service (destination-file)
	Before: docker-pihole.service (destination-file)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: dev-sda1.swap (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: system-postgresql.slice (destination-implicit)
	Before: syslog.socket (destination-file)
	Before: nfs-config.service (destination-file)
	Before: monitorix.service (destination-file)
	Before: ipvsadm.service (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: zfs-mount.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: sys-kernel-debug-tracing.mount (destination-file)
	Before: run-rpc_pipefs.mount (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: run-user-128.mount (destination-file)
	Before: rsyslog.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: share-backup-mount.mount (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: var-tmp.mount (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: share-movies-recordings.mount (destination-file)
	ReferencedBy: share-movies.mount (destination-file)
	ReferencedBy: evohome-exporter.service (destination-file)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: var-log.mount (destination-file)
	ReferencedBy: minidlna.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: docker-netatmo.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: prometheus-alertmanager.service (destination-file)
	ReferencedBy: prometheus-node-exporter.service (destination-file)
	ReferencedBy: share-download-transmission.mount (destination-file)
	ReferencedBy: share-backup.mount (destination-file)
	ReferencedBy: docker-sonarr.service (destination-file)
	ReferencedBy: openipmi.service (destination-file)
	ReferencedBy: share-backup-twappel.mount (destination-file)
	ReferencedBy: pf_ring.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: var-prometheus.mount (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: gitea.service (destination-file)
	ReferencedBy: share-backup-omena.mount (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: prometheus-node-exporter-apt.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: mariadb.service (destination-file)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
	ReferencedBy: cluster.service (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: dm-event.socket (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: share-pics.mount (destination-file)
	ReferencedBy: docker-radarr.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: run-docker-netns-b94d43af4fda.mount (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-file)
	ReferencedBy: smbd.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: share-backup-nopeasti.mount (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: home-hts.mount (destination-file)
	ReferencedBy: sys-kernel-debug-tracing.mount (destination-file)
	ReferencedBy: share-rpi.mount (destination-file)
	ReferencedBy: nmbd.service (destination-file)
	ReferencedBy: smartd.service (destination-file)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	ReferencedBy: home-nzbdrone.mount (destination-file)
	ReferencedBy: zfs-import-cache.service (destination-file)
	ReferencedBy: redis-server.service (destination-file)
	ReferencedBy: docker.service (destination-file)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-file)
	ReferencedBy: run-docker-netns-5662fd9fcc2a.mount (destination-file)
	ReferencedBy: docker-pihole.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: home-git.mount (destination-file)
	ReferencedBy: rng-tools.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: mnt-usb.mount (destination-file)
	ReferencedBy: run-docker-netns-e0f6573222d2.mount (destination-file)
	ReferencedBy: system-modprobe.slice (destination-implicit)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: zfs-share.service (destination-file)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	ReferencedBy: docker-nzbget.service (destination-file)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: sysstat.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: loadcpufreq.service (destination-file)
	ReferencedBy: share-backup-majoron.mount (destination-file)
	ReferencedBy: monitorix.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-file)
	ReferencedBy: zfs-load-module.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: share-books.mount (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: zfs-mount.service (destination-file)
	ReferencedBy: run-docker-netns-948b9dc2b24c.mount (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: system-lvm2\x2dpvscan.slice (destination-implicit)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: pcscd.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: system-postfix.slice (destination-implicit)
	ReferencedBy: avahi-daemon.socket (destination-file)
	ReferencedBy: ipvsadm.service (destination-file)
	ReferencedBy: unifi.service (destination-file)
	ReferencedBy: docker-nzbhydra2.service (destination-file)
	ReferencedBy: logitechmediaserver.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-file)
	ReferencedBy: tvheadend.service (destination-file)
	ReferencedBy: prometheus-node-exporter-smartmon.service (destination-file)
	ReferencedBy: plymouth.service (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: share-mp3.mount (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: lm-sensors.service (destination-file)
	ReferencedBy: var-spool.mount (destination-file)
	ReferencedBy: proc-fs-nfsd.mount (destination-file)
	ReferencedBy: minissdpd.service (destination-file)
	ReferencedBy: zfs-volume-wait.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: share-backup-insomnia.mount (destination-file)
	ReferencedBy: openvpn.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: zfs-import-scan.service (destination-file)
	ReferencedBy: share-movies-TeslaCam.mount (destination-file)
	ReferencedBy: nfs-config.service (destination-file)
	ReferencedBy: share-backup-dropbox.mount (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: zfs-zed.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-file)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: dev-sda1.swap (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: ntopng.service (destination-file)
	ReferencedBy: docker.socket (destination-file)
	ReferencedBy: share-public.mount (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: dbus.socket (destination-file)
	ReferencedBy: transmission-daemon.service (destination-file)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: run-user-129.mount (destination-file)
	ReferencedBy: rpcbind.socket (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: cpufrequtils.service (destination-file)
	ReferencedBy: system-pushover\x2dwarning.slice (destination-implicit)
	ReferencedBy: share-backup-2linxx.mount (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: share-download.mount (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: share-games.mount (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: postgresql.service (destination-file)
	ReferencedBy: systemd-fsckd.socket (destination-file)
	ReferencedBy: grafana-server.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: pcscd.socket (destination-file)
	ReferencedBy: tinyproxy.service (destination-file)
	ReferencedBy: var-cache.mount (destination-file)
	ReferencedBy: netatalk.service (destination-file)
	ReferencedBy: root.mount (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: apcupsd.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: prometheus.service (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: share.mount (destination-file)
	ReferencedBy: share-backup-postgresql.mount (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: run-docker-netns-b436231155fa.mount (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: nfs-utils.service (destination-file)
	ReferencedBy: share-backup-framboos.mount (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: netdata.service (destination-file)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: run-docker-netns-0f9a9feaf87a.mount (destination-file)
	ReferencedBy: phpsessionclean.service (destination-file)
	ReferencedBy: run-user-128.mount (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: system-postgresql.slice (destination-implicit)
	ReferencedBy: containerd.service (destination-file)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: postfix.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> Unit pf_ring.service:
	Description: PF_RING service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:32 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:32 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/pf_ring.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a572018d1f534c98b686089427981ec2
	Fragment Path: /etc/systemd/system/pf_ring.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: cluster.service (destination-file)
	WantedBy: ntopng.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: ntopng.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: ntopng.service (destination-file)
	Before: cluster.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: syslog.target (origin-file)
	After: sysinit.target (origin-default)
	After: dev-hugepages.mount (origin-file)
	OnFailure: pushover-warning at pf_ring.service (origin-file)
	References: network.target (origin-file)
	References: pushover-warning at pf_ring.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: dev-hugepages.mount (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: syslog.target (origin-file)
	ReferencedBy: ntopng.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: cluster.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
	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
	-> ExecStartPre:
		Command Line: /bin/sh -c '/bin/echo "$(/bin/date) pf_ring StartPre" >> /var/log/ntop-systemd.log'
		Command Line: /bin/sh -c 'if [ -x /etc/pf_ring/pre ]; then /etc/pf_ring/pre; fi'
	-> ExecStart:
		Command Line: /usr/local/bin/pf_ringctl start
	-> ExecStartPost:
		Command Line: /bin/sh -c '/bin/echo "$(/bin/date) pf_ring StartPost" >> /var/log/ntop-systemd.log'
		Command Line: /bin/sh -c 'if [ -x /etc/pf_ring/post ]; then /etc/pf_ring/post; fi'
	-> ExecStop:
		Command Line: /usr/local/bin/pf_ringctl stop
	-> ExecStopPost:
		Command Line: /bin/sh -c '/bin/echo "$(/bin/date) pf_ring StopPost" >> /var/log/ntop-systemd.log'
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 08:49:46 CET
	Inactive Exit Timestamp: Thu 2020-11-19 08:49:46 CET
	Active Enter Timestamp: Thu 2020-11-19 08:49:46 CET
	Active Exit Timestamp: Wed 2020-11-18 14:38:51 CET
	Inactive Enter Timestamp: Wed 2020-11-18 14:38:51 CET
	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
	Invocation ID: 17651b7dacd84d9cb4dd6dcf2fe4323a
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Thu 2020-11-19 08:49:46 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 08:49:46 CET
	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-c34.scope (destination-file)
	WantedBy: session-2.scope (destination-file)
	WantedBy: session-592493.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-592493.scope (destination-file)
	Before: session-c34.scope (destination-file)
	Before: session-2.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: dbus.service (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: user-1000.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	OnFailure: pushover-warning at user.service (origin-file)
	References: dbus.service (origin-file)
	References: pushover-warning at user.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: user-1000.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	ReferencedBy: session-c34.scope (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: session-592493.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: 22328
	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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	Status Text: Startup finished in 165ms.
	CPUAccounting: no
	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
	DelegateControllers: memory pids
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9286c0b8c9c748a98d0cd7bf714cc23d
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-sde1.device
	Following Set Member: dev-disk-by\x2dpartuuid-0c5ef2a7\x2da761\x2d4186\x2d94b3\x2d2c5a2df4230d.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde1
	Found: found-udev
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: cfa665ee96ab4731b012e90dc2e70681
	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 dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-hugepages.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: acd080e6f6904a9c963a90c9b6a59db5
	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: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: pf_ring.service (destination-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: pf_ring.service (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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	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
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-random-seed.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-boot-system-token.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: pushover-warning at systemd-boot-system-token.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: 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
	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
	-> ExecStart:
		Command Line: /usr/bin/bootctl random-seed --graceful
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at nfs-config.service:
	Description: pushover warning
	Instance: nfs-config
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: nfs-config.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service nfs-config at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 61cb228d9f2f4ef8870bc9d1d34513ea
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: dev-disk-by\x2dpartuuid-fe92925e\x2d0bfa\x2d443e\x2d8aa1\x2d8693c32e3d5d.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart9.device
	Following Set Member: dev-sdb9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb9
	Found: found-udev
-> Unit share-backup-dropbox.mount:
	Description: /share/backup/dropbox
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-dropbox.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c14aff18362948d88a2689f623b55cf0
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: share-backup.mount (origin-path)
	After: -.mount (origin-path)
	After: share.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	References: -.mount (origin-path)
	References: share-backup.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/dropbox
	What: tank/share/backup/dropbox
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 67739e11b5f748dc97ba0b0901aed902
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart1.device
	Following Set Member: dev-sdg1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2dpartuuid-bae5334c\x2da51b\x2d41fd\x2da861\x2de5e108cb938f.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg1
	Found: found-udev
-> Unit pushover-warning at systemd-tmpfiles-clean.service:
	Description: pushover warning
	Instance: systemd-tmpfiles-clean
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-tmpfiles-clean.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-tmpfiles-clean at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at postgresql.service:
	Description: pushover warning
	Instance: postgresql
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: postgresql.service (destination-file)
	ReferencedBy: postgresql at 11-main.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service postgresql at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at smbd.service:
	Description: pushover warning
	Instance: smbd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: smbd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service smbd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit postfix.service:
	Description: Postfix Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-01 19:57:37 CET
	Inactive Exit Timestamp: Sun 2020-11-01 19:57:37 CET
	Active Enter Timestamp: Sun 2020-11-01 19:57:37 CET
	Active Exit Timestamp: Sun 2020-11-01 19:57:37 CET
	Inactive Enter Timestamp: Sun 2020-11-01 19:57:37 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/postfix.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6beba0ac20e0460b8365d6e383ad91ce
	Fragment Path: /lib/systemd/system/postfix.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /etc/postfix/main.cf untested
	Condition Timestamp: Sun 2020-11-01 19:57:37 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-01 19:57:37 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: postfix at -.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: postfix at -.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: sendmail.service (origin-file)
	Conflicts: exim4.service (origin-file)
	Before: netdata.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: postfix at -.service (destination-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at postfix.service (origin-file)
	PropagatesReloadTo: postfix at -.service (destination-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at postfix.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sendmail.service (origin-file)
	References: shutdown.target (origin-default)
	References: exim4.service (origin-file)
	References: postfix at -.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: netdata.service (destination-file)
	ReferencedBy: postfix at -.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
	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
	-> ExecStart:
		Command Line: /bin/true
	-> ExecReload:
		Command Line: /bin/true
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2535573920be4626bd861b346f32911e
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: user-runtime-dir at 129.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: user at 129.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: user at 128.service (destination-file)
	Before: user-runtime-dir at 128.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	After: system.slice (origin-file)
	After: dbus.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at dbus.service (origin-file)
	TriggeredBy: dbus.socket (destination-implicit)
	References: pushover-warning at dbus.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: user-runtime-dir at 129.service (destination-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: user-runtime-dir at 128.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: user at 129.service (destination-file)
	ReferencedBy: user at 128.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 25107
	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
	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
	-> 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: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Thu 2020-11-19 21:02:29 CET
	Inactive Exit Timestamp: Thu 2020-11-19 21:02:28 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Thu 2020-11-19 21:02:29 CET
	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: 7ce7b9be6f374aa5ae0d10979ac4a5ed
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Thu 2020-11-19 21:02:28 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 21:02:28 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: time-set.target (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-tmpfiles-clean.service (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: pushover-warning at systemd-tmpfiles-clean.service (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: time-set.target (origin-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --clean
			PID: 5330
			Start Timestamp: Thu 2020-11-19 21:02:28 CET
			Exit Timestamp: Thu 2020-11-19 21:02:29 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1b8822da320a4546b543fc5b0f7e6fa5
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/emergency.target
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	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 multi-user.target:
	Alias: runlevel3.target
	Alias: runlevel2.target
	Alias: runlevel4.target
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: dd7f802a3c8f4ea8bd1228b7656a657f
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Tue 2020-06-16 22:03:14 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:03:14 CEST
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: tvheadend.service (origin-file)
	Wants: postfix.service (origin-file)
	Wants: docker-nzbhydra2.service (origin-file)
	Wants: prometheus-node-exporter.service (origin-file)
	Wants: rsyslog.service (origin-file)
	Wants: unifi.service (origin-file)
	Wants: ntopng.service (origin-file)
	Wants: dbus.service (origin-file)
	Wants: lm-sensors.service (origin-file)
	Wants: unattended-upgrades.service (origin-file)
	Wants: nmbd.service (origin-file)
	Wants: rng-tools.service (origin-file)
	Wants: dropbox.service (origin-file)
	Wants: sysstat.service (origin-file)
	Wants: nfs-client.target (origin-file)
	Wants: redis-server.service (origin-file)
	Wants: nfs-server.service (origin-file)
	Wants: logitechmediaserver.service (origin-file)
	Wants: cpufrequtils.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: postgresql.service (origin-file)
	Wants: smartd.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: evohome-exporter.service (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: apache2.service (origin-file)
	Wants: hddtemp.service (origin-file)
	Wants: networking.service (origin-file)
	Wants: loadcpufreq.service (origin-file)
	Wants: docker-pihole.service (origin-file)
	Wants: minissdpd.service (origin-file)
	Wants: rc-local.service (origin-file)
	Wants: monitorix.service (origin-file)
	Wants: prometheus-alertmanager.service (origin-file)
	Wants: plymouth.service (origin-file)
	Wants: rpcbind.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: netdata.service (origin-file)
	Wants: netatalk.service (origin-file)
	Wants: containerd.service (origin-file)
	Wants: ntp.service (origin-file)
	Wants: smbd.service (origin-file)
	Wants: tftpd-hpa.service (origin-file)
	Wants: minidlna.service (origin-file)
	Wants: transmission-daemon.service (origin-file)
	Wants: openvpn.service (origin-file)
	Wants: grafana-server.service (origin-file)
	Wants: tinyproxy.service (origin-file)
	Wants: docker-sonarr.service (origin-file)
	Wants: docker-nzbget.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: docker.service (origin-file)
	Wants: irqbalance.service (origin-file)
	Wants: openipmi.service (origin-file)
	Wants: apcupsd.service (origin-file)
	Wants: zfs.target (origin-file)
	Wants: cups-browsed.service (origin-file)
	Wants: ssh.service (origin-file)
	Wants: gitea.service (origin-file)
	Wants: docker-radarr.service (origin-file)
	Wants: rsync.service (origin-file)
	Wants: avahi-daemon.service (origin-file)
	Wants: docker-netatmo.service (origin-file)
	Wants: atd.service (origin-file)
	Wants: binfmt-support.service (origin-file)
	Wants: pf_ring.service (origin-file)
	Wants: ipvsadm.service (origin-file)
	Wants: cron.service (origin-file)
	Wants: mariadb.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: prometheus.service (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: graphical.target (destination-file destination-default)
	After: openvpn.service (origin-default)
	After: monitorix.service (origin-default)
	After: atd.service (origin-default)
	After: minissdpd.service (origin-default destination-file)
	After: dropbox.service (origin-default destination-file)
	After: zfs.target (origin-default)
	After: nmbd.service (origin-default)
	After: avahi-daemon.service (origin-default)
	After: docker-netatmo.service (origin-default)
	After: rescue.service (origin-file)
	After: loadcpufreq.service (origin-default destination-file)
	After: unattended-upgrades.service (origin-default)
	After: hddtemp.service (origin-default destination-file)
	After: smbd.service (origin-default)
	After: cron.service (origin-default)
	After: prometheus-alertmanager.service (origin-default)
	After: containerd.service (origin-default)
	After: cups-browsed.service (origin-default)
	After: dbus.service (origin-default)
	After: ipvsadm.service (origin-default destination-file)
	After: transmission-daemon.service (origin-default)
	After: rng-tools.service (origin-default destination-file)
	After: smartd.service (origin-default)
	After: docker-nzbhydra2.service (origin-default)
	After: postfix.service (origin-default)
	After: docker-pihole.service (origin-default)
	After: sysstat.service (origin-default)
	After: docker-sonarr.service (origin-default)
	After: rsyslog.service (origin-default)
	After: mariadb.service (origin-default)
	After: tvheadend.service (origin-default)
	After: openipmi.service (origin-default destination-file)
	After: rc-local.service (origin-default)
	After: getty.target (origin-default)
	After: redis-server.service (origin-default)
	After: docker-radarr.service (origin-default)
	After: netatalk.service (origin-default)
	After: rescue.target (origin-file)
	After: grafana-server.service (origin-default)
	After: plymouth.service (origin-default destination-file)
	After: apache2.service (origin-default)
	After: systemd-user-sessions.service (origin-default)
	After: rsync.service (origin-default)
	After: evohome-exporter.service (origin-default)
	After: gitea.service (origin-default destination-file)
	After: cpufrequtils.service (origin-default destination-file)
	After: netdata.service (origin-default)
	After: unifi.service (origin-default)
	After: ntp.service (origin-default)
	After: logitechmediaserver.service (origin-default destination-file)
	After: prometheus-node-exporter.service (origin-default)
	After: systemd-networkd.service (destination-file)
	After: docker-nzbget.service (origin-default)
	After: apcupsd.service (origin-default)
	After: lm-sensors.service (origin-default)
	After: nfs-client.target (origin-default)
	After: basic.target (origin-file origin-default)
	After: postgresql.service (origin-default)
	After: prometheus.service (origin-default)
	After: minidlna.service (origin-default destination-file)
	After: pf_ring.service (origin-default)
	After: ntopng.service (origin-default)
	After: tinyproxy.service (origin-default)
	After: ssh.service (origin-default)
	After: tftpd-hpa.service (origin-default destination-file)
	After: systemd-logind.service (origin-default)
	After: docker.service (origin-default)
	References: ssh.service (origin-file origin-default)
	References: smbd.service (origin-file origin-default)
	References: docker-pihole.service (origin-file origin-default)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: ntp.service (origin-file origin-default)
	References: systemd-ask-password-wall.path (origin-file)
	References: docker-netatmo.service (origin-file origin-default)
	References: prometheus-node-exporter.service (origin-file origin-default)
	References: postfix.service (origin-file origin-default)
	References: loadcpufreq.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: sysstat.service (origin-file origin-default)
	References: transmission-daemon.service (origin-file origin-default)
	References: rpcbind.service (origin-file)
	References: logitechmediaserver.service (origin-file origin-default)
	References: rsync.service (origin-file origin-default)
	References: unifi.service (origin-file origin-default)
	References: minidlna.service (origin-file origin-default)
	References: redis-server.service (origin-file origin-default)
	References: tftpd-hpa.service (origin-file origin-default)
	References: avahi-daemon.service (origin-file origin-default)
	References: unattended-upgrades.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: rescue.service (origin-file)
	References: rng-tools.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	References: smartd.service (origin-file origin-default)
	References: tinyproxy.service (origin-file origin-default)
	References: plymouth.service (origin-file origin-default)
	References: binfmt-support.service (origin-file)
	References: apache2.service (origin-file origin-default)
	References: hddtemp.service (origin-file origin-default)
	References: getty.target (origin-file origin-default)
	References: cpufrequtils.service (origin-file origin-default)
	References: openvpn.service (origin-file origin-default)
	References: netdata.service (origin-file origin-default)
	References: cups-browsed.service (origin-file origin-default)
	References: containerd.service (origin-file origin-default)
	References: dbus.service (origin-file origin-default)
	References: postgresql.service (origin-file origin-default)
	References: tvheadend.service (origin-file origin-default)
	References: ntopng.service (origin-file origin-default)
	References: prometheus-alertmanager.service (origin-file origin-default)
	References: gitea.service (origin-file origin-default)
	References: prometheus.service (origin-file origin-default)
	References: rsyslog.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: irqbalance.service (origin-file)
	References: pf_ring.service (origin-file origin-default)
	References: docker-sonarr.service (origin-file origin-default)
	References: docker-radarr.service (origin-file origin-default)
	References: docker.service (origin-file origin-default)
	References: networking.service (origin-file)
	References: ipvsadm.service (origin-file origin-default)
	References: nfs-server.service (origin-file)
	References: console-setup.service (origin-file)
	References: monitorix.service (origin-file origin-default)
	References: mariadb.service (origin-file origin-default)
	References: lm-sensors.service (origin-file origin-default)
	References: basic.target (origin-file origin-default)
	References: docker-nzbhydra2.service (origin-file origin-default)
	References: openipmi.service (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: atd.service (origin-file origin-default)
	References: docker-nzbget.service (origin-file origin-default)
	References: dropbox.service (origin-file origin-default)
	References: nfs-client.target (origin-file origin-default)
	References: cron.service (origin-file origin-default)
	References: netatalk.service (origin-file origin-default)
	References: nmbd.service (origin-file origin-default)
	References: rc-local.service (origin-file origin-default)
	References: evohome-exporter.service (origin-file origin-default)
	References: apcupsd.service (origin-file origin-default)
	References: grafana-server.service (origin-file origin-default)
	References: minissdpd.service (origin-file origin-default)
	References: zfs.target (origin-file origin-default)
	ReferencedBy: openipmi.service (destination-file)
	ReferencedBy: gitea.service (destination-file)
	ReferencedBy: minissdpd.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: rng-tools.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: logitechmediaserver.service (destination-file)
	ReferencedBy: cpufrequtils.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: minidlna.service (destination-file)
	ReferencedBy: plymouth.service (destination-file)
	ReferencedBy: loadcpufreq.service (destination-file)
	ReferencedBy: ipvsadm.service (destination-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	After: systemd-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 sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/sys-kernel-config.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 415b4e5b63134aeca436788bf896c774
	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: Tue 2020-06-16 22:02:27 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:27 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: sys-module-configfs.device (destination-udev)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: systemd-modules-load.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: systemd-modules-load.service (origin-file)
	References: sysinit.target (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,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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdh1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 6f62d9c12ebe4b21a3cb52c6675b3e93
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-aaef178a\x2d3a91\x2d4d7a\x2db4ac\x2da014124c2968.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh1
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fb570b78dd0d442ca84a2e47fbc9a0e5
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-786cec57\x2d4ea3\x2d4403\x2db41c\x2d3b868e86438a.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart9.device
	Following Set Member: dev-sdf9.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf9
	Found: found-udev
-> Unit pushover-warning at rescue.service:
	Description: pushover warning
	Instance: rescue
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: rescue.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rescue at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f2a419530bed4d5aa11cd55f11c6860b
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sde1.device
	Following Set Member: dev-disk-by\x2dpartuuid-0c5ef2a7\x2da761\x2d4186\x2d94b3\x2d2c5a2df4230d.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde1
	Found: found-udev
-> Unit postgresql at 11-main.service:
	Description: PostgreSQL Cluster 11-main
	Instance: 11-main
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:15 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:15 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-postgresql.slice
	CGroup: /system.slice/system-postgresql.slice/postgresql at 11-main.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: d71c7b07ff4e476c8e8036ad491006dc
	Fragment Path: /lib/systemd/system/postgresql at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	AssertPathExists: /etc/postgresql/11/main/postgresql.conf untested
	Condition Timestamp: Sun 2020-11-15 00:04:09 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:09 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-postgresql.slice (origin-file)
	PartOf: postgresql.service (origin-file)
	WantedBy: postgresql.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: postgresql.service (origin-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-postgresql.slice (origin-file)
	After: -.mount (origin-path)
	OnFailure: pushover-warning at postgresql.service (origin-file)
	ReloadPropagatedFrom: postgresql.service (origin-file)
	References: pushover-warning at postgresql.service (origin-file)
	References: -.mount (origin-path)
	References: postgresql.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: system-postgresql.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: postgresql.service (destination-file)
	RequiresMountsFor: /var/lib/postgresql/11/main (origin-file)
	RequiresMountsFor: /etc/postgresql/11/main (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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 734
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/postgresql/11-main.pid
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1h
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 11-main start
	-> ExecReload:
		Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 11-main reload
	-> ExecStop:
		Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 11-main stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9e05990523394a41ae8afa3289bbcbec
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95.device
	Following Set Member: dev-sdk.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk
	Found: found-udev
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e2e67bd4c5a74d5787cb2b345b507957
	Following: sys-devices-pnp0-00:02-tty-ttyS1.device
	Following Set Member: sys-devices-pnp0-00:02-tty-ttyS1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:02/tty/ttyS1
	Found: found-udev
-> Unit lm-sensors.service:
	Description: Initialize hardware monitoring sensors
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/lm-sensors.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 956052ff1b414dd188f80e507b5ec1af
	Fragment Path: /lib/systemd/system/lm-sensors.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at lm-sensors.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: pushover-warning at lm-sensors.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /usr/bin/sensors -s
		Command Line: /usr/bin/sensors
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rpc-statd-notify.service:
	Description: pushover warning
	Instance: rpc-statd-notify
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: rpc-statd-notify.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rpc-statd-notify at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit phpsessionclean.timer:
	Description: Clean PHP session files every 30 mins
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:09:01 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: 6272681728754cc7ae404dcd4da5f6e1
	Fragment Path: /lib/systemd/system/phpsessionclean.timer
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: phpsessionclean.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: phpsessionclean.service (origin-implicit)
	References: phpsessionclean.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: phpsessionclean.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* *:09,39:00
-> Unit lvm2-monitor.service:
	Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:28:06 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:28:05 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:28:06 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/lvm2-monitor.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 31cfe645eaa84ce6bac4dace6b1ea10b
	Documentation: man:dmeventd(8)
	Documentation: man:lvcreate(8)
	Documentation: man:lvchange(8)
	Documentation: man:vgchange(8)
	Fragment Path: /lib/systemd/system/lvm2-monitor.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-09-11 09:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2020-09-11 09:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dm-event.socket (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: dm-event.service (origin-file)
	After: dm-event.socket (origin-file)
	After: system.slice (origin-file)
	After: lvm2-activation.service (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at lvm2-monitor.service (origin-file)
	References: dm-event.socket (origin-file)
	References: dm-event.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: lvm2-activation.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at lvm2-monitor.service (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/lvm vgchange --monitor y
	-> ExecStop:
		Command Line: /sbin/lvm vgchange --monitor n
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdh.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c64222bfaf0b45ccbeba80cd3c346389
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 3a2125592ce34ffdadcb68e9806321df
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e.device
	Following Set Member: dev-sdi.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 4652610b02164d85ba3ac0c0fc2b0164
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0.device
	Following Set Member: dev-sdg.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg
	Found: found-udev
-> Unit modprobe at drm.service:
	Description: Load Kernel Module drm
	Instance: drm
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-modprobe.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:modprobe(8)
	Fragment Path: /lib/systemd/system/modprobe at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: !/sys/module/drm untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Mon 2020-11-16 14:22:47 CET
	Condition Result: no
	Requires: system-modprobe.slice (origin-file)
	WantedBy: systemd-logind.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-modprobe.slice (origin-file)
	OnFailure: pushover-warning at modprobe.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: pushover-warning at modprobe.service (origin-file)
	References: system-modprobe.slice (origin-file)
	ReferencedBy: systemd-logind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /sbin/modprobe -abq drm
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdk1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: dc479cdcdd3d4a62baff5b2876659b6f
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-tank.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2duuid-8392379984986299429.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	RequiredBy: rpc-statd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: dropbox.service (destination-file)
	Before: apache2.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: postfix at -.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: postfix at -.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit pushover-warning at prometheus-node-exporter-smartmon.service:
	Description: pushover warning
	Instance: prometheus-node-exporter-smartmon
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: prometheus-node-exporter-smartmon.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus-node-exporter-smartmon at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit apcupsd.service:
	Description: UPS power management daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2020-06-27 10:33:23 CEST
	Inactive Exit Timestamp: Sat 2020-06-27 10:33:23 CEST
	Active Enter Timestamp: Sat 2020-06-27 10:33:23 CEST
	Active Exit Timestamp: Sat 2020-06-27 10:33:23 CEST
	Inactive Enter Timestamp: Sat 2020-06-27 10:33:23 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/apcupsd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 399b7cd9ea594ffe961a65574a6bf0e3
	Documentation: man:apcupsd(8)
	Fragment Path: /lib/systemd/system/apcupsd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sat 2020-06-27 10:33:23 CEST
	Condition Result: yes
	Assert Timestamp: Sat 2020-06-27 10:33:23 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	OnFailure: pushover-warning at apcupsd.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at apcupsd.service (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 8404
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/apcupsd.pid
	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
	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
	-> ExecStartPre:
		Command Line: /lib/apcupsd/prestart
	-> ExecStart:
		Command Line: /sbin/apcupsd
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device:
	Description: KINGSTON_SUV400S37120G EFI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9f014a00a07c466fb3a140acf4b20b07
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-6DAE\x2d876E.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device
	Following Set Member: dev-disk-by\x2dlabel-EFI.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c00378271c694a06ac4fbb6b77f08586
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0.device
	Following Set Member: dev-sdk.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk
	Found: found-udev
-> Unit sys-devices-virtual-net-veth273047a.device:
	Description: /sys/devices/virtual/net/veth273047a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 04:04:02 CET
	Inactive Exit Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Enter Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Exit 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: 13acbe1de91b4d2c9c9f3e18377e4b71
	Following Set Member: sys-subsystem-net-devices-veth273047a.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/veth273047a
	Found: found-udev
-> Unit dev-disk-by\x2duuid-8392379984986299429.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 07602b7d0e9346e7b865b2a6c6b29b9b
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-tank.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-sdk1.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-19a85d29\x2d7cdc\x2d4336\x2d8b4d\x2d7a3e4e422c25.device:
	Description: KINGSTON_SUV400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: c37cca514f1d420a87017bc04dc9a62f
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-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:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 10d24fedbf1c4dc491a7c30c33ccab09
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec67da56\x2d5f48\x2d4e92\x2db2cf\x2d9efe57acbd7b.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit pushover-warning at man-db.service:
	Description: pushover warning
	Instance: man-db
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: man-db.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service man-db at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ecdc5e7cb3384b0aa60820fcfcd7d8ea
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-sdj9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1623a56\x2dfc31\x2d49b7\x2d926d\x2db3145bfaa365.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj9
	Found: found-udev
-> Unit systemd-pstore.service:
	Description: Platform Persistent Storage Archival
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:02:44 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionVirtualization: !container untested
	ConditionDirectoryNotEmpty: /sys/fs/pstore untested
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	OnFailure: pushover-warning at systemd-pstore.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: pushover-warning at systemd-pstore.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-pstore
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap:
	Description: /dev/disk/by-partuuid/73a5fdd3-efd1-438a-bf09-91cfe42edc36
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2719b67006a44adabed2a00f2c990365
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap
	Following Set Member: dev-sda1.swap
	Fragment Path: /run/systemd/generator/dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2020-06-16 21:46:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:16 CEST
	Assert Result: yes
	Requires: dev-sda1.device (origin-proc-swap)
	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-sda1.target (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: blockdev at dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: dev-sda1.device (origin-proc-swap)
	References: umount.target (origin-default)
	References: dev-sda1.device (origin-proc-swap)
	References: -.mount (origin-path)
	References: blockdev at dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.target (origin-file)
	References: swap.target (origin-default)
	References: blockdev at dev-sda1.target (origin-proc-swap)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: swap.target (destination-file destination-default)
	RequiresMountsFor: /dev/disk/by-partuuid/73a5fdd3-efd1-438a-bf09-91cfe42edc36 (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/73a5fdd3-efd1-438a-bf09-91cfe42edc36
	From /proc/swaps: yes
	From fragment: yes
	Device Node: /dev/sda1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 5bafe49c3aec4972aeb4183eb814b908
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d.device
	Following Set Member: dev-sdg.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-bae5334c\x2da51b\x2d41fd\x2da861\x2de5e108cb938f.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 7f1dbd6239e745e0b1141f7877f3fe93
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sdg1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg1
	Found: found-udev
-> Unit systemd-tmpfiles-setup.service:
	Description: Create Volatile Files and Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 42e2e74930a940bb8603c2a7e60d01b7
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: apache2.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: netdata.service (destination-file)
	Before: colord.service (destination-file)
	Before: rpcbind.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: ntp.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: phpsessionclean.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: redis-server.service (destination-file)
	Before: haveged.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-journald.service (origin-file)
	After: zfs-mount.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journal-flush.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	OnFailure: pushover-warning at systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: pushover-warning at systemd-tmpfiles-setup.service (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.service (origin-file)
	ReferencedBy: phpsessionclean.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: netdata.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: zfs-mount.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: redis-server.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: haveged.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
	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
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit 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: 73716583e4bd4bb5888dc97dd5761630
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-file)
	Wants: timers.target (origin-file)
	Wants: sockets.target (origin-file)
	Wants: paths.target (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: slices.target (origin-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: pushover-warning at ntopng.service (destination-default)
	Before: pushover-warning at grafana-server.service (destination-default)
	Before: pushover-warning at keyboard-setup.service (destination-default)
	Before: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: pushover-warning at tvheadend.service (destination-default)
	Before: tftpd-hpa.service (destination-default)
	Before: openipmi.service (destination-default)
	Before: user-runtime-dir at 128.service (destination-default)
	Before: pushover-warning at cluster.service (destination-default)
	Before: logitechmediaserver.service (destination-default)
	Before: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	Before: pushover-warning at prometheus-alertmanager.service (destination-default)
	Before: pushover-warning at zfs-volume-wait.service (destination-default)
	Before: pushover-warning at apparmor.service (destination-default)
	Before: mariadb.service (destination-default)
	Before: pushover-warning at systemd-random-seed.service (destination-default)
	Before: pushover-warning at systemd-udevd.service (destination-default)
	Before: pf_ring.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: pushover-warning at systemd-fsckd.service (destination-default)
	Before: pushover-warning at monitorix.service (destination-default)
	Before: pushover-warning at systemd-logind.service (destination-default)
	Before: pushover-warning at zfs-mount.service (destination-default)
	Before: pushover-warning at containerd.service (destination-default)
	Before: loadcpufreq.service (destination-default)
	Before: pushover-warning at systemd-binfmt.service (destination-default)
	Before: pushover-warning at systemd-remount-fs.service (destination-default)
	Before: apcupsd.service (destination-default)
	Before: pushover-warning at nfs-utils.service (destination-default)
	Before: pushover-warning at phpsessionclean.service (destination-default)
	Before: postfix.service (destination-default)
	Before: cpufrequtils.service (destination-default)
	Before: ssh.service (destination-default)
	Before: cron.service (destination-default)
	Before: pushover-warning at openvpn.service (destination-default)
	Before: pushover-warning at blk-availability.service (destination-default)
	Before: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	Before: pushover-warning at netatalk.service (destination-default)
	Before: pushover-warning at systemd-hwdb-update.service (destination-default)
	Before: pushover-warning at kmod-static-nodes.service (destination-default)
	Before: prometheus.service (destination-default)
	Before: user at 129.service (destination-default)
	Before: dbus.service (destination-default)
	Before: pushover-warning at emergency.service (destination-default)
	Before: tinyproxy.service (destination-default)
	Before: pushover-warning at lvm2-lvmpolld.service (destination-default)
	Before: pushover-warning at zfs-share.service (destination-default)
	Before: postgresql.service (destination-default)
	Before: pushover-warning at pushover-warning.service (destination-default)
	Before: pushover-warning at smartd.service (destination-default)
	Before: prometheus-node-exporter-smartmon.service (destination-default)
	Before: pushover-warning at pcscd.service (destination-default)
	Before: pushover-warning at haveged.service (destination-default)
	Before: pushover-warning at cups.service (destination-default)
	Before: pushover-warning at prometheus.service (destination-default)
	Before: smbd.service (destination-default)
	Before: pushover-warning at zfs-import-scan.service (destination-default)
	Before: docker-nzbget.service (destination-default)
	Before: pushover-warning at rpc-gssd.service (destination-default)
	Before: pushover-warning at console-setup.service (destination-default)
	Before: netatalk.service (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	Before: pushover-warning at transmission-daemon.service (destination-default)
	Before: pushover-warning at postgresql.service (destination-default)
	Before: dropbox.service (destination-default)
	Before: nmbd.service (destination-default)
	Before: pushover-warning at systemd-ask-password-console.service (destination-default)
	Before: pushover-warning at docker-radarr.service (destination-default)
	Before: minidlna.service (destination-default)
	Before: zfs-zed.service (destination-default)
	Before: pushover-warning at apt-daily.service (destination-default)
	Before: openvpn.service (destination-default)
	Before: pushover-warning at minissdpd.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: pushover-warning at systemd-journald.service (destination-default)
	Before: pushover-warning at zfs-load-module.service (destination-default)
	Before: pushover-warning at ipvsadm.service (destination-default)
	Before: containerd.service (destination-default)
	Before: pushover-warning at docker-pihole.service (destination-default)
	Before: pushover-warning at systemd-fsck.service (destination-default)
	Before: pushover-warning at docker-nzbget.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	Before: pushover-warning at rc-local.service (destination-default)
	Before: man-db.service (destination-default)
	Before: ntopng.service (destination-default)
	Before: pushover-warning at gitea.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: pushover-warning at nfs-blkmap.service (destination-default)
	Before: pushover-warning at systemd-pstore.service (destination-default)
	Before: pushover-warning at user.service (destination-default)
	Before: pushover-warning at rpcbind.service (destination-default)
	Before: pushover-warning at colord.service (destination-default)
	Before: pushover-warning at auth-rpcgss-module.service (destination-default)
	Before: pushover-warning at netdata.service (destination-default)
	Before: pushover-warning at docker-netatmo.service (destination-default)
	Before: tvheadend.service (destination-default)
	Before: pushover-warning at apcupsd.service (destination-default)
	Before: pushover-warning at nfs-mountd.service (destination-default)
	Before: pushover-warning at docker.service (destination-default)
	Before: prometheus-alertmanager.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: pushover-warning at systemd-journal-flush.service (destination-default)
	Before: hddtemp.service (destination-default)
	Before: transmission-daemon.service (destination-default)
	Before: pushover-warning at unifi.service (destination-default)
	Before: pushover-warning at dbus.service (destination-default)
	Before: postgresql at 11-main.service (destination-default)
	Before: pushover-warning at systemd-rfkill.service (destination-default)
	Before: pushover-warning at redis-server.service (destination-default)
	Before: docker-radarr.service (destination-default)
	Before: pushover-warning at systemd-modules-load.service (destination-default)
	Before: pushover-warning at hddtemp.service (destination-default)
	Before: pushover-warning at systemd-machine-id-commit.service (destination-default)
	Before: pushover-warning at rpc-svcgssd.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: pushover-warning at nfs-server.service (destination-default)
	Before: pushover-warning at getty.service (destination-default)
	Before: apache2.service (destination-default)
	Before: pushover-warning at getty-static.service (destination-default)
	Before: pushover-warning at systemd-sysctl.service (destination-default)
	Before: pushover-warning at nfs-config.service (destination-default)
	Before: evohome-exporter.service (destination-default)
	Before: pushover-warning at pf_ring.service (destination-default)
	Before: pushover-warning at dm-event.service (destination-default)
	Before: sysstat.service (destination-default)
	Before: docker-netatmo.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	Before: pushover-warning at loadcpufreq.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: pushover-warning at rpc-statd.service (destination-default)
	Before: pushover-warning at apt-daily-upgrade.service (destination-default)
	Before: pushover-warning at evohome-exporter.service (destination-default)
	Before: pushover-warning at docker-sonarr.service (destination-default)
	Before: cups-browsed.service (destination-default)
	Before: pushover-warning at plymouth.service (destination-default)
	Before: pushover-warning at smbd.service (destination-default)
	Before: nfs-utils.service (destination-default)
	Before: pushover-warning at zfs-zed.service (destination-default)
	Before: prometheus-node-exporter.service (destination-default)
	Before: phpsessionclean.service (destination-default)
	Before: pushover-warning at systemd-boot-system-token.service (destination-default)
	Before: pushover-warning at modprobe.service (destination-default)
	Before: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	Before: atd.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: pushover-warning at avahi-daemon.service (destination-default)
	Before: pushover-warning at systemd-user-sessions.service (destination-default)
	Before: ipvsadm.service (destination-default)
	Before: pushover-warning at systemd-ask-password-wall.service (destination-default)
	Before: pushover-warning at sysstat.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: pushover-warning at postfix.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: docker-nzbhydra2.service (destination-default)
	Before: pushover-warning at logrotate.service (destination-default)
	Before: pushover-warning at rsyslog.service (destination-default)
	Before: pushover-warning at dropbox.service (destination-default)
	Before: ntp.service (destination-default)
	Before: monitorix.service (destination-default)
	Before: pushover-warning at systemd-fsck-root.service (destination-default)
	Before: pushover-warning at logitechmediaserver.service (destination-default)
	Before: pushover-warning at rpc-statd-notify.service (destination-default)
	Before: pushover-warning at lm-sensors.service (destination-default)
	Before: plymouth.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: prometheus-node-exporter-apt.service (destination-default)
	Before: pushover-warning at irqbalance.service (destination-default)
	Before: unattended-upgrades.service (destination-default)
	Before: docker.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	Before: unifi.service (destination-default)
	Before: pushover-warning at systemd-initctl.service (destination-default)
	Before: pushover-warning at systemd-timesyncd.service (destination-default)
	Before: pushover-warning at man-db.service (destination-default)
	Before: zfs-share.service (destination-default)
	Before: docker-pihole.service (destination-default)
	Before: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	Before: docker-sonarr.service (destination-default)
	Before: smartd.service (destination-default)
	Before: pushover-warning at systemd-udev-trigger.service (destination-default)
	Before: pushover-warning at cpufrequtils.service (destination-default)
	Before: pushover-warning at openipmi.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: pushover-warning at systemd-quotacheck.service (destination-default)
	Before: pushover-warning at minidlna.service (destination-default)
	Before: postfix at -.service (destination-default)
	Before: pushover-warning at unattended-upgrades.service (destination-default)
	Before: pushover-warning at rescue.service (destination-default)
	Before: pushover-warning at cron.service (destination-default)
	Before: pcscd.service (destination-default)
	Before: redis-server.service (destination-default)
	Before: pushover-warning at systemd-sysusers.service (destination-default)
	Before: pushover-warning at nmbd.service (destination-default)
	Before: pushover-warning at ssh.service (destination-default)
	Before: pushover-warning at docker-nzbhydra2.service (destination-default)
	Before: polkit.service (destination-default)
	Before: pushover-warning at cups-browsed.service (destination-default)
	Before: pushover-warning at zfs-import-cache.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: user-runtime-dir at 129.service (destination-default)
	Before: netdata.service (destination-default)
	Before: pushover-warning at rng-tools.service (destination-default)
	Before: pushover-warning at binfmt-support.service (destination-default)
	Before: grafana-server.service (destination-default)
	Before: pushover-warning at nfs-idmapd.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter.service (destination-default)
	Before: cups.service (destination-default)
	Before: pushover-warning at apache2.service (destination-default)
	Before: colord.service (destination-default)
	Before: user at 128.service (destination-default)
	Before: pushover-warning at systemd-update-utmp.service (destination-default)
	Before: pushover-warning at ntp.service (destination-default)
	Before: pushover-warning at mariadb.service (destination-default)
	Before: minissdpd.service (destination-default)
	Before: cluster.service (destination-default)
	Before: pushover-warning at user-runtime-dir.service (destination-default)
	Before: rng-tools.service (destination-default)
	Before: pushover-warning at ifupdown-pre.service (destination-default)
	Before: pushover-warning at tinyproxy.service (destination-default)
	Before: pushover-warning at systemd-networkd.service (destination-default)
	Before: pushover-warning at polkit.service (destination-default)
	Before: gitea.service (destination-default)
	Before: pushover-warning at systemd-udev-settle.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	Before: pushover-warning at lvm2-monitor.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: pushover-warning at atd.service (destination-default)
	Before: pushover-warning at rsync.service (destination-default)
	Before: pushover-warning at networking.service (destination-default)
	Before: rsync.service (destination-default)
	Before: pushover-warning at tftpd-hpa.service (destination-default)
	After: var-tmp.mount (origin-path)
	After: -.mount (origin-path)
	After: slices.target (origin-file origin-default)
	After: tmp.mount (origin-file origin-default)
	After: sockets.target (origin-file origin-default)
	After: sysinit.target (origin-file origin-default)
	After: paths.target (origin-file origin-default)
	References: timers.target (origin-file)
	References: slices.target (origin-file origin-default)
	References: -.mount (origin-path)
	References: sockets.target (origin-file origin-default)
	References: sysinit.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: paths.target (origin-file origin-default)
	References: var-tmp.mount (origin-path)
	References: tmp.mount (origin-file origin-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: tinyproxy.service (destination-default)
	ReferencedBy: pushover-warning at docker-sonarr.service (destination-default)
	ReferencedBy: pushover-warning at systemd-fsck.service (destination-default)
	ReferencedBy: pushover-warning at systemd-sysusers.service (destination-default)
	ReferencedBy: pushover-warning at apache2.service (destination-default)
	ReferencedBy: pushover-warning at systemd-journal-flush.service (destination-default)
	ReferencedBy: pushover-warning at tvheadend.service (destination-default)
	ReferencedBy: docker-sonarr.service (destination-default)
	ReferencedBy: pushover-warning at minissdpd.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udevd.service (destination-default)
	ReferencedBy: docker-nzbhydra2.service (destination-default)
	ReferencedBy: pushover-warning at keyboard-setup.service (destination-default)
	ReferencedBy: pushover-warning at rpc-gssd.service (destination-default)
	ReferencedBy: pushover-warning at cluster.service (destination-default)
	ReferencedBy: docker-nzbget.service (destination-default)
	ReferencedBy: pushover-warning at haveged.service (destination-default)
	ReferencedBy: pushover-warning at ntopng.service (destination-default)
	ReferencedBy: pushover-warning at apt-daily.service (destination-default)
	ReferencedBy: pushover-warning at blk-availability.service (destination-default)
	ReferencedBy: pushover-warning at hddtemp.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: docker-netatmo.service (destination-default)
	ReferencedBy: pushover-warning at systemd-fsckd.service (destination-default)
	ReferencedBy: pushover-warning at modprobe.service (destination-default)
	ReferencedBy: pushover-warning at cpufrequtils.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: pushover-warning at minidlna.service (destination-default)
	ReferencedBy: pushover-warning at lvm2-lvmpolld.service (destination-default)
	ReferencedBy: ntopng.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter.service (destination-default)
	ReferencedBy: pushover-warning at zfs-load-module.service (destination-default)
	ReferencedBy: pushover-warning at dropbox.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	ReferencedBy: pushover-warning at rsyslog.service (destination-default)
	ReferencedBy: containerd.service (destination-default)
	ReferencedBy: evohome-exporter.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: logitechmediaserver.service (destination-default)
	ReferencedBy: pushover-warning at zfs-zed.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	ReferencedBy: pushover-warning at apparmor.service (destination-default)
	ReferencedBy: pushover-warning at loadcpufreq.service (destination-default)
	ReferencedBy: smbd.service (destination-default)
	ReferencedBy: pushover-warning at polkit.service (destination-default)
	ReferencedBy: transmission-daemon.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: pushover-warning at smbd.service (destination-default)
	ReferencedBy: pushover-warning at zfs-mount.service (destination-default)
	ReferencedBy: pushover-warning at sysstat.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: pushover-warning at netdata.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	ReferencedBy: pushover-warning at systemd-hwdb-update.service (destination-default)
	ReferencedBy: plymouth.service (destination-default)
	ReferencedBy: user at 129.service (destination-default)
	ReferencedBy: docker-radarr.service (destination-default)
	ReferencedBy: pushover-warning at systemd-sysctl.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: pushover-warning at rc-local.service (destination-default)
	ReferencedBy: pushover-warning at irqbalance.service (destination-default)
	ReferencedBy: pushover-warning at tftpd-hpa.service (destination-default)
	ReferencedBy: pushover-warning at plymouth.service (destination-default)
	ReferencedBy: pushover-warning at systemd-remount-fs.service (destination-default)
	ReferencedBy: netdata.service (destination-default)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: cluster.service (destination-default)
	ReferencedBy: pushover-warning at systemd-modules-load.service (destination-default)
	ReferencedBy: loadcpufreq.service (destination-default)
	ReferencedBy: pushover-warning at pcscd.service (destination-default)
	ReferencedBy: gitea.service (destination-default)
	ReferencedBy: pushover-warning at monitorix.service (destination-default)
	ReferencedBy: pushover-warning at tinyproxy.service (destination-default)
	ReferencedBy: pushover-warning at docker-nzbhydra2.service (destination-default)
	ReferencedBy: monitorix.service (destination-default)
	ReferencedBy: pushover-warning at systemd-boot-system-token.service (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ReferencedBy: ipvsadm.service (destination-default)
	ReferencedBy: pushover-warning at nfs-blkmap.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: pushover-warning at dbus.service (destination-default)
	ReferencedBy: pushover-warning at transmission-daemon.service (destination-default)
	ReferencedBy: hddtemp.service (destination-default)
	ReferencedBy: pushover-warning at apcupsd.service (destination-default)
	ReferencedBy: pushover-warning at systemd-logind.service (destination-default)
	ReferencedBy: pushover-warning at networking.service (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: pushover-warning at docker-nzbget.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udev-trigger.service (destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: pushover-warning at netatalk.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: dropbox.service (destination-default)
	ReferencedBy: pushover-warning at logrotate.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: user at 128.service (destination-default)
	ReferencedBy: pushover-warning at rpc-svcgssd.service (destination-default)
	ReferencedBy: pushover-warning at rng-tools.service (destination-default)
	ReferencedBy: pushover-warning at ntp.service (destination-default)
	ReferencedBy: pushover-warning at rescue.service (destination-default)
	ReferencedBy: pushover-warning at gitea.service (destination-default)
	ReferencedBy: pushover-warning at zfs-import-scan.service (destination-default)
	ReferencedBy: pushover-warning at rpc-statd-notify.service (destination-default)
	ReferencedBy: postgresql.service (destination-default)
	ReferencedBy: pushover-warning at postgresql.service (destination-default)
	ReferencedBy: pushover-warning at grafana-server.service (destination-default)
	ReferencedBy: pushover-warning at systemd-binfmt.service (destination-default)
	ReferencedBy: pushover-warning at zfs-volume-wait.service (destination-default)
	ReferencedBy: pushover-warning at evohome-exporter.service (destination-default)
	ReferencedBy: pushover-warning at rsync.service (destination-default)
	ReferencedBy: smartd.service (destination-default)
	ReferencedBy: pushover-warning at unattended-upgrades.service (destination-default)
	ReferencedBy: pushover-warning at apt-daily-upgrade.service (destination-default)
	ReferencedBy: pushover-warning at cups-browsed.service (destination-default)
	ReferencedBy: pushover-warning at dm-event.service (destination-default)
	ReferencedBy: prometheus-node-exporter.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: pushover-warning at nfs-idmapd.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: rng-tools.service (destination-default)
	ReferencedBy: prometheus-node-exporter-apt.service (destination-default)
	ReferencedBy: pushover-warning at nfs-mountd.service (destination-default)
	ReferencedBy: pf_ring.service (destination-default)
	ReferencedBy: sysstat.service (destination-default)
	ReferencedBy: pushover-warning at systemd-update-utmp.service (destination-default)
	ReferencedBy: openipmi.service (destination-default)
	ReferencedBy: pushover-warning at nfs-config.service (destination-default)
	ReferencedBy: pushover-warning at user.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: pushover-warning at ifupdown-pre.service (destination-default)
	ReferencedBy: pushover-warning at mariadb.service (destination-default)
	ReferencedBy: pushover-warning at openvpn.service (destination-default)
	ReferencedBy: pushover-warning at rpcbind.service (destination-default)
	ReferencedBy: tvheadend.service (destination-default)
	ReferencedBy: minidlna.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-alertmanager.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ReferencedBy: pushover-warning at lvm2-monitor.service (destination-default)
	ReferencedBy: pushover-warning at nmbd.service (destination-default)
	ReferencedBy: zfs-share.service (destination-default)
	ReferencedBy: cpufrequtils.service (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: prometheus.service (destination-default)
	ReferencedBy: docker-pihole.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: pushover-warning at console-setup.service (destination-default)
	ReferencedBy: postgresql at 11-main.service (destination-default)
	ReferencedBy: user-runtime-dir at 128.service (destination-default)
	ReferencedBy: pushover-warning at smartd.service (destination-default)
	ReferencedBy: pushover-warning at cron.service (destination-default)
	ReferencedBy: pushover-warning at docker-pihole.service (destination-default)
	ReferencedBy: pushover-warning at lm-sensors.service (destination-default)
	ReferencedBy: pushover-warning at man-db.service (destination-default)
	ReferencedBy: pushover-warning at cups.service (destination-default)
	ReferencedBy: pushover-warning at postfix.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	ReferencedBy: pushover-warning at containerd.service (destination-default)
	ReferencedBy: nmbd.service (destination-default)
	ReferencedBy: pushover-warning at systemd-fsck-root.service (destination-default)
	ReferencedBy: user-runtime-dir at 129.service (destination-default)
	ReferencedBy: pushover-warning at nfs-server.service (destination-default)
	ReferencedBy: tftpd-hpa.service (destination-default)
	ReferencedBy: pushover-warning at ipvsadm.service (destination-default)
	ReferencedBy: pushover-warning at getty.service (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: openvpn.service (destination-default)
	ReferencedBy: pushover-warning at logitechmediaserver.service (destination-default)
	ReferencedBy: pushover-warning at systemd-random-seed.service (destination-default)
	ReferencedBy: pcscd.service (destination-default)
	ReferencedBy: unifi.service (destination-default)
	ReferencedBy: pushover-warning at getty-static.service (destination-default)
	ReferencedBy: pushover-warning at user-runtime-dir.service (destination-default)
	ReferencedBy: pushover-warning at systemd-ask-password-wall.service (destination-default)
	ReferencedBy: pushover-warning at pf_ring.service (destination-default)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ReferencedBy: pushover-warning at colord.service (destination-default)
	ReferencedBy: pushover-warning at avahi-daemon.service (destination-default)
	ReferencedBy: pushover-warning at phpsessionclean.service (destination-default)
	ReferencedBy: pushover-warning at docker-netatmo.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: pushover-warning at nfs-utils.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udev-settle.service (destination-default)
	ReferencedBy: zfs-zed.service (destination-default)
	ReferencedBy: phpsessionclean.service (destination-default)
	ReferencedBy: pushover-warning at systemd-rfkill.service (destination-default)
	ReferencedBy: pushover-warning at emergency.service (destination-default)
	ReferencedBy: pushover-warning at rpc-statd.service (destination-default)
	ReferencedBy: netatalk.service (destination-default)
	ReferencedBy: pushover-warning at redis-server.service (destination-default)
	ReferencedBy: pushover-warning at systemd-timesyncd.service (destination-default)
	ReferencedBy: redis-server.service (destination-default)
	ReferencedBy: pushover-warning at systemd-machine-id-commit.service (destination-default)
	ReferencedBy: grafana-server.service (destination-default)
	ReferencedBy: pushover-warning at openipmi.service (destination-default)
	ReferencedBy: postfix at -.service (destination-default)
	ReferencedBy: postfix.service (destination-default)
	ReferencedBy: pushover-warning at pushover-warning.service (destination-default)
	ReferencedBy: pushover-warning at systemd-initctl.service (destination-default)
	ReferencedBy: minissdpd.service (destination-default)
	ReferencedBy: docker.service (destination-default)
	ReferencedBy: pushover-warning at docker.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	ReferencedBy: apcupsd.service (destination-default)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ReferencedBy: pushover-warning at systemd-user-sessions.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: prometheus-alertmanager.service (destination-default)
	ReferencedBy: pushover-warning at zfs-import-cache.service (destination-default)
	ReferencedBy: prometheus-node-exporter-smartmon.service (destination-default)
	ReferencedBy: pushover-warning at unifi.service (destination-default)
	ReferencedBy: pushover-warning at systemd-journald.service (destination-default)
	ReferencedBy: pushover-warning at auth-rpcgss-module.service (destination-default)
	ReferencedBy: pushover-warning at prometheus.service (destination-default)
	ReferencedBy: pushover-warning at systemd-quotacheck.service (destination-default)
	ReferencedBy: pushover-warning at systemd-pstore.service (destination-default)
	ReferencedBy: pushover-warning at zfs-share.service (destination-default)
	ReferencedBy: mariadb.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: pushover-warning at systemd-networkd.service (destination-default)
	ReferencedBy: pushover-warning at kmod-static-nodes.service (destination-default)
	ReferencedBy: pushover-warning at systemd-ask-password-console.service (destination-default)
	ReferencedBy: pushover-warning at binfmt-support.service (destination-default)
	ReferencedBy: pushover-warning at ssh.service (destination-default)
	ReferencedBy: pushover-warning at docker-radarr.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	ReferencedBy: pushover-warning at atd.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 ntopng.service:
	Description: ntopng high-speed web-based traffic monitoring and analysis tool
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:22 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:21 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:22 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:13 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/ntopng.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 452f9394a8d54c11b50fc751bc3d1c2d
	Fragment Path: /etc/systemd/system/ntopng.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:21 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:21 CET
	Assert Result: yes
	Requires: redis-server.service (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: cluster.service (origin-file)
	Wants: pf_ring.service (origin-file)
	PartOf: cluster.service (origin-file)
	PartOf: pf_ring.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: mariadb.service (origin-file)
	After: system.slice (origin-file)
	After: cluster.service (origin-file)
	After: redis-server.service (origin-file)
	After: syslog.target (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: pf_ring.service (origin-file)
	OnFailure: pushover-warning at ntopng.service (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at ntopng.service (origin-file)
	References: redis-server.service (origin-file)
	References: pf_ring.service (origin-file)
	References: mariadb.service (origin-file)
	References: sysinit.target (origin-default)
	References: syslog.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: cluster.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 4984
	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: 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
	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
	-> ExecStartPre:
		Command Line: /bin/sh -c '/usr/bin/ntopng-utils-manage-config -a check-restore  && /usr/bin/ntopng-utils-manage-config -a restore || true'
		Command Line: /bin/sh -c '/bin/sed "/^[ ]*-e.*$\|^[ ]*-G.*\|^[ ]*--daemon.*\|^[ ]*--pid.*/s/^/#/" /etc/ntopng/ntopng.conf > /run/ntopng.conf'
	-> ExecStart:
		Command Line: /usr/local/bin/ntopng /run/ntopng.conf
	-> ExecStopPost:
		Command Line: /bin/rm -rf /run/ntopng.conf
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at pcscd.service:
	Description: pushover warning
	Instance: pcscd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: pcscd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service pcscd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device:
	Description: KINGSTON_SUV400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 54d018df707640019621860a9681da54
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.device
	Following Set Member: dev-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit iscsid.service:
	Description: iscsid.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:28:05 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0394209ccab146ba8d50a1dd94b040ae
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-sdc1.device
	Following Set Member: dev-disk-by\x2dpartuuid-024df378\x2d01b3\x2d488e\x2da575\x2debedd9ba9271.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc1
	Found: found-udev
-> Unit zfs-share.service:
	Description: ZFS file system shares
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/zfs-share.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9e9c5f4840e04be9891c4df9f378b58a
	Documentation: man:zfs(8)
	Fragment Path: /lib/systemd/system/zfs-share.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: zfs-mount.service (origin-file)
	PartOf: smb.service (origin-file)
	PartOf: nfs-server.service (origin-file)
	WantedBy: zfs.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: rpc-statd-notify.service (origin-file)
	Before: zfs.target (destination-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: zfs-mount.service (origin-file)
	After: smb.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: nfs-server.service (origin-file)
	OnFailure: pushover-warning at zfs-share.service (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: basic.target (origin-default)
	References: smb.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: zfs-mount.service (origin-file)
	References: nfs-server.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at zfs-share.service (origin-file)
	ReferencedBy: zfs.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStartPre:
		Command Line: /bin/rm -f /etc/dfs/sharetab
	-> ExecStart:
		Command Line: /sbin/zfs share -a
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at networking.service:
	Description: pushover warning
	Instance: networking
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: networking.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service networking at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit run-docker-netns-948b9dc2b24c.mount:
	Description: /run/docker/netns/948b9dc2b24c
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 04:04:03 CET
	Inactive Exit Timestamp: Sun 2020-11-15 04:04:03 CET
	Active Enter Timestamp: Sun 2020-11-15 04:04:03 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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-docker-netns-948b9dc2b24c.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0014e651c9ed4f578e062cee28dab53f
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.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: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /run/docker/netns (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/docker/netns/948b9dc2b24c
	What: nsfs
	File System Type: nsfs
	Options: rw
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-timesyncd.service:
	Description: pushover warning
	Instance: systemd-timesyncd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-timesyncd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-timesyncd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit var-prometheus.mount:
	Description: /var/prometheus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-11 15:34:08 CET
	Inactive Exit Timestamp: Wed 2020-11-11 15:34:08 CET
	Active Enter Timestamp: Wed 2020-11-11 15:34:08 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-prometheus.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1bc92be39164481f8df0199df98af780
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.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: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /var (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/prometheus
	What: tank/var/prometheus
	File System Type: zfs
	Options: rw,nosuid,nodev,noexec,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dlabel-EFI.device:
	Description: KINGSTON_SUV400S37120G EFI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b55c5897a76941f3a4a8822fde5e2109
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-6DAE\x2d876E.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit dev-sdf1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 2e5bd8b9e6c441409164009068e3868c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8d271927\x2d3a25\x2d4648\x2d81ed\x2d24c4f37cb90d.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf1
	Found: found-udev
-> Unit pushover-warning at unifi.service:
	Description: pushover warning
	Instance: unifi
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: unifi.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service unifi at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rpc-gssd.service:
	Description: RPC security service for NFS client and server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/rpc-gssd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /etc/krb5.keytab untested
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	Wants: nfs-config.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: auth-rpcgss-module.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-server.service (destination-file)
	Before: nfs-client.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	After: system.slice (origin-file)
	After: auth-rpcgss-module.service (destination-file)
	After: nfs-config.service (origin-file)
	OnFailure: pushover-warning at rpc-gssd.service (origin-file)
	References: nfs-config.service (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	References: nfs-utils.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-file)
	References: pushover-warning at rpc-gssd.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: auth-rpcgss-module.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: forking
	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
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStart:
		Command Line: /usr/sbin/rpc.gssd $GSSDARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: af18f2d9238143488542087b4bb19c3b
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2duuid-8392379984986299429.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-tank.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-sdk1.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit dev-sdg.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8475a8f44a2342eeb28dcbefc0f9977c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg
	Found: found-udev
-> 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: Tue 2020-06-16 22:03:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 22:03:14 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 003182b3cd3b4d808125bf358e009e32
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:03:14 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:03:14 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requisite: systemd-update-utmp.service (origin-file)
	WantedBy: rescue.target (destination-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: var-log.mount (origin-path)
	After: multi-user.target (origin-file)
	After: -.mount (origin-path)
	After: rescue.target (origin-file)
	After: graphical.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-update-utmp.service (origin-file)
	OnFailure: pushover-warning at systemd-update-utmp-runlevel.service (origin-file)
	References: graphical.target (origin-file)
	References: rescue.target (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: multi-user.target (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: pushover-warning at systemd-update-utmp-runlevel.service (origin-file)
	References: var-log.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: multi-user.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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp runlevel
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit docker.service:
	Description: Docker Application Container Engine
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: 8728274353ad4dca9ed4b12895a822db
	Documentation: https://docs.docker.com
	Fragment Path: /lib/systemd/system/docker.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:24 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:24 CEST
	Assert Result: yes
	Requires: docker.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	BindsTo: containerd.service (origin-file)
	RequiredBy: docker-radarr.service (destination-file)
	RequiredBy: docker-nzbhydra2.service (destination-file)
	RequiredBy: docker-netatmo.service (destination-file)
	RequiredBy: docker-nzbget.service (destination-file)
	RequiredBy: docker-sonarr.service (destination-file)
	RequiredBy: docker-pihole.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: docker.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: docker-sonarr.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: docker-netatmo.service (destination-file)
	Before: docker-pihole.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: docker-radarr.service (destination-file)
	Before: docker-nzbget.service (destination-file)
	Before: docker-nzbhydra2.service (destination-file)
	After: firewalld.service (origin-file)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: containerd.service (origin-file)
	After: system.slice (origin-file)
	After: docker.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at docker.service (origin-file)
	TriggeredBy: docker.socket (destination-implicit)
	References: firewalld.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: docker.socket (origin-file)
	References: containerd.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at docker.service (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: docker-nzbget.service (destination-file)
	ReferencedBy: docker-nzbhydra2.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: docker-netatmo.service (destination-file)
	ReferencedBy: docker.socket (destination-file destination-implicit)
	ReferencedBy: docker-sonarr.service (destination-file)
	ReferencedBy: docker-pihole.service (destination-file)
	ReferencedBy: docker-radarr.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: continue
	Main PID: 29576
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 2s
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	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
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 18446744073709551615
	LimitNPROC: 18446744073709551615
	LimitNPROCSoft: 18446744073709551615
	LimitNOFILE: 18446744073709551615
	LimitNOFILESoft: 18446744073709551615
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-> ExecReload:
		Command Line: /bin/kill -s HUP $MAINPID
	CPUAccounting: no
	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
	DelegateControllers: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
-> Unit var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount:
	Description: /var/lib/docker/aufs/mnt/278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d2d90e1d3331429e8f92de5c0425f4f4
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.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: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /var/lib/docker/aufs/mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/docker/aufs/mnt/278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3
	What: none
	File System Type: aufs
	Options: rw,relatime,si=1c1a48e4c218afb2,dio,dirperm1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at apache2.service:
	Description: pushover warning
	Instance: apache2
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: apache2.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service apache2 at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit home-git.mount:
	Description: /home/git
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/home-git.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1bd6786c455e4c29ba1fc993af372b28
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: home.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: home.mount (origin-path)
	RequiresMountsFor: /home (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/git
	What: tank/home/git
	File System Type: zfs
	Options: rw,nosuid,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-kernel-debug-tracing.mount:
	Description: /sys/kernel/debug/tracing
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2020-11-16 14:44:19 CET
	Inactive Exit Timestamp: Mon 2020-11-16 14:44:19 CET
	Active Enter Timestamp: Mon 2020-11-16 14:44:19 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/sys-kernel-debug-tracing.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: bb90dc35a05e48078c45f877962d5778
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: sys-kernel-debug.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: sys-kernel-debug.mount (origin-path)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: sys-kernel-debug.mount (origin-path)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	RequiresMountsFor: /sys/kernel/debug (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /sys/kernel/debug/tracing
	What: tracefs
	File System Type: tracefs
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: no
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at docker-netatmo.service:
	Description: pushover warning
	Instance: docker-netatmo
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2020-11-16 08:11:29 CET
	Inactive Exit Timestamp: Mon 2020-11-16 08:11:28 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2020-11-16 08:11:29 CET
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 3ef3077a7a1144b58d1678101a09be45
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Mon 2020-11-16 08:11:28 CET
	Condition Result: yes
	Assert Timestamp: Mon 2020-11-16 08:11:28 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: docker-netatmo.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service docker-netatmo at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap:
	Description: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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:17.0\x2data\x2d1\x2dpart1.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 36aec2ac82834236b68c0ec8e2045061
	Following: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap
	Following Set Member: dev-sda1.swap
	Requires: dev-sda1.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: blockdev at dev-sda1.target (origin-proc-swap)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: dev-sda1.device (origin-proc-swap)
	References: umount.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: dev-sda1.device (origin-proc-swap)
	References: blockdev at dev-sda1.target (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: swap.target (origin-default)
	RequiresMountsFor: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part1 (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:17.0-ata-1-part1
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-machine-id-commit.service(8)
	Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathIsMountPoint: /etc/machine-id untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at systemd-machine-id-commit.service (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: pushover-warning at systemd-machine-id-commit.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 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
	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
	-> ExecStart:
		Command Line: /bin/systemd-machine-id-setup --commit
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit proc-sys-fs-binfmt_misc.mount:
	Description: Arbitrary Executable File Formats File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: be969c5a09c846d6a4fe8291d6f5443f
	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
	Source Path: /proc/self/mountinfo
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Before: systemd-binfmt.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	After: -.mount (origin-path)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	ReferencedBy: systemd-binfmt.service (destination-file)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /proc/sys/fs/binfmt_misc
	What: binfmt_misc
	File System Type: binfmt_misc
	Options: rw,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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit nfs-utils.service:
	Description: NFS server and client services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/nfs-utils.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	ConsistsOf: rpc-gssd.service (destination-file)
	ConsistsOf: rpc-statd.service (destination-file)
	ConsistsOf: rpc-svcgssd.service (destination-file)
	ConsistsOf: rpc-statd-notify.service (destination-file)
	ConsistsOf: nfs-blkmap.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at nfs-utils.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at nfs-utils.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: nfs-blkmap.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: 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
	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
	-> ExecStart:
		Command Line: /bin/true
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rpc-statd.service:
	Description: NFS status monitor for NFSv2/3 locking.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/rpc-statd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: rpcbind.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: nss-lookup.target (origin-file)
	Wants: rpc-statd-notify.service (origin-file)
	Wants: nfs-config.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-server.service (destination-file)
	After: nfs-config.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: nss-lookup.target (origin-file)
	After: network.target (origin-file)
	After: rpcbind.socket (origin-file)
	OnFailure: pushover-warning at rpc-statd.service (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: nss-lookup.target (origin-file)
	References: umount.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nfs-config.service (origin-file)
	References: system.slice (origin-file)
	References: nfs-utils.service (origin-file)
	References: network.target (origin-file)
	References: pushover-warning at rpc-statd.service (origin-file)
	References: rpcbind.socket (origin-file)
	ReferencedBy: nfs-server.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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	PIDFile: /run/rpc.statd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStart:
		Command Line: /sbin/rpc.statd --no-notify $STATDARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdd1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a427280b99e040aca7714e2f87ce6593
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-f31e653c\x2dbded\x2d40e0\x2d9f5e\x2d09b3dd9983bd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f431c88b8d7e42c4a00ee00ec9e94180
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device
	Following Set Member: dev-disk-by\x2dpartuuid-fe92925e\x2d0bfa\x2d443e\x2d8aa1\x2d8693c32e3d5d.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart9.device
	Following Set Member: dev-sdb9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb9
	Found: found-udev
-> Unit dev-sdi9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 089733a787954096a3e383b0580df645
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-disk-by\x2dpartuuid-53695aa8\x2d1a4f\x2d41e7\x2d9314\x2d5dac50047c80.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi9
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8df12e49e4294aa2b696d1b8305f0668
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564.device
	Following Set Member: dev-sdf.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf
	Found: found-udev
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d4b6f6060d8c46c9933a9f09001c92f4
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Tue 2020-06-16 21:46:27 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:27 CEST
	Assert Result: yes
	RequiredBy: nfs-server.service (destination-file)
	RequiredBy: rpc-statd-notify.service (destination-file)
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: networking.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: tinyproxy.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: openvpn.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: nmbd.service (destination-file)
	Before: netatalk.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: tvheadend.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: network-online.target (destination-file)
	Before: postgresql at 11-main.service (destination-file)
	Before: transmission-daemon.service (destination-file)
	Before: pf_ring.service (destination-file)
	Before: ntp.service (destination-file)
	Before: redis-server.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: containerd.service (destination-file)
	Before: smbd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: apache2.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: ntopng.service (destination-file)
	Before: evohome-exporter.service (destination-file)
	Before: cluster.service (destination-file)
	Before: ssh.service (destination-file)
	Before: mariadb.service (destination-file)
	Before: rsync.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: networking.service (destination-file)
	After: ifupdown-pre.service (destination-file)
	After: network-pre.target (origin-file)
	References: shutdown.target (origin-default)
	References: network-pre.target (origin-file)
	ReferencedBy: tvheadend.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: nmbd.service (destination-file)
	ReferencedBy: netatalk.service (destination-file)
	ReferencedBy: ntopng.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: transmission-daemon.service (destination-file)
	ReferencedBy: containerd.service (destination-file)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: cluster.service (destination-file)
	ReferencedBy: redis-server.service (destination-file)
	ReferencedBy: smbd.service (destination-file)
	ReferencedBy: mariadb.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: tinyproxy.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: pf_ring.service (destination-file)
	ReferencedBy: openvpn.service (destination-file)
	ReferencedBy: evohome-exporter.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-pnp0-00:01-tty-ttyS0.device:
	Description: /sys/devices/pnp0/00:01/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 976147a159114338bc2579058649fd15
	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/pnp0/00:01/tty/ttyS0
	Found: found-udev
-> Unit pushover-warning at blk-availability.service:
	Description: pushover warning
	Instance: blk-availability
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: blk-availability.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service blk-availability at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at pf_ring.service:
	Description: pushover warning
	Instance: pf_ring
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: pf_ring.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service pf_ring at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap:
	Description: /dev/disk/by-uuid/3b40b466-2d4a-41aa-a3d2-e46be143a0fd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f65301b0f661481cb22ee25e9f1f3ee5
	Following: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap
	Following Set Member: dev-sda1.swap
	Requires: dev-sda1.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: blockdev at dev-sda1.target (origin-proc-swap)
	After: dev-sda1.device (origin-proc-swap)
	References: umount.target (origin-default)
	References: dev-sda1.device (origin-proc-swap)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: blockdev at dev-sda1.target (origin-proc-swap)
	References: swap.target (origin-default)
	References: -.mount (origin-path)
	RequiresMountsFor: /dev/disk/by-uuid/3b40b466-2d4a-41aa-a3d2-e46be143a0fd (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/3b40b466-2d4a-41aa-a3d2-e46be143a0fd
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 866b05b70677429abbaf98439ab67a4e
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-sdi9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-disk-by\x2dpartuuid-53695aa8\x2d1a4f\x2d41e7\x2d9314\x2d5dac50047c80.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi9
	Found: found-udev
-> Unit pushover-warning at systemd-hwdb-update.service:
	Description: pushover warning
	Instance: systemd-hwdb-update
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-hwdb-update.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-hwdb-update at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: network.target (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: networking.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit 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: b5f8d7eb9b244172829324f124e6e805
	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: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Wants: getty-static.service (origin-file)
	Wants: getty at tty1.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: getty-static.service (origin-default)
	After: getty at tty1.service (origin-default destination-file)
	References: shutdown.target (origin-default)
	References: getty-static.service (origin-file origin-default)
	References: getty at tty1.service (origin-file origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-subsystem-net-devices-eth1.device:
	Description: I210 Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d00caec011e0432cac5e71f9f8a7a2c6
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.5-0000:04:00.0-net-eth1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/net/eth1
	Found: found-udev
-> Unit console-setup.service:
	Description: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 829cbd4320af402c888fcf91f9880f59
	Fragment Path: /lib/systemd/system/console-setup.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	After: local-fs.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: console-screen.service (origin-file)
	After: system.slice (origin-file)
	After: kbd.service (origin-file)
	OnFailure: pushover-warning at console-setup.service (origin-file)
	References: -.mount (origin-path)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: kbd.service (origin-file)
	References: pushover-warning at console-setup.service (origin-file)
	References: console-screen.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /usr (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /lib/console-setup/console-setup.sh
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:02:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:02:42 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: a07d705f6d6e4c52bed72e4e4cca2a24
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionVirtualization: !container untested
	ConditionCapability: CAP_SYS_TIME untested
	Condition Timestamp: Sun 2020-11-15 00:02:42 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:02:42 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: tmp.mount (origin-path)
	Wants: time-sync.target (origin-file)
	Wants: time-set.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: ntp.service (destination-file)
	Before: time-set.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: var-tmp.mount (origin-path)
	After: tmp.mount (origin-path)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	OnFailure: pushover-warning at systemd-timesyncd.service (origin-file)
	References: var-tmp.mount (origin-path)
	References: time-sync.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: tmp.mount (origin-path)
	References: pushover-warning at systemd-timesyncd.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: time-set.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: ntp.service (destination-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 19548
	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: 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
	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: getegid arch_prctl timerfd_create timer_settime rt_sigreturn mq_notify timer_getoverrun preadv faccessat olduname statfs64 msgget fdatasync mlock2 getcpu _newselect mremap mlockall getpid close mmap2 prlimit64 select epoll_create1 readlinkat kill execveat setuid timer_delete ppoll dup3 rt_sigqueueinfo setregid32 io_setup lgetxattr setfsgid utime mkdirat eventfd2 shmctl copy_file_range epoll_ctl_old sched_setscheduler sched_getparam statfs getxattr _llseek lchown32 sched_getscheduler socketcall io_cancel fchmod shmget semop capget exit_group fcntl setresgid32 lseek futimesat fstatfs64 epoll_create getuid32 getdents64 clock_nanosleep pread64 keyctl fadvise64 setregid futex connect write uname fork set_mempolicy setfsgid32 clock_gettime process_vm_readv mbind lchown getpgrp getegid32 chmod getsockopt sendmsg epoll_ctl adjtimex stat process_vm_writev getrandom lremovexattr pwritev dup setreuid inotify_init1 rt_tgsigqueueinfo oldstat getpriority syncfs setuid32 flock getresuid rt_sigtimedwait chown32 ioctl times setpgid io_destroy pipe2 umask get_robust_list fchown32 socketpair msync sched_setparam sched_yield symlinkat fchown name_to_handle_at accept4 io_submit renameat sigreturn recvmmsg timerfd_gettime setpriority chown getgid32 sendmmsg move_pages epoll_wait ioprio_get statx mq_getsetattr ioprio_set munmap remap_file_pages sched_getaffinity sched_get_priority_min splice fchmodat sigprocmask wait4 getuid msgsnd pause open execve rt_sigpending mq_timedreceive llistxattr clock_getres sendfile64 oldolduname sysinfo mlock shmdt mkdir sync_file_range2 vfork recv link sigpending prctl setitimer getrlimit timerfd_settime utimes waitpid readv getpgid unshare clone settimeofday setsid bind msgrcv sendfile shmat geteuid migrate_pages getdents fcntl64 recvfrom read setfsuid tgkill utimensat lstat64 lstat kcmp get_thread_area poll epoll_pwait rename send setrlimit getitimer pwrite64 getresgid sigaltstack add_key pipe vmsplice waitid request_key listxattr stime madvise oldlstat fstatfs set_robust_list flistxattr nanosleep restart_syscall clock_settime inotify_add_watch setgroups readlink access truncate64 fadvise64_64 ugetrlimit mknod sendto preadv2 ftruncate64 getpeername setgroups32 getsid sigaction sched_setattr getresuid32 rt_sigprocmask memfd_create dup2 set_tls mmap getgroups32 socket signalfd4 gettid semtimedop getcwd rmdir timer_create fsetxattr accept chdir pwritev2 fgetxattr setxattr get_mempolicy munlock mq_open setresuid32 setreuid32 sigsuspend inotify_init openat userfaultfd capset mq_timedsend truncate setsockopt setgid32 rt_sigsuspend personality membarrier semget fchdir exit getrusage creat mknodat tkill fstat getgid recvmsg timer_gettime set_tid_address io_getevents eventfd mq_unlink getppid fsync sync brk time signal rt_sigaction fstatat64 signalfd oldfstat fallocate writev sched_rr_get_interval removexattr renameat2 geteuid32 stat64 shutdown sync_file_range swapcontext sched_setaffinity sched_getattr fstat64 getresgid32 epoll_wait_old sched_get_priority_max setfsuid32 readdir set_thread_area symlink unlinkat munlockall unlink setns fchownat semctl msgctl ipc tee listen clock_adjtime readahead linkat pselect6 gettimeofday setgid setresuid lsetxattr inotify_rm_watch ftruncate setresgid fremovexattr mprotect getsockname alarm getgroups newfstatat nice
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
	Status Text: Initial synchronization to time server 193.141.27.1:123 (0.debian.pool.ntp.org).
	CPUAccounting: no
	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: 4915
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-binfmt.service:
	Description: pushover warning
	Instance: systemd-binfmt
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-binfmt.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-binfmt at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit unifi.service:
	Description: unifi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:26 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:24 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:26 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:24 CET
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/unifi.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dadca6b685354e7da2723afd4e83e6c6
	Fragment Path: /lib/systemd/system/unifi.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	DropIn Path: /etc/systemd/system/unifi.service.d/override.conf
	Condition Timestamp: Sun 2020-11-15 00:04:24 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:24 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at unifi.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at unifi.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 5994
	Main PID Known: yes
	Main PID Alien: no
	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: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: JAVA_HOME=/usr/lib/jvm/java-8-oracle
	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
	-> ExecStart:
		Command Line: /usr/lib/unifi/bin/unifi.init start
	-> ExecReload:
		Command Line: /usr/lib/unifi/bin/unifi.init reload
	-> ExecStop:
		Command Line: /usr/lib/unifi/bin/unifi.init stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 57dac66003da44a8b8b12a4afcb75326
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sdf1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8d271927\x2d3a25\x2d4648\x2d81ed\x2d24c4f37cb90d.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device:
	Description: KINGSTON_SUV400S37120G tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 99f5befef9de4083924dbd202da8ad00
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2dpartuuid-9a7462b7\x2d6351\x2d4742\x2dba90\x2dd859c469db09.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 13c50280dc974347a2c5f78b3216e057
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f6b573b5\x2d7cb6\x2d4c9b\x2db580\x2d7e04ddbecafe.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart9.device
	Following Set Member: dev-sdc9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc9
	Found: found-udev
-> Unit systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service:
	Description: File System Check on /dev/disk/by-partuuid/64be2f69-60f5-4860-aa0e-04dc856cec7e
	Instance: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-systemd\x2dfsck.slice
	CGroup: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 3ed32c9072d641f1acce6b42da810c59
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device (origin-file)
	RequiredBy: boot-efi.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: boot-efi.mount (destination-file)
	After: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	OnFailure: pushover-warning at systemd-fsck.service (origin-file)
	References: shutdown.target (origin-file)
	References: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at systemd-fsck.service (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck /dev/disk/by-partuuid/64be2f69-60f5-4860-aa0e-04dc856cec7e
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rpc-svcgssd.service:
	Description: RPC security service for NFS server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/rpc-svcgssd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /etc/krb5.keytab untested
	ConditionPathExists: |!/proc/net/rpc/use-gss-proxy untested
	ConditionPathExists: |!/run/gssproxy.pid untested
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	Wants: nfs-config.service (origin-file)
	PartOf: nfs-server.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: auth-rpcgss-module.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: nfs-client.target (destination-file)
	After: local-fs.target (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nfs-config.service (origin-file)
	After: gssproxy.service (origin-file)
	After: auth-rpcgss-module.service (destination-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at rpc-svcgssd.service (origin-file)
	References: pushover-warning at rpc-svcgssd.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	References: nfs-server.service (origin-file)
	References: gssproxy.service (origin-file)
	References: nfs-utils.service (origin-file)
	References: nfs-config.service (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: auth-rpcgss-module.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: forking
	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
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStart:
		Command Line: /usr/sbin/rpc.svcgssd $SVCGSSDARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 267f9c59b57f406fb91a345afb919e8a
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sdg1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2dpartuuid-bae5334c\x2da51b\x2d41fd\x2da861\x2de5e108cb938f.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg1
	Found: found-udev
-> Unit pushover-warning at user.service:
	Description: pushover warning
	Instance: user
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: user at 128.service (destination-file)
	ReferencedBy: user at 129.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service user at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit var-www-nextcloud-data-richard-files-mp3.mount:
	Description: /var/www/nextcloud/data/richard/files/mp3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:05:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:05:24 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:05:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-www-nextcloud-data-richard-files-mp3.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 35f9589e24674a86bbad2c16d3ad495c
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var-www-nextcloud-data-richard-files-mp3.mount
	Source Path: /etc/fstab
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	After: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: share.mount (origin-path)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: share-mp3.mount (origin-path)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: local-fs.target (origin-file)
	References: share-mp3.mount (origin-path)
	References: umount.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	RequiresMountsFor: /share/mp3 (origin-file)
	RequiresMountsFor: /var/www/nextcloud/data/richard/files (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/www/nextcloud/data/richard/files/mp3
	What: tank/share/mp3
	File System Type: zfs
	Options: ro,noatime,xattr,noacl
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 84e8dbb1680b4b948784d4d4f43f7277
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2duuid-8392379984986299429.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-tank.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-sdk1.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device:
	Description: KINGSTON_SUV400S37120G 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 2da2e9507cca4a388fd9bc9a2c0c7316
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f9ec1a68\x2d4383\x2d41fe\x2da5cd\x2d79e488c5cf97.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-sda9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda9
	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: Fri 2020-11-20 00:00:05 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: 9bd70e0da55c4f1691087a123f94f835
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.timer
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: logrotate.service (origin-implicit)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: logrotate.service (origin-implicit)
	References: logrotate.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: logrotate.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit pushover-warning at tftpd-hpa.service:
	Description: pushover warning
	Instance: tftpd-hpa
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: tftpd-hpa.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service tftpd-hpa at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: system.slice (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at systemd-initctl.service (origin-file)
	TriggeredBy: systemd-initctl.socket (destination-implicit)
	References: pushover-warning at systemd-initctl.service (origin-file)
	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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-initctl
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device:
	Description: KINGSTON_SUV400S37120G 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 97958c3820d04ce5a8e04400396ee4d3
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f9ec1a68\x2d4383\x2d41fe\x2da5cd\x2d79e488c5cf97.device
	Following Set Member: dev-sda9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit share-backup-omena.mount:
	Description: /share/backup/omena
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-04 11:15:01 CET
	Inactive Exit Timestamp: Wed 2020-11-04 11:15:01 CET
	Active Enter Timestamp: Wed 2020-11-04 11:15:01 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-omena.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a3b30fca31c84b00af454210f3cd6037
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: share-backup.mount (origin-path)
	After: share.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: share-backup.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	References: -.mount (origin-path)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/omena
	What: tank/share/backup/omena
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-docker0.device:
	Description: /sys/devices/virtual/net/docker0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:09 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Exit 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: 8231d862c17f4b35b49513392ef38b41
	Following Set Member: sys-subsystem-net-devices-docker0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/docker0
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart9.device:
	Description: KINGSTON_SUV400S37120G 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: a3544e1ef1764f038cdab5c0908e619a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f9ec1a68\x2d4383\x2d41fe\x2da5cd\x2d79e488c5cf97.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-sda9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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: systemd-networkd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-networkd.service (origin-implicit)
	References: system.slice (origin-file)
	References: systemd-networkd.service (origin-implicit)
	References: sockets.target (origin-file)
	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: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-ec67da56\x2d5f48\x2d4e92\x2db2cf\x2d9efe57acbd7b.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a61afc685af44987a5597aafe63cc488
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit share-backup-postgresql.mount:
	Description: /share/backup/postgresql
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-postgresql.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6b6abd98f3174e4c9a7187239f863b05
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: share.mount (origin-path)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: share-backup.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: share-backup.mount (origin-path)
	References: share.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/postgresql
	What: tank/share/backup/postgresql
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-ask-password-console.service:
	Description: pushover warning
	Instance: systemd-ask-password-console
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: systemd-ask-password-console.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-ask-password-console at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu memory pids
	CGroup own mask: cpu cpuacct memory pids
	CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	RequiredBy: init.scope (destination-file)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: system.slice (destination-implicit)
	WantedBy: slices.target (destination-file)
	Before: init.scope (destination-file)
	Before: user.slice (destination-implicit)
	Before: system.slice (destination-implicit)
	Before: slices.target (destination-file)
	ReferencedBy: init.scope (destination-file)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: slices.target (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
-> Unit local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 08fca5167b7343b39d4fee3526d80667
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	WantedBy: systemd-remount-fs.service (destination-file)
	WantedBy: keyboard-setup.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-mountinfo-default)
	Before: mnt-usb.mount (destination-mountinfo-default)
	Before: run-docker-netns-b94d43af4fda.mount (destination-mountinfo-default)
	Before: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-mountinfo-default)
	Before: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	Before: share-backup-majoron.mount (destination-mountinfo-default)
	Before: run-docker-netns-e0f6573222d2.mount (destination-mountinfo-default)
	Before: share-backup-framboos.mount (destination-mountinfo-default)
	Before: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	Before: var-spool.mount (destination-mountinfo-default)
	Before: share-backup-twappel.mount (destination-mountinfo-default)
	Before: share-mp3.mount (destination-mountinfo-default)
	Before: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-mountinfo-default)
	Before: home-hts.mount (destination-mountinfo-default)
	Before: share-backup-insomnia.mount (destination-mountinfo-default)
	Before: share-books.mount (destination-mountinfo-default)
	Before: share-backup-tm\x2dmanzana.mount (destination-mountinfo-default)
	Before: share-backup-dropbox.mount (destination-mountinfo-default)
	Before: boot-efi.mount (destination-file)
	Before: share-backup-omena.mount (destination-mountinfo-default)
	Before: run-docker-netns-5662fd9fcc2a.mount (destination-mountinfo-default)
	Before: run-user-129.mount (destination-mountinfo-default)
	Before: share.mount (destination-mountinfo-default)
	Before: share-movies-recordings.mount (destination-mountinfo-default)
	Before: shutdown.target (origin-default)
	Before: run-docker-netns-0f9a9feaf87a.mount (destination-mountinfo-default)
	Before: share-pics.mount (destination-mountinfo-default)
	Before: share-backup-tm\x2domena.mount (destination-mountinfo-default)
	Before: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	Before: share-download.mount (destination-mountinfo-default)
	Before: run-user-128.mount (destination-mountinfo-default)
	Before: home-git.mount (destination-mountinfo-default)
	Before: var-cache.mount (destination-mountinfo-default)
	Before: var-prometheus.mount (destination-mountinfo-default)
	Before: local-fs.target (destination-file)
	Before: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-mountinfo-default)
	Before: share-movies.mount (destination-mountinfo-default)
	Before: share-download-transmission.mount (destination-mountinfo-default)
	Before: share-backup-tm\x2dtwappel.mount (destination-mountinfo-default)
	Before: home.mount (destination-mountinfo-default)
	Before: share-rpi.mount (destination-mountinfo-default)
	Before: share-backup-nopeasti.mount (destination-mountinfo-default)
	Before: root.mount (destination-mountinfo-default)
	Before: var-log.mount (destination-mountinfo-default)
	Before: var-tmp.mount (destination-mountinfo-default)
	Before: run-docker-netns-b436231155fa.mount (destination-mountinfo-default)
	Before: share-backup.mount (destination-mountinfo-default)
	Before: run-docker-netns-948b9dc2b24c.mount (destination-mountinfo-default)
	Before: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-mountinfo-default)
	Before: share-backup-mount.mount (destination-mountinfo-default)
	Before: share-games.mount (destination-mountinfo-default)
	Before: share-public.mount (destination-mountinfo-default)
	Before: home-nzbdrone.mount (destination-mountinfo-default)
	Before: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-mountinfo-default)
	Before: share-movies-TeslaCam.mount (destination-mountinfo-default)
	Before: tmp.mount (destination-file)
	Before: share-backup-postgresql.mount (destination-mountinfo-default)
	Before: share-backup-2linxx.mount (destination-mountinfo-default)
	Before: run-user-1000.mount (destination-mountinfo-default)
	After: lvm2-monitor.service (destination-file)
	After: keyboard-setup.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: dm-event.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: share-download-transmission.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-twappel.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-mount.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-b436231155fa.mount (destination-mountinfo-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: run-docker-netns-5662fd9fcc2a.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-omena.mount (destination-mountinfo-default)
	ReferencedBy: share-games.mount (destination-mountinfo-default)
	ReferencedBy: share-pics.mount (destination-mountinfo-default)
	ReferencedBy: share-rpi.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-2linxx.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-0f9a9feaf87a.mount (destination-mountinfo-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: root.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-majoron.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-nopeasti.mount (destination-mountinfo-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-mountinfo-default)
	ReferencedBy: home-git.mount (destination-mountinfo-default)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: share.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-e0f6573222d2.mount (destination-mountinfo-default)
	ReferencedBy: run-user-129.mount (destination-mountinfo-default)
	ReferencedBy: var-prometheus.mount (destination-mountinfo-default)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	ReferencedBy: share-movies-recordings.mount (destination-mountinfo-default)
	ReferencedBy: share-download.mount (destination-mountinfo-default)
	ReferencedBy: home.mount (destination-mountinfo-default)
	ReferencedBy: share-movies.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-mountinfo-default)
	ReferencedBy: var-tmp.mount (destination-mountinfo-default)
	ReferencedBy: share-backup.mount (destination-mountinfo-default)
	ReferencedBy: var-cache.mount (destination-mountinfo-default)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: share-mp3.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-948b9dc2b24c.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-b94d43af4fda.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-mountinfo-default)
	ReferencedBy: var-spool.mount (destination-mountinfo-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: share-backup-postgresql.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-insomnia.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-mountinfo-default)
	ReferencedBy: home-hts.mount (destination-mountinfo-default)
	ReferencedBy: share-movies-TeslaCam.mount (destination-mountinfo-default)
	ReferencedBy: home-nzbdrone.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-framboos.mount (destination-mountinfo-default)
	ReferencedBy: mnt-usb.mount (destination-mountinfo-default)
	ReferencedBy: var-log.mount (destination-mountinfo-default)
	ReferencedBy: run-user-128.mount (destination-mountinfo-default)
	ReferencedBy: share-public.mount (destination-mountinfo-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-dropbox.mount (destination-mountinfo-default)
	ReferencedBy: share-books.mount (destination-mountinfo-default)
	ReferencedBy: tmp.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-subsystem-net-devices-veth273047a.device:
	Description: /sys/subsystem/net/devices/veth273047a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 04:04:02 CET
	Inactive Exit Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Enter Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Exit 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: a745fd5c6c1f4860a7b7157147f1087b
	Following Set Member: sys-devices-virtual-net-veth273047a.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/veth273047a
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 3e2e2164e33145a6a903662695e8aeb8
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.device
	Following Set Member: dev-sdk9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-61028f4f\x2d5bc4\x2d4bbc\x2d82ac\x2d73e3fc51f11f.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk9
	Found: found-udev
-> Unit pushover-warning at cups.service:
	Description: pushover warning
	Instance: cups
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: cups.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service cups at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-subsystem-net-devices-docker0.device:
	Description: /sys/subsystem/net/devices/docker0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:09 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Exit 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: 513a3ebb13504e8382da1ec7f955c9b6
	Following Set Member: sys-devices-virtual-net-docker0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/docker0
	Found: found-udev
-> Unit pushover-warning at nfs-server.service:
	Description: pushover warning
	Instance: nfs-server
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: nfs-server.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service nfs-server at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rpc-statd.service:
	Description: pushover warning
	Instance: rpc-statd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpc-statd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rpc-statd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sendmail.service:
	Description: sendmail.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	ConflictedBy: postfix.service (destination-file)
	ReferencedBy: postfix.service (destination-file)
-> Unit dev-sdd9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 4730f81ab22e4eadb5140af8f39f81d3
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-59f005fc\x2d0979\x2d4973\x2d895b\x2df786b544248b.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart9.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd9
	Found: found-udev
-> Unit time-set.target:
	Description: System Time Set
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:02:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:02:42 CET
	Active Exit 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: 40e3795a48f948a7874aa4512ac221b9
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-set.target
	Condition Timestamp: Sun 2020-11-15 00:02:42 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:02:42 CET
	Assert Result: yes
	WantedBy: time-sync.target (destination-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: time-sync.target (destination-file destination-default)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: time-sync.target (destination-file destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit pushover-warning at systemd-journal-flush.service:
	Description: pushover warning
	Instance: systemd-journal-flush
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Sun 2020-11-15 00:03:13 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:03:13 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2020-11-15 00:03:13 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: caba10d9708b4497b3caa44ce9ba24d7
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:03:13 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:03:13 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	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: 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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-journal-flush at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit nmbd.service:
	Description: Samba NMB Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:35 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:33 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:35 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/nmbd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ac20c077cecd4a6784ffa95f4c04c41a
	Documentation: man:nmbd(8)
	Documentation: man:samba(7)
	Documentation: man:smb.conf(5)
	Fragment Path: /lib/systemd/system/nmbd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:33 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:33 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: smbd.service (destination-file)
	Before: multi-user.target (destination-default)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at nmbd.service (origin-file)
	References: pushover-warning at nmbd.service (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: smbd.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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: all
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7052
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/samba/nmbd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/samba
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 18446744073709551615
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/nmbd --foreground --no-process-group $NMBDOPTIONS
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	Status Text: nmbd: ready to serve connections...
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b303c06bc85c445299f6b36f69347166
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: nss-user-lookup.target (origin-file)
	OnFailure: pushover-warning at cron.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at cron.service (origin-file)
	References: nss-user-lookup.target (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)
	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: 25372
	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
	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
	-> ExecStart:
		Command Line: /usr/sbin/cron -f $EXTRA_OPTS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-networkd.service:
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: system.slice (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	Wants: network.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: network.target (origin-file)
	Before: multi-user.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: apt-daily.service (destination-file)
	After: -.mount (origin-path)
	After: systemd-networkd.socket (origin-file destination-implicit)
	After: network-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-sysctl.service (origin-file)
	OnFailure: pushover-warning at systemd-networkd.service (origin-file)
	TriggeredBy: systemd-networkd.socket (destination-implicit)
	References: -.mount (origin-path)
	References: systemd-sysctl.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: shutdown.target (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: multi-user.target (origin-file)
	References: pushover-warning at systemd-networkd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: network.target (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
	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
	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: newfstatat splice msgsnd getxattr fstatat64 olduname fgetxattr time getrandom clock_gettime semget msync readv lgetxattr chown ioprio_set pselect6 semop set_mempolicy move_pages exit getsockopt execve kill sched_setparam setuid keyctl sync shmget sched_setscheduler sched_getscheduler capset poll set_thread_area getitimer times lremovexattr exit_group getpeername msgctl msgget mmap select set_tls copy_file_range epoll_create prlimit64 readdir remap_file_pages setresuid32 utimensat fallocate waitid mlock2 alarm writev getgroups32 futimesat sched_rr_get_interval setresuid fsetxattr capget fcntl setitimer renameat2 tgkill io_submit clock_getres set_robust_list mkdir eventfd preadv2 semtimedop get_thread_area tee msgrcv fadvise64_64 recvmmsg io_setup timer_delete setgroups sigsuspend ioprio_get flock mq_unlink fchmodat setreuid pause socketpair brk restart_syscall geteuid32 setregid epoll_wait_old wait4 rt_tgsigqueueinfo umask oldlstat setgroups32 oldstat request_key oldfstat nanosleep getdents64 dup epoll_wait lseek _llseek rt_sigreturn link llistxattr fstat rt_sigtimedwait fchownat close sendmsg getpriority mq_notify setpgid setsockopt sigaltstack io_destroy fchown open fstatfs inotify_rm_watch access rt_sigaction getegid32 mknodat getuid mknod setgid32 dup2 listxattr sync_file_range2 signalfd4 nice pipe2 accept inotify_init1 clock_nanosleep setpriority inotify_add_watch getpgid recvmsg symlink unlinkat setuid32 process_vm_readv unlink pwritev2 rename read setfsuid32 fchdir sched_setaffinity setrlimit flistxattr fstat64 io_cancel readahead shmctl ugetrlimit statfs clone uname rmdir getpgrp faccessat mmap2 getpid name_to_handle_at getcpu personality getresuid32 sendmmsg renameat recv setfsgid linkat lsetxattr statfs64 sched_getparam io_getevents inotify_init getsockname rt_sigqueueinfo getresgid32 sched_setattr membarrier syncfs stat chown32 connect fdatasync setregid32 mlock lchown sync_file_range sigreturn vmsplice getrlimit sched_yield getrusage unshare fremovexattr mbind lchown32 pwrite64 lstat stat64 setfsuid ipc utime pwritev fsync timer_gettime waitpid creat shmdt setns lstat64 _newselect statx chdir sched_get_priority_min getgid send setfsgid32 recvfrom kcmp truncate memfd_create getcwd mq_open timerfd_gettime arch_prctl ppoll sched_getaffinity getppid add_key get_robust_list timer_settime openat setxattr setresgid symlinkat listen signalfd ftruncate sysinfo mq_getsetattr rt_sigpending gettid removexattr socket accept4 ftruncate64 getegid preadv prctl getgroups rt_sigsuspend truncate64 timerfd_settime munlockall swapcontext get_mempolicy epoll_ctl sigaction epoll_create1 shmat geteuid socketcall rt_sigprocmask userfaultfd mq_timedreceive mq_timedsend getgid32 epoll_pwait process_vm_writev chmod madvise pipe fork getsid fchown32 fcntl64 setreuid32 set_tid_address pread64 sigprocmask gettimeofday sched_getattr mprotect readlink fstatfs64 munlock execveat timer_create sendfile timerfd_create migrate_pages mkdirat sigpending eventfd2 futex readlinkat sendto semctl vfork signal getdents getresuid munmap getresgid setresgid32 tkill mremap ioctl fadvise64 setgid getuid32 shutdown utimes oldolduname epoll_ctl_old timer_getoverrun dup3 sched_get_priority_max bind fchmod setsid write mlockall sendfile64
	SystemCallArchitectures: native
	RestrictNamespaces: n/a
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
-> Unit dev-sdi.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: ee23741fb67b4746b9e22a8850f93ce1
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi
	Found: found-udev
-> Unit pushover-warning at emergency.service:
	Description: pushover warning
	Instance: emergency
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: emergency.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service emergency at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-module-configfs.device:
	Description: /sys/module/configfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 85d9bc79bea24c8c8bb60c21a4508d1c
	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 pushover-warning at prometheus.service:
	Description: pushover warning
	Instance: prometheus
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2020-11-16 14:10:30 CET
	Inactive Exit Timestamp: Mon 2020-11-16 14:10:29 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2020-11-16 14:10:30 CET
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 3506dd80cd344a7ba1819185e3915e9f
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Mon 2020-11-16 14:10:29 CET
	Condition Result: yes
	Assert Timestamp: Mon 2020-11-16 14:10:29 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: prometheus.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8ad77756178f4088af5525680162b647
	Following Set Member: dev-disk-by\x2dpartuuid-fe92925e\x2d0bfa\x2d443e\x2d8aa1\x2d8693c32e3d5d.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart9.device
	Following Set Member: dev-sdb9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb9
	Found: found-udev
-> Unit share-backup-majoron.mount:
	Description: /share/backup/majoron
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-majoron.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 938f3838f24b4e4fb6caa31b326b8ad9
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: share-backup.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: share-backup.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/majoron
	What: tank/share/backup/majoron
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 945ec4e0a14640eaa4231961bd59e8bd
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f98aa0be\x2d5b16\x2d41b9\x2da9ac\x2d999df1d919f0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart9.device
	Following Set Member: dev-sde9.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde9
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda2.device:
	Description: KINGSTON_SUV400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: f4caf3e59ab84e72945c0bad0e2f5a78
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a85d29\x2d7cdc\x2d4336\x2d8b4d\x2d7a3e4e422c25.device
	Following Set Member: dev-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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 50313597a94b4a1f8ae362c9f554b357
	Following Set Member: dev-sdd9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-59f005fc\x2d0979\x2d4973\x2d895b\x2df786b544248b.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart9.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd9
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device:
	Description: KINGSTON_SUV400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 60df8c5023ea437dbd1b60fe37f31759
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:42 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/apparmor.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 989874171db84509a180fcbc0b1a3cd4
	Documentation: man:apparmor(7)
	Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
	Fragment Path: /lib/systemd/system/apparmor.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: !/run/live/overlay/work untested
	ConditionPathExists: !/rofs/etc/apparmor.d untested
	ConditionSecurity: apparmor untested
	AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: networking.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: haveged.service (destination-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: var-cache.mount (origin-path)
	After: systemd-journald-audit.socket (origin-file)
	OnFailure: pushover-warning at apparmor.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: var-cache.mount (origin-path)
	References: systemd-journald-audit.socket (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at apparmor.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: haveged.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
	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
	-> ExecStart:
		Command Line: /lib/apparmor/apparmor.systemd reload
	-> ExecReload:
		Command Line: /lib/apparmor/apparmor.systemd reload
	-> ExecStop:
		Command Line: /bin/true
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9ee0b370ee754691b74a5c1c50b0b1f4
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-sdd.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd
	Found: found-udev
-> Unit pushover-warning at openvpn.service:
	Description: pushover warning
	Instance: openvpn
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: openvpn.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service openvpn at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rsyslog.service:
	Description: pushover warning
	Instance: rsyslog
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: rsyslog.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rsyslog at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit session-592493.scope:
	Description: Session 592493 of user richard
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:05:46 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:05:46 CET
	Active Enter Timestamp: Fri 2020-11-20 06:05:46 CET
	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-592493.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 340549d2b4c349b8b579fdd9eb9023fe
	Fragment Path: /run/systemd/transient/session-592493.scope
	Condition Timestamp: Fri 2020-11-20 06:05:46 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:05:46 CET
	Assert Result: yes
	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-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user at 1000.service (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: home.mount (origin-file)
	After: user-1000.slice (origin-file)
	After: systemd-user-sessions.service (origin-file)
	References: user at 1000.service (origin-file)
	References: shutdown.target (origin-default)
	References: user-runtime-dir at 1000.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: user-1000.slice (origin-file)
	References: home.mount (origin-file)
	References: -.mount (origin-file)
	References: systemd-user-sessions.service (origin-file)
	RequiresMountsFor: /home/richard (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit dev-disk-by\x2dpartuuid-59f005fc\x2d0979\x2d4973\x2d895b\x2df786b544248b.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8820b5dbbcf340ab960a633bde33d2be
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-sdd9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart9.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd9
	Found: found-udev
-> Unit pushover-warning at zfs-zed.service:
	Description: pushover warning
	Instance: zfs-zed
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: zfs-zed.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service zfs-zed at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at smartd.service:
	Description: pushover warning
	Instance: smartd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: smartd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service smartd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at prometheus-alertmanager.service:
	Description: pushover warning
	Instance: prometheus-alertmanager
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: prometheus-alertmanager.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus-alertmanager at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit monitorix.service:
	Description: Monitorix
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/monitorix.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6555ee4be1524bb8965427a06d23eca1
	Documentation: man:monitorix(8)
	Fragment Path: /lib/systemd/system/monitorix.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: local-fs.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at monitorix.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at monitorix.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 31243
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/monitorix.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/sysconfig/monitorix
	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
	-> ExecStart:
		Command Line: /usr/bin/monitorix -c /etc/monitorix/monitorix.conf -p /run/monitorix.pid
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 09:50:49 CET
	Inactive Exit Timestamp: Sun 2020-11-15 09:50:49 CET
	Active Enter Timestamp: Sun 2020-11-15 09:50:49 CET
	Active Exit Timestamp: Sun 2020-11-15 00:02:44 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:03:13 CET
	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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-firewall bpf-devices
	Invocation ID: 1b95f82494b94ae3914acef044bb5caf
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 09:50:49 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 09:50:49 CET
	Assert Result: yes
	Requires: systemd-journald.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	After: -.mount (origin-path)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: syslog.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file destination-implicit)
	OnFailure: pushover-warning at systemd-journald.service (origin-file)
	TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	References: syslog.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at systemd-journald.service (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	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)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-journald-audit.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: 28550
	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
	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: statx unshare setgid fcntl64 lremovexattr epoll_ctl_old fchown32 oldlstat setpgid chown32 sysinfo getpgid rt_sigaction name_to_handle_at sched_setparam readlink connect sigaltstack setxattr rt_sigpending personality setresgid32 fdatasync mlockall readdir swapcontext timerfd_create getegid32 getgroups32 getresgid pipe2 mkdirat sendfile dup2 sched_setaffinity lgetxattr gettid chmod pwritev2 fstatat64 getsockname semtimedop rmdir mlock lsetxattr signalfd4 mq_open listxattr io_setup oldfstat timer_create set_tls mkdir mq_getsetattr getrusage poll stat64 mknodat recvmsg unlinkat setregid32 copy_file_range sched_get_priority_min chown statfs setgroups kcmp readv wait4 clone ioprio_set get_thread_area fcntl creat renameat2 msync kill getrlimit setns get_robust_list capget memfd_create faccessat mremap access restart_syscall fchownat utimes syncfs gettimeofday unlink set_tid_address getdents setrlimit keyctl prlimit64 preadv socketcall writev epoll_pwait dup rt_sigtimedwait ioctl chdir _llseek sendto set_thread_area setsid fstat sched_rr_get_interval fremovexattr ioprio_get shmdt timerfd_settime geteuid fchmodat setgroups32 setpriority ftruncate64 clock_getres msgsnd munlock socketpair signalfd flock io_cancel clock_nanosleep nanosleep setresgid recv sigpending lstat64 sendfile64 arch_prctl epoll_ctl epoll_wait clock_gettime setregid symlink getgroups getpid move_pages shmctl sigsuspend futimesat io_destroy inotify_init mbind capset rt_sigprocmask sigprocmask sched_setattr sched_getaffinity bind tkill fstatfs rt_tgsigqueueinfo sched_getscheduler fchdir sync timer_gettime pwritev time mq_timedsend futex fadvise64_64 truncate64 rt_sigreturn geteuid32 uname exit getgid rename setfsgid32 readahead msgrcv flistxattr mlock2 renameat execveat oldolduname sync_file_range2 setitimer lseek tgkill vmsplice semctl get_mempolicy fadvise64 symlinkat eventfd2 mq_unlink process_vm_readv getdents64 getsid sched_getparam getresuid getgid32 setsockopt shutdown inotify_rm_watch add_key request_key pwrite64 sched_setscheduler set_robust_list fchmod _newselect munmap process_vm_writev lchown32 epoll_wait_old sendmsg setfsuid mmap2 sched_yield setresuid32 msgget pread64 waitpid exit_group splice readlinkat lstat openat select recvmmsg set_mempolicy setfsuid32 setresuid mq_timedreceive getpriority shmget accept recvfrom sendmmsg prctl write getrandom sigreturn timerfd_gettime setfsgid accept4 getresgid32 msgctl pipe getcwd preadv2 fsetxattr fallocate io_getevents umask setreuid32 getuid dup3 mknod lchown getresuid32 alarm timer_delete io_submit ipc newfstatat ftruncate ppoll vfork removexattr mq_notify getsockopt sync_file_range getcpu semget membarrier fstatfs64 fork eventfd rt_sigsuspend fchown read timer_settime fgetxattr epoll_create1 shmat inotify_init1 nice close inotify_add_watch brk execve waitid pselect6 link getxattr oldstat mmap listen times setuid32 send llistxattr sched_get_priority_max epoll_create userfaultfd munlockall getpgrp linkat sched_getattr migrate_pages fstat64 signal madvise olduname setuid setreuid getegid utimensat getppid semop timer_getoverrun getuid32 getpeername mprotect tee setgid32 open rt_sigqueueinfo stat utime pause sigaction fsync getitimer ugetrlimit remap_file_pages statfs64 truncate socket
	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: 7
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	DeviceAllow: char-rtc r
	DeviceAllow: char-* rw
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit apache2.service:
	Description: The Apache HTTP Server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:10 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:10 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/apache2.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3eb8e4997f4e454892818834db8e219f
	Documentation: https://httpd.apache.org/docs/2.4/
	Fragment Path: /lib/systemd/system/apache2.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:09 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:09 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: tmp.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: -.mount (origin-path)
	After: remote-fs.target (origin-file)
	After: var-tmp.mount (origin-path)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-path)
	After: nss-lookup.target (origin-file)
	OnFailure: pushover-warning at apache2.service (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: pushover-warning at apache2.service (origin-file)
	References: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: nss-lookup.target (origin-file)
	References: var-tmp.mount (origin-path)
	References: tmp.mount (origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (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: forking
	Restart: on-abort
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 702
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: APACHE_STARTED_BY_SYSTEMD=true
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/apachectl start
	-> ExecReload:
		Command Line: /usr/sbin/apachectl graceful
	-> ExecStop:
		Command Line: /usr/sbin/apachectl stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit docker-radarr.service:
	Description: Radarr container
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker-radarr.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dc56180cb69745289b374ccc68b9caac
	Fragment Path: /etc/systemd/system/docker-radarr.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:03:14 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:03:14 CEST
	Assert Result: yes
	Requires: docker.service (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: docker.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at docker-radarr.service (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: docker.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at docker-radarr.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 21713
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/docker start -a radarr
	-> ExecStop:
		Command Line: /usr/bin/docker stop -t 2 radarr
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at docker-nzbget.service:
	Description: pushover warning
	Instance: docker-nzbget
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: docker-nzbget.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service docker-nzbget at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at gitea.service:
	Description: pushover warning
	Instance: gitea
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: gitea.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service gitea at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d5069ae4aa024422b5dc91c6de42410d
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit share-pics.mount:
	Description: /share/pics
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-pics.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b40376bef5e34d83b0546c74af30c70e
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: share.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/pics
	What: tank/share/pics
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-tmpfiles-clean.timer:
	Description: Daily Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 21:02:29 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: 85b3dcfeaf954f66885c874688afbd49
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: sysinit.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
	OnClockChange: no
	OnTimeZoneChange: no
	OnUnitActiveSec: 1d
	OnBootSec: 15min
-> Unit pushover-warning at nfs-mountd.service:
	Description: pushover warning
	Instance: nfs-mountd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: nfs-mountd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service nfs-mountd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sysstat.service:
	Description: Resets System Activity Data Collector
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/sysstat.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b2798232142a440cbb5ebd6b6c45d190
	Documentation: man:sa1(8)
	Documentation: man:sadc(8)
	Documentation: man:sar(1)
	Fragment Path: /lib/systemd/system/sysstat.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at sysstat.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at sysstat.service (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: 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
	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: root
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/sysstat/debian-sa1 --boot
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit haveged.service:
	Description: Entropy daemon using the HAVEGE algorithm
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/haveged.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 5e6a0107d4284d3eb495020ea5a69918
	Documentation: man:haveged(8)
	Documentation: http://www.issihosts.com/haveged/
	Fragment Path: /lib/systemd/system/haveged.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionVirtualization: !container untested
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: tmp.mount (origin-path)
	WantedBy: graphical.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: var-tmp.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: zfs-mount.service (destination-file)
	After: apparmor.service (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-path)
	After: systemd-random-seed.service (origin-file)
	OnFailure: pushover-warning at haveged.service (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at haveged.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: var-tmp.mount (origin-path)
	References: -.mount (origin-path)
	References: apparmor.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-file)
	References: tmp.mount (origin-path)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: zfs-mount.service (destination-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: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 10092
	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: yes
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/haveged
	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
	Secure Bits: noroot-locked
	CapabilityBoundingSet: cap_sys_admin
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/haveged --Foreground --verbose=1 $DAEMON_ARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	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: c4f06504868642f09353b4ec909225d3
	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: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: cryptsetup.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: shutdown.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: -.mount (origin-path)
	References: emergency.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-ask-password-console.service (origin-implicit)
	References: paths.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 user-129.slice:
	Description: User Slice of UID 129
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:02:30 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:02:30 CET
	Active Enter Timestamp: Fri 2020-11-20 06:02:30 CET
	Active Exit 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-129.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: f2505ebe4005484fabb448c088ad3c13
	Documentation: man:user at .service(5)
	DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Fri 2020-11-20 06:02:30 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:02:30 CET
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: user at 129.service (destination-file)
	RequiredBy: user-runtime-dir at 129.service (destination-file)
	RequiredBy: session-c49.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-c49.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 129.service (destination-file)
	Before: user-runtime-dir at 129.service (destination-file)
	After: user.slice (origin-implicit)
	After: systemd-user-sessions.service (origin-file)
	References: user.slice (origin-implicit)
	References: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: user at 129.service (destination-file)
	ReferencedBy: user-runtime-dir at 129.service (destination-file)
	ReferencedBy: session-c49.scope (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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: 10813
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-journal-flush.service:
	Description: Flush Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Sun 2020-11-15 00:02:44 CET
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: Sun 2020-11-15 00:02:44 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:02:44 CET
	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: 71e86654460c4dd6a6fb96c7e5dcdef8
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-journald.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: var-log.mount (origin-path)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.service (origin-file)
	OnFailure: pushover-warning at systemd-journal-flush.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: -.mount (origin-path)
	References: pushover-warning at systemd-journal-flush.service (origin-file)
	References: var-log.mount (origin-path)
	References: systemd-remount-fs.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: failed
	Result: exit-code
	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
	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
	-> ExecStart:
		Command Line: /bin/journalctl --flush
	-> ExecStop:
		Command Line: /bin/journalctl --smart-relinquish-var
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-random-seed.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1a3dd74a0c8f46e8978bcccd6498170c
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionVirtualization: !container untested
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: haveged.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	OnFailure: pushover-warning at systemd-random-seed.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: pushover-warning at systemd-random-seed.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: haveged.service (destination-file)
	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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-random-seed load
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit grafana-server.service:
	Description: Grafana instance
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:42 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:42 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:42 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/grafana-server.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ae2db65ae8d24a80ab951fbfdd84d939
	Documentation: http://docs.grafana.org
	Fragment Path: /usr/lib/systemd/system/grafana-server.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:42 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:42 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network-online.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: postgresql.service (origin-file)
	After: sysinit.target (origin-default)
	After: mariadb.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at grafana-server.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: mariadb.service (origin-file)
	References: postgresql.service (origin-file)
	References: network-online.target (origin-file)
	References: pushover-warning at grafana-server.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /usr/share/grafana (origin-file)
	RequiresMountsFor: /run/grafana (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: 16533
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 20s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0027
	WorkingDirectory: /usr/share/grafana
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: /etc/default/grafana-server
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0750
	RuntimeDirectory: grafana
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 10000
	LimitNOFILESoft: 10000
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: grafana
	Group: grafana
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/grafana-server --config=${CONF_FILE} --pidfile=${PID_FILE_DIR}/grafana-server.pid cfg:default.paths.logs=${LOG_DIR} cfg:default.paths.data=${DATA_DIR} cfg:default.paths.plugins=${PLUGINS_DIR} cfg:default.paths.provisioning=${PROVISIONING_CFG_DIR}
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount:
	Description: /var/lib/docker/aufs/mnt/1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d39407d7c12b4ca9909e9d8c1cec8240
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	RequiresMountsFor: /var/lib/docker/aufs/mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/docker/aufs/mnt/1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38
	What: none
	File System Type: aufs
	Options: rw,relatime,si=1c1a48e4dae95fb2,dio,dirperm1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at lvm2-lvmpolld.service:
	Description: pushover warning
	Instance: lvm2-lvmpolld
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: lvm2-lvmpolld.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service lvm2-lvmpolld at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-pstore.service:
	Description: pushover warning
	Instance: systemd-pstore
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-pstore.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-pstore at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit docker-nzbget.service:
	Description: NzbGet container
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 04:04:02 CET
	Inactive Exit Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Enter Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Exit Timestamp: Sun 2020-11-15 04:03:54 CET
	Inactive Enter Timestamp: Sun 2020-11-15 04:04:02 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker-nzbget.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8ada89e2445b418cb5ff4118f2938fd9
	Fragment Path: /etc/systemd/system/docker-nzbget.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 04:04:02 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 04:04:02 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: docker.service (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: docker.service (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at docker-nzbget.service (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)
	References: docker.service (origin-file)
	References: pushover-warning at docker-nzbget.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 24885
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/docker start -a nzbget
	-> ExecStop:
		Command Line: /usr/bin/docker stop -t 2 nzbget
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 2b035d18cda040bba38e3f7760d8bcd7
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-b01b356e\x2d43b2\x2d4753\x2d9d35\x2ddf3fc7872171.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-sdj1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fe711cb183964d1db8f2f270a5c24139
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2dpartuuid-786cec57\x2d4ea3\x2d4403\x2db41c\x2d3b868e86438a.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart9.device
	Following Set Member: dev-sdf9.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf9
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-bafdc3f0\x2d4dee\x2d40fa\x2da3f6\x2d103e595406a8.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0727f7bc502d4a0fa272e98e9cae8e51
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: dev-sdh9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart9.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh9
	Found: found-udev
-> Unit var-tmp.mount:
	Description: /var/tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-tmp.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d537cec75ebd40b7a6e30a117a510619
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: basic.target (destination-path)
	Before: ntp.service (destination-path)
	Before: apache2.service (destination-path)
	Before: systemd-timesyncd.service (destination-path)
	Before: local-fs.target (origin-mountinfo-default)
	Before: netdata.service (destination-path)
	Before: logrotate.service (destination-path)
	Before: colord.service (destination-file)
	Before: systemd-logind.service (destination-path)
	Before: haveged.service (destination-path)
	Before: phpsessionclean.service (destination-path)
	Before: redis-server.service (destination-path)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: haveged.service (destination-path)
	ReferencedBy: redis-server.service (destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-path)
	ReferencedBy: phpsessionclean.service (destination-path)
	ReferencedBy: basic.target (destination-path)
	ReferencedBy: ntp.service (destination-path)
	ReferencedBy: apache2.service (destination-path)
	ReferencedBy: netdata.service (destination-path)
	ReferencedBy: systemd-logind.service (destination-path)
	RequiresMountsFor: /var (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/tmp
	What: tank/var/tmp
	File System Type: zfs
	Options: rw,nosuid,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit root.mount:
	Description: /root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/root.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2f579bb39ff544158648285ae6cf8f20
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /root
	What: tank/home/root
	File System Type: zfs
	Options: rw,nosuid,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at atd.service:
	Description: pushover warning
	Instance: atd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: atd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service atd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at containerd.service:
	Description: pushover warning
	Instance: containerd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: containerd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service containerd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit docker-nzbhydra2.service:
	Description: NzbHydra2 container
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Exit Timestamp: Sun 2020-11-15 00:06:37 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker-nzbhydra2.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 202b4d2aecaa426e84020fb9ffb86398
	Fragment Path: /etc/systemd/system/docker-nzbhydra2.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:06:42 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:06:42 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: docker.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: docker.service (origin-file)
	OnFailure: pushover-warning at docker-nzbhydra2.service (origin-file)
	References: pushover-warning at docker-nzbhydra2.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: docker.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 18785
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/docker start -a nzbhydra2
	-> ExecStop:
		Command Line: /usr/bin/docker stop -t 2 nzbhydra2
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 83e91eccc5b1446bb69ddac1f5d86e0a
	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 smb.service:
	Description: smb.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	ConsistsOf: zfs-share.service (destination-file)
	Before: zfs-share.service (destination-file)
	ReferencedBy: zfs-share.service (destination-file)
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 23d32a62bcaa42629d70bc0f9c31c853
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-sdd9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-disk-by\x2dpartuuid-59f005fc\x2d0979\x2d4973\x2d895b\x2df786b544248b.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart9.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd9
	Found: found-udev
-> Unit pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service:
	Description: pushover warning
	Instance: prometheus-node-exporter-mellanox-hca-temp
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus-node-exporter-mellanox-hca-temp at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-f31e653c\x2dbded\x2d40e0\x2d9f5e\x2d09b3dd9983bd.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 80ee60a3fd9a4b0f83a019db7cb96191
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-sdd1.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd1
	Found: found-udev
-> Unit pushover-warning at postfix.service:
	Description: pushover warning
	Instance: postfix
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: postfix at -.service (destination-file)
	ReferencedBy: postfix.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service postfix at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit sys-subsystem-net-devices-vethfc9a4f4.device:
	Description: /sys/subsystem/net/devices/vethfc9a4f4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:19 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:19 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:19 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 64b6a3cce7ba4c8ba2b5bf27ca37d037
	Following Set Member: sys-devices-virtual-net-vethfc9a4f4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethfc9a4f4
	Found: found-udev
-> Unit openvpn.service:
	Description: OpenVPN service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/openvpn.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 7fba5284809f40678e61158b27ffc130
	Fragment Path: /lib/systemd/system/openvpn.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	OnFailure: pushover-warning at openvpn.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: pushover-warning at openvpn.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /etc/openvpn (origin-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: /etc/openvpn
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /bin/true
	-> ExecReload:
		Command Line: /bin/true
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at lm-sensors.service:
	Description: pushover warning
	Instance: lm-sensors
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: lm-sensors.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service lm-sensors at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2duuid-5e113d7a5e113d79.device:
	Description: /dev/disk/by-uuid/5e113d7a5e113d79
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-10-20 01:33:22 CEST
	Inactive Exit Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Enter Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Exit 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: d17d6f20a0864c2c900d931961264cef
	Following: sys-devices-virtual-block-loop1.device
	Following Set Member: sys-devices-virtual-block-loop1.device
	Following Set Member: dev-loop1.device
	Following Set Member: dev-disk-by\x2dlabel-Gemini.Man.2019.UHD.BluRay.2160p.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop1
	Found: found-udev
-> Unit smbd.service:
	Description: Samba SMB Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:37 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:35 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:37 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:33 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/smbd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 31e4862c716a445eb0d75397e649e923
	Documentation: man:smbd(8)
	Documentation: man:samba(7)
	Documentation: man:smb.conf(5)
	Fragment Path: /lib/systemd/system/smbd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:35 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:35 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: winbind.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: nmbd.service (origin-file)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	OnFailure: pushover-warning at smbd.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-default)
	References: winbind.service (origin-file)
	References: nmbd.service (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: pushover-warning at smbd.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: all
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7518
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/samba/smbd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/samba
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitCORE: 18446744073709551615
	LimitCORESoft: 18446744073709551615
	LimitNOFILE: 16384
	LimitNOFILESoft: 16384
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/share/samba/update-apparmor-samba-profile
	-> ExecStart:
		Command Line: /usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	Status Text: smbd: ready to serve connections...
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-backup-2linxx.mount:
	Description: /share/backup/2linxx
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-04 08:17:50 CEST
	Inactive Exit Timestamp: Fri 2020-09-04 08:17:50 CEST
	Active Enter Timestamp: Fri 2020-09-04 08:17:50 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-2linxx.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b4ebdb40de44408db2ab6bcb25250de1
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: share-backup.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: share-backup.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/2linxx
	What: tank/share/backup/2linxx
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdh9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 82b8552fb04c4d418674f1f16132f6d4
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-bafdc3f0\x2d4dee\x2d40fa\x2da3f6\x2d103e595406a8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart9.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh9
	Found: found-udev
-> Unit pushover-warning at systemd-rfkill.service:
	Description: pushover warning
	Instance: systemd-rfkill
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-rfkill.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-rfkill at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cups-browsed.service:
	Description: Make remote CUPS printers available locally
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:37 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:37 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:37 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:35 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/cups-browsed.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b8896af7d4a04fc2b3a648395e6fad80
	Fragment Path: /lib/systemd/system/cups-browsed.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:37 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:37 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: cups.service (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: avahi-daemon.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: cups.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: avahi-daemon.service (origin-file)
	OnFailure: pushover-warning at cups-browsed.service (origin-file)
	References: basic.target (origin-default)
	References: cups.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at cups-browsed.service (origin-file)
	References: system.slice (origin-file)
	References: avahi-daemon.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7562
	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
	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
	-> ExecStart:
		Command Line: /usr/sbin/cups-browsed
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit named.service:
	Description: named.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-10-09 12:25:03 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: netdata.service (destination-file)
	ReferencedBy: netdata.service (destination-file)
-> Unit NetworkManager.service:
	Description: NetworkManager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit pushover-warning at apcupsd.service:
	Description: pushover warning
	Instance: apcupsd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: apcupsd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service apcupsd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-quotacheck.service:
	Description: File System Quota Check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-quotacheck.service(8)
	Fragment Path: /lib/systemd/system/systemd-quotacheck.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /sbin/quotacheck untested
	Requires: system.slice (origin-file)
	Before: shutdown.target (origin-file)
	Before: remote-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	After: systemd-remount-fs.service (origin-file)
	OnFailure: pushover-warning at systemd-quotacheck.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: pushover-warning at systemd-quotacheck.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-quotacheck
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-70d00fe4\x2df268\x2d4cb6\x2d92f1\x2df46b544707be.device:
	Description: KINGSTON_SUV400S37120G 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: af4bedf27bde481b838bf8afc91d653a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit pushover-warning at auth-rpcgss-module.service:
	Description: pushover warning
	Instance: auth-rpcgss-module
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: auth-rpcgss-module.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service auth-rpcgss-module at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdb1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c7b8952e4322444ebe95b5ba2c9de7a0
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec67da56\x2d5f48\x2d4e92\x2db2cf\x2d9efe57acbd7b.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit pushover-warning at logrotate.service:
	Description: pushover warning
	Instance: logrotate
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: logrotate.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service logrotate at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit ntp.service:
	Description: Network Time Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:02:42 CET
	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: 6d23fea2170941418bbc0000f3586032
	Documentation: man:ntpd(8)
	Fragment Path: /lib/systemd/system/ntp.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: tmp.mount (origin-path)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: systemd-timesyncd.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: tmp.mount (origin-path)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: var-tmp.mount (origin-path)
	After: network.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at ntp.service (origin-file)
	References: network.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: tmp.mount (origin-path)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: pushover-warning at ntp.service (origin-file)
	References: basic.target (origin-default)
	References: var-tmp.mount (origin-path)
	References: systemd-timesyncd.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	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: forking
	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: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /usr/lib/ntp/ntp-systemd-wrapper
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdf9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ae82d1d4d0ca4c1cb8c9bff80f308012
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-786cec57\x2d4ea3\x2d4403\x2db41c\x2d3b868e86438a.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart9.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf9
	Found: found-udev
-> Unit systemd-initctl.socket:
	Description: initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9cb5838ff4ff4834a24f0fdc72ad86f1
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-initctl.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	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: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit smartd.service:
	Alias: smartmontools.service
	Description: Self Monitoring and Reporting Technology (SMART) Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/smartd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3fc51ca0215948f2befe4e1b3f16d036
	Documentation: man:smartd(8)
	Documentation: man:smartd.conf(5)
	Fragment Path: /lib/systemd/system/smartd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at smartd.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at smartd.service (origin-file)
	References: basic.target (origin-default)
	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: 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: 25204
	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
	EnvironmentFile: -/etc/default/smartmontools
	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
	-> ExecStart:
		Command Line: /usr/sbin/smartd -n $smartd_opts
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at polkit.service:
	Description: pushover warning
	Instance: polkit
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: polkit.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service polkit at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:40 CET
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 21dc7c31b0d14607a288c6068537aa6a
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	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: systemd-udev-trigger.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: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:50 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 72b7548fc1dc49fabbb1ab598cb51b86
	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: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: systemd-fsckd.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-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: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdi1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 7beaf12600754a69a76c1677f56d6ccc
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-d411007e\x2dfbbd\x2d4689\x2da406\x2df7377dbaee91.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: e74dc480e86646a9961e9abfcc6b5968
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart1.device
	Following Set Member: dev-sdf1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8d271927\x2d3a25\x2d4648\x2d81ed\x2d24c4f37cb90d.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf1
	Found: found-udev
-> Unit blockdev at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.target:
	Description: Block Device Preparation for /dev/disk/by-partuuid/64be2f69-60f5-4860-aa0e-04dc856cec7e
	Instance: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: boot-efi.mount (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: edd3907e00444ed0b87a409a010d402f
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-d411007e\x2dfbbd\x2d4689\x2da406\x2df7377dbaee91.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart1.device
	Following Set Member: dev-sdi1.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi1
	Found: found-udev
-> Unit proc-sys-fs-binfmt_misc.automount:
	Description: Arbitrary Executable File Formats File System Automount Point
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit 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: ba16561af4d64a17883eccf595d2a2c0
	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: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-binfmt.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	After: -.mount (origin-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)
	ReferencedBy: binfmt-support.service (destination-file)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Automount State: running
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
-> Unit pushover-warning at ntopng.service:
	Description: pushover warning
	Instance: ntopng
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: ntopng.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service ntopng at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit blockdev at dev-sda3.target:
	Description: Block Device Preparation for /dev/sda3
	Instance: dev-sda3
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:04:40 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/blockdev at .target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: boot-efi.mount (destination-mountinfo-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: boot-efi.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 9254937df18c4f20a49cbbfe6455fbb4
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sdf1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8d271927\x2d3a25\x2d4648\x2d81ed\x2d24c4f37cb90d.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf1
	Found: found-udev
-> Unit pushover-warning at systemd-initctl.service:
	Description: pushover warning
	Instance: systemd-initctl
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-initctl.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-initctl at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rc-local.service:
	Description: pushover warning
	Instance: rc-local
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: rc-local.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rc-local at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 895212ae835d4b7d8438f1e873e54f7d
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: colord.service (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: avahi-daemon.service (destination-file)
	Before: dbus.service (origin-implicit)
	Before: polkit.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: colord.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: dbus.service (origin-implicit)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: sockets.target (origin-default)
	References: dbus.service (origin-implicit)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: avahi-daemon.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: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sda2.device:
	Description: KINGSTON_SUV400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 44326929d01340f5adbfb4863af9712a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a85d29\x2d7cdc\x2d4336\x2d8b4d\x2d7a3e4e422c25.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: e54f296b314a4db78bc2fd846d7221ad
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-d411007e\x2dfbbd\x2d4689\x2da406\x2df7377dbaee91.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart1.device
	Following Set Member: dev-sdi1.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi1
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-aaef178a\x2d3a91\x2d4d7a\x2db4ac\x2da014124c2968.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b7cbe877e49a4691903ffd600fff329d
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart1.device
	Following Set Member: dev-sdh1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: bbc2b96608814f579c1dabddf6cfd61a
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830.device
	Following Set Member: dev-sdd.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd
	Found: found-udev
-> Unit pushover-warning at tinyproxy.service:
	Description: pushover warning
	Instance: tinyproxy
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: tinyproxy.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service tinyproxy at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c0d1ed56311f48099e568f36a91aebd8
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-b01b356e\x2d43b2\x2d4753\x2d9d35\x2ddf3fc7872171.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-sdj1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj1
	Found: found-udev
-> Unit zfs-zed.service:
	Alias: zed.service
	Description: ZFS Event Daemon (zed)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:11:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:11:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:11:13 CEST
	Active Exit Timestamp: Tue 2020-06-16 22:08:41 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 22:08:41 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/zfs-zed.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2f58be88c6854773baa81a52596b5c19
	Documentation: man:zed(8)
	Fragment Path: /lib/systemd/system/zfs-zed.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:11:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:11:13 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: zfs.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: zfs.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at zfs-zed.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at zfs-zed.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: zfs.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-abort
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 15009
	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
	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
	-> ExecStart:
		Command Line: /usr/sbin/zed -F
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit docker-sonarr.service:
	Description: Sonarr container
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:43 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:43 CET
	Active Exit Timestamp: Sun 2020-11-15 00:06:37 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker-sonarr.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 902466ebd447414d9384eb06d958a9da
	Fragment Path: /etc/systemd/system/docker-sonarr.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:06:42 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:06:42 CET
	Assert Result: yes
	Requires: docker.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: docker.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at docker-sonarr.service (origin-file)
	References: pushover-warning at docker-sonarr.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: docker.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 18787
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/docker start -a sonarr
	-> ExecStop:
		Command Line: /usr/bin/docker stop -t 2 sonarr
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: c221154cbfa641a79211e5f7a132e5af
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-sdi9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-53695aa8\x2d1a4f\x2d41e7\x2d9314\x2d5dac50047c80.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi9
	Found: found-udev
-> Unit dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.device:
	Description: KINGSTON_SUV400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 58545cea2e9e48e09a22756949f98e6c
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.device
	Following Set Member: dev-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-sdj9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 683c2a15da1b4278a23425558a5ba6f3
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1623a56\x2dfc31\x2d49b7\x2d926d\x2db3145bfaa365.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj9
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 661da365566f4cabbc85b13d98749b28
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0.device
	Following Set Member: dev-sde.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde
	Found: found-udev
-> Unit run-docker-netns-0f9a9feaf87a.mount:
	Description: /run/docker/netns/0f9a9feaf87a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2020-10-31 16:52:11 CET
	Inactive Exit Timestamp: Sat 2020-10-31 16:52:11 CET
	Active Enter Timestamp: Sat 2020-10-31 16:52:11 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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-docker-netns-0f9a9feaf87a.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c0d95540b4624e829d0e7022a70f3ab8
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.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.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /run/docker/netns (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/docker/netns/0f9a9feaf87a
	What: nsfs
	File System Type: nsfs
	Options: rw
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at nfs-blkmap.service:
	Description: pushover warning
	Instance: nfs-blkmap
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: nfs-blkmap.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service nfs-blkmap at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:29:05 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:28:05 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:28:05 CEST
	Active Exit Timestamp: Fri 2020-09-11 09:29:05 CEST
	Inactive Enter Timestamp: Fri 2020-09-11 09:29:05 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 31b3983b17154ef3abdec57e093edf52
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-09-11 09:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2020-09-11 09:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: lvm2-lvmpolld.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: lvm2-lvmpolld.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at lvm2-lvmpolld.service (origin-file)
	TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
	References: pushover-warning at lvm2-lvmpolld.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	PIDFile: /run/lvmpolld.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: yes
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/lvmpolld -t 60 -f
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9ad21ebd38b64e83bf36762c7ae886c6
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-disk-by\x2dpartuuid-b01b356e\x2d43b2\x2d4753\x2d9d35\x2ddf3fc7872171.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-sdj1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9ec005f93fc643d49f0d0d73ef2bd128
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: dev-sdh9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-bafdc3f0\x2d4dee\x2d40fa\x2da3f6\x2d103e595406a8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart9.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh9
	Found: found-udev
-> Unit dev-sdj1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ce4d96882b9b44fc97a2a1b983f147f4
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-disk-by\x2dpartuuid-b01b356e\x2d43b2\x2d4753\x2d9d35\x2ddf3fc7872171.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj1
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: c5fae77c3b504039aae95ca33c542215
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart1.device
	Following Set Member: dev-sdf1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8d271927\x2d3a25\x2d4648\x2d81ed\x2d24c4f37cb90d.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf1
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap:
	Description: /dev/disk/by-id/ata-KINGSTON_SUV400S37120G_50026B766C03C843-part1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ee37d0a4d9cb459d858fb1e305a68683
	Following: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap
	Following Set Member: dev-sda1.swap
	Requires: dev-sda1.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: blockdev at dev-sda1.target (origin-proc-swap)
	After: system.slice (origin-file)
	After: dev-sda1.device (origin-proc-swap)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: swap.target (origin-default)
	References: system.slice (origin-file)
	References: blockdev at dev-sda1.target (origin-proc-swap)
	References: dev-sda1.device (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	RequiresMountsFor: /dev/disk/by-id/ata-KINGSTON_SUV400S37120G_50026B766C03C843-part1 (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-KINGSTON_SUV400S37120G_50026B766C03C843-part1
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device:
	Description: KINGSTON_SUV400S37120G 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: e9eef6b70e84484d976a17b959345539
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-70d00fe4\x2df268\x2d4cb6\x2d92f1\x2df46b544707be.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit pushover-warning at transmission-daemon.service:
	Description: pushover warning
	Instance: transmission-daemon
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: transmission-daemon.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service transmission-daemon at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-games.mount:
	Description: /share/games
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-games.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 064d01964f484450ba48eb47b122981a
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: share.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/games
	What: tank/share/games
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f8f87e672e1d4077906b712496a309f6
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0.device
	Following Set Member: dev-sdg.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg
	Found: found-udev
-> Unit keyboard-setup.service:
	Description: Set the console keyboard layout
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f4f7681859b2484ea82750c94c192519
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at keyboard-setup.service (origin-file)
	References: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	References: pushover-warning at keyboard-setup.service (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
	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
	-> ExecStart:
		Command Line: /lib/console-setup/keyboard-setup.sh
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man: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
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	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: Tue 2020-06-16 22:02:20 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: proc-sys-fs-binfmt_misc.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-binfmt.service (origin-file)
	References: pushover-warning at systemd-binfmt.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-binfmt
	-> ExecStop:
		Command Line: /lib/systemd/systemd-binfmt --unregister
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rescue.target:
	Alias: runlevel1.target
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	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: systemd-update-utmp-runlevel.service (destination-file)
	Before: graphical.target (destination-file)
	After: sysinit.target (origin-file origin-default)
	After: rescue.service (origin-file)
	References: rescue.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: graphical.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 4f5e9fdc18334204b3fa686d023980bb
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-sdi9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-disk-by\x2dpartuuid-53695aa8\x2d1a4f\x2d41e7\x2d9314\x2d5dac50047c80.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi9
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d18c62d596fc4654bf64d510b138515d
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: dev-sdb.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb
	Found: found-udev
-> Unit sys-subsystem-net-devices-eth0.device:
	Description: I210 Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f4c6c8cce7c54b39a92036bec5af1ba8
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.0-0000:03:00.0-net-eth0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:03:00.0/net/eth0
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: effcd0b0f92c46fea7f861793dd73533
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-sdd9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-59f005fc\x2d0979\x2d4973\x2d895b\x2df786b544248b.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd9
	Found: found-udev
-> Unit zfs.target:
	Description: ZFS startup target
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8de38162361940f4bbd6adf7a7105b02
	Fragment Path: /lib/systemd/system/zfs.target
	Condition Timestamp: Tue 2020-06-16 21:46:12 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:12 CEST
	Assert Result: yes
	Wants: zfs-volumes.target (origin-file)
	Wants: zfs-share.service (origin-file)
	Wants: zfs-mount.service (origin-file)
	Wants: zfs-import.target (origin-file)
	Wants: zfs-import-cache.service (origin-file)
	Wants: zfs-import-scan.service (origin-file)
	Wants: zfs-zed.service (origin-file)
	Wants: zfs-load-module.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: zfs-volumes.target (origin-default)
	After: zfs-zed.service (origin-default)
	After: zfs-import.target (origin-default)
	After: zfs-share.service (origin-default)
	References: zfs-import-cache.service (origin-file)
	References: zfs-mount.service (origin-file)
	References: zfs-volumes.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: zfs-import-scan.service (origin-file)
	References: zfs-import.target (origin-file origin-default)
	References: zfs-load-module.service (origin-file)
	References: zfs-zed.service (origin-file origin-default)
	References: zfs-share.service (origin-file origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 20c4a1866b794a62b8848e551a442777
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0.device
	Following Set Member: dev-sdi.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi
	Found: found-udev
-> Unit pushover-warning at user-runtime-dir.service:
	Description: pushover warning
	Instance: user-runtime-dir
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: user-runtime-dir at 128.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: user-runtime-dir at 129.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service user-runtime-dir at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-backup-tm\x2dmanzana.mount:
	Description: /share/backup/tm-manzana
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-tm\x2dmanzana.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a73e8eb93c554a18ab33740416c8da80
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: share-backup.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: share-backup.mount (origin-path)
	References: -.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/tm-manzana
	What: tank/share/backup/tm-manzana
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2duuid-6DAE\x2d876E.device:
	Description: KINGSTON_SUV400S37120G EFI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 57b09f11c4354cca93d4b2b354d788ca
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-EFI.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit pushover-warning at nfs-utils.service:
	Description: pushover warning
	Instance: nfs-utils
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: nfs-utils.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service nfs-utils at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 2e6c58f6f2ba4ed1a26c6306d2d75388
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: dev-sdi1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-d411007e\x2dfbbd\x2d4689\x2da406\x2df7377dbaee91.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi1
	Found: found-udev
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:40 CET
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 724c26164fe545cd934a230339555dc9
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	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)
	After: -.mount (origin-path)
	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: systemd-udev-trigger.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	RequiresMountsFor: /run/udev/control (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus.service:
	Description: Monitoring system and time series database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:12:24 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:12:23 CET
	Active Enter Timestamp: Fri 2020-11-20 06:12:24 CET
	Active Exit Timestamp: Fri 2020-11-20 06:12:23 CET
	Inactive Enter Timestamp: Fri 2020-11-20 06:12:23 CET
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/prometheus.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dbb0d3598f354884bcfe233ea29838dd
	Documentation: https://prometheus.io/docs/introduction/overview/
	Fragment Path: /lib/systemd/system/prometheus.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	DropIn Path: /etc/systemd/system/prometheus.service.d/override.conf
	Condition Timestamp: Fri 2020-11-20 06:12:23 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:12:23 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at prometheus.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at prometheus.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 28924
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 20s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: no
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: /etc/default/prometheus
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 8192
	LimitNOFILESoft: 8192
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: prometheus
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/prometheus $ARGS
			PID: 28924
			Start Timestamp: Fri 2020-11-20 06:12:23 CET
	-> ExecStartPost:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus at nasty started' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
			PID: 28925
			Start Timestamp: Fri 2020-11-20 06:12:23 CET
			Exit Timestamp: Fri 2020-11-20 06:12:24 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b64ad87042ca4f10a59101a93d221410
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec67da56\x2d5f48\x2d4e92\x2db2cf\x2d9efe57acbd7b.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-8d271927\x2d3a25\x2d4648\x2d81ed\x2d24c4f37cb90d.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 90fca2bb88ca4101bfa77bf78e138d12
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sdf1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf1
	Found: found-udev
-> Unit pushover-warning at tvheadend.service:
	Description: pushover warning
	Instance: tvheadend
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: tvheadend.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service tvheadend at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount:
	Description: /var/lib/docker/aufs/mnt/68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 04:04:02 CET
	Inactive Exit Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Enter Timestamp: Sun 2020-11-15 04:04:02 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1159c38cb0d34916bc9f2961d9d73a3b
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /var/lib/docker/aufs/mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/docker/aufs/mnt/68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c
	What: none
	File System Type: aufs
	Options: rw,relatime,si=1c1a48e4b06657b2,dio,dirperm1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus-node-exporter-mellanox-hca-temp.timer:
	Description: Run Mellanox HCA temperature collection every minute
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-mellanox-hca-temp.timer
	ConditionDirectoryNotEmpty: /sys/class/infiniband untested
	ConditionFileIsExecutable: /usr/bin/mget_temp_ext untested
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: prometheus-node-exporter-mellanox-hca-temp.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: prometheus-node-exporter-mellanox-hca-temp.service (origin-implicit)
	References: prometheus-node-exporter-mellanox-hca-temp.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: dead
	Result: success
	Unit: prometheus-node-exporter-mellanox-hca-temp.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnUnitActiveSec: 1min
	OnBootSec: 0
-> Unit systemd-ask-password-wall.path:
	Description: Forward Password Requests to Wall Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	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: 742639bd74df4dccad078f7638b7bfa9
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	WantedBy: multi-user.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-ask-password-wall.service (origin-implicit)
	Before: shutdown.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: paths.target (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: paths.target (origin-file)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: emergency.service (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 httpd.service:
	Description: httpd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-10-09 12:25:03 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: netdata.service (destination-file)
	ReferencedBy: netdata.service (destination-file)
-> Unit dropbox.service:
	Description: LSB: Start and stop the dropbox daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/dropbox.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1add3ee38e854ebb831f4a223a665029
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/dropbox.service
	Source Path: /etc/init.d/dropbox
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: nss-lookup.target (origin-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: time-sync.target (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at dropbox.service (origin-file)
	References: nss-lookup.target (origin-file)
	References: basic.target (origin-default)
	References: time-sync.target (origin-file)
	References: graphical.target (origin-file)
	References: network-online.target (origin-file)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: multi-user.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at dropbox.service (origin-file)
	ReferencedBy: graphical.target (destination-file destination-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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/dropbox start
	-> ExecReload:
		Command Line: /etc/init.d/dropbox reload
	-> ExecStop:
		Command Line: /etc/init.d/dropbox stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rng-tools.service:
	Description: rng-tools.service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/rng-tools.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9b31a3c9a7924b24ae76e9160f714673
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/rng-tools.service
	Source Path: /etc/init.d/rng-tools
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	After: systemd-journald.socket (origin-file)
	After: remote-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at rng-tools.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at rng-tools.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: multi-user.target (origin-file)
	References: basic.target (origin-default)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: graphical.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/rng-tools start
	-> ExecStop:
		Command Line: /etc/init.d/rng-tools stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0b39946cc9b04da585e7dd896d6c7d79
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-f31e653c\x2dbded\x2d40e0\x2d9f5e\x2d09b3dd9983bd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart1.device
	Following Set Member: dev-sdd1.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd1
	Found: found-udev
-> Unit pushover-warning at getty.service:
	Description: pushover warning
	Instance: getty
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (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: 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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service getty at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit winbind.service:
	Description: winbind.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: smbd.service (destination-file)
	ReferencedBy: smbd.service (destination-file)
-> Unit lvm2-activation.service:
	Description: lvm2-activation.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:28:05 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ebeabc180b524cce93eac2fe44bd71ee
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d.device
	Following Set Member: dev-sdg.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg
	Found: found-udev
-> Unit cpufrequtils.service:
	Description: LSB: set CPUFreq kernel parameters
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:25 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:25 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/cpufrequtils.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0d97992e29f94975bb9bda9ab9bd4e98
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/cpufrequtils.service
	Source Path: /etc/init.d/cpufrequtils
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:24 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:24 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	After: loadcpufreq.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at cpufrequtils.service (origin-file)
	References: loadcpufreq.service (origin-file)
	References: graphical.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at cpufrequtils.service (origin-file)
	References: multi-user.target (origin-file)
	References: shutdown.target (origin-default)
	References: remote-fs.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/cpufrequtils start
	-> ExecReload:
		Command Line: /etc/init.d/cpufrequtils reload
	-> ExecStop:
		Command Line: /etc/init.d/cpufrequtils stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit tmp.mount:
	Description: /tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/tmp.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d7ecfca74e05434a95d24657fe0e7bb7
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/tmp.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: phpsessionclean.service (destination-path)
	RequiredBy: ntp.service (destination-path)
	RequiredBy: netdata.service (destination-path)
	RequiredBy: logrotate.service (destination-path)
	RequiredBy: systemd-timesyncd.service (destination-path)
	RequiredBy: colord.service (destination-file)
	RequiredBy: haveged.service (destination-path)
	RequiredBy: apache2.service (destination-path)
	RequiredBy: redis-server.service (destination-path)
	RequiredBy: systemd-logind.service (destination-path)
	WantedBy: basic.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: phpsessionclean.service (destination-path)
	Before: apache2.service (destination-path)
	Before: redis-server.service (destination-path)
	Before: colord.service (destination-file)
	Before: systemd-timesyncd.service (destination-path)
	Before: haveged.service (destination-path)
	Before: basic.target (destination-file destination-default)
	Before: logrotate.service (destination-path)
	Before: netdata.service (destination-path)
	Before: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	Before: ntp.service (destination-path)
	Before: systemd-logind.service (destination-path)
	After: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: swap.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: local-fs.target (origin-file)
	References: umount.target (origin-file)
	References: swap.target (origin-file)
	ReferencedBy: apache2.service (destination-path)
	ReferencedBy: redis-server.service (destination-path)
	ReferencedBy: phpsessionclean.service (destination-path)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: haveged.service (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: netdata.service (destination-path)
	ReferencedBy: ntp.service (destination-path)
	ReferencedBy: systemd-logind.service (destination-path)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-path)
	ReferencedBy: colord.service (destination-file)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /tmp
	What: tmpfs
	File System Type: tmpfs
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2duuid-63dafc34\x2dc79c\x2d4c46\x2db395\x2dcc3911380dce.device:
	Description: /dev/disk/by-uuid/63dafc34-c79c-4c46-b395-cc3911380dce
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:23:22 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:23:22 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:23:22 CEST
	Active Exit 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: d472df9a4664440580c5e5f4c9798c84
	Following: sys-devices-virtual-block-loop0.device
	Following Set Member: dev-loop0.device
	Following Set Member: sys-devices-virtual-block-loop0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop0
	Found: found-udev
-> Unit var-cache.mount:
	Description: /var/cache
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:00:37 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:00:37 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:00:37 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-cache.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d4b4bbc48ad64082b50877115904a534
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: apparmor.service (destination-path)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: apparmor.service (destination-path)
	RequiresMountsFor: /var (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/cache
	What: tank/var/cache
	File System Type: zfs
	Options: rw,nosuid,nodev,noexec,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at evohome-exporter.service:
	Description: pushover warning
	Instance: evohome-exporter
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Thu 2020-11-19 10:43:08 CET
	Inactive Exit Timestamp: Thu 2020-11-19 10:43:08 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Thu 2020-11-19 10:43:08 CET
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: afa2396353bd4a68b3702f518654a86a
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Thu 2020-11-19 10:43:08 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 10:43:08 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: evohome-exporter.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service evohome-exporter at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-backup-tm\x2domena.mount:
	Description: /share/backup/tm-omena
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-tm\x2domena.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: dc232e9f207e49f5a93f891a375b4783
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: session-c47.scope (destination-file)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: share.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: share-backup.mount (origin-path)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: share-backup.mount (origin-path)
	References: -.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	ReferencedBy: session-c47.scope (destination-file)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/tm-omena
	What: tank/share/backup/tm-omena
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-udevd.service:
	Alias: udev.service
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:40 CET
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids bpf-firewall
	Invocation ID: 65e9041dff8f41cba7725b67c2437154
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	WantedBy: systemd-udev-settle.service (destination-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	WantedBy: ifupdown-pre.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: plymouth.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-udevd-control.socket (origin-file)
	After: systemd-hwdb-update.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-udevd.service (origin-file)
	TriggeredBy: systemd-udevd-control.socket (origin-file)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at systemd-udevd.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	ReferencedBy: plymouth.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sysinit.target (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: 10087
	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: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -1000
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: yes
	SystemCallArchitectures: native
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
	Status Text: Processing with 72 children at max
	CPUAccounting: no
	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
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit dev-disk-by\x2dlabel-Gemini.Man.2019.UHD.BluRay.2160p.device:
	Description: /dev/disk/by-label/Gemini.Man.2019.UHD.BluRay.2160p
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-10-20 01:33:22 CEST
	Inactive Exit Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Enter Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Exit 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: 090be4c497444e57a7cfe2891399ef27
	Following: sys-devices-virtual-block-loop1.device
	Following Set Member: sys-devices-virtual-block-loop1.device
	Following Set Member: dev-loop1.device
	Following Set Member: dev-disk-by\x2duuid-5e113d7a5e113d79.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop1
	Found: found-udev
-> Unit share-backup-nopeasti.mount:
	Description: /share/backup/nopeasti
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2020-06-29 08:59:48 CEST
	Inactive Exit Timestamp: Mon 2020-06-29 08:59:48 CEST
	Active Enter Timestamp: Mon 2020-06-29 08:59:48 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-nopeasti.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b87b4f4e5a6f45de928948a412be2d22
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: share-backup.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	References: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: share-backup.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/nopeasti
	What: tank/share/backup/nopeasti
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit auth-rpcgss-module.service:
	Description: Kernel Module supporting RPCSEC_GSS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /lib/systemd/system/auth-rpcgss-module.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /etc/krb5.keytab untested
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: rpc-gssd.service (origin-file)
	Wants: rpc-svcgssd.service (origin-file)
	Wants: gssproxy.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: nfs-client.target (destination-file)
	Before: rpc-gssd.service (origin-file)
	Before: rpc-svcgssd.service (origin-file)
	Before: gssproxy.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at auth-rpcgss-module.service (origin-file)
	References: pushover-warning at auth-rpcgss-module.service (origin-file)
	References: rpc-gssd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: rpc-svcgssd.service (origin-file)
	References: system.slice (origin-file)
	References: gssproxy.service (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-client.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: 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
	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
	-> ExecStart:
		Command Line: /sbin/modprobe -q auth_rpcgss
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit 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: 7c76d09d2d0f4f8cb07cd3352e8a8d38
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Wants: sys-kernel-config.mount (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: systemd-pstore.service (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: systemd-boot-system-token.service (origin-file)
	Wants: sys-kernel-tracing.mount (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: blk-availability.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	Wants: lvm2-monitor.service (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: lvm2-lvmpolld.socket (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: apparmor.service (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: swap.target (origin-file)
	Wants: systemd-journald.service (origin-file)
	RequiredBy: pushover-warning at systemd-update-utmp.service (destination-default)
	RequiredBy: smbd.service (destination-default)
	RequiredBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	RequiredBy: pushover-warning at pcscd.service (destination-default)
	RequiredBy: pushover-warning at monitorix.service (destination-default)
	RequiredBy: pushover-warning at prometheus-alertmanager.service (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: pushover-warning at rpc-gssd.service (destination-default)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: apcupsd.service (destination-default)
	RequiredBy: pushover-warning at zfs-share.service (destination-default)
	RequiredBy: pushover-warning at evohome-exporter.service (destination-default)
	RequiredBy: colord.service (destination-default)
	RequiredBy: pushover-warning at systemd-journal-flush.service (destination-default)
	RequiredBy: grafana-server.service (destination-default)
	RequiredBy: cups.service (destination-default)
	RequiredBy: pushover-warning at systemd-remount-fs.service (destination-default)
	RequiredBy: pushover-warning at ntopng.service (destination-default)
	RequiredBy: pushover-warning at docker-nzbhydra2.service (destination-default)
	RequiredBy: avahi-daemon.socket (destination-default)
	RequiredBy: lm-sensors.service (destination-default)
	RequiredBy: pushover-warning at systemd-boot-system-token.service (destination-default)
	RequiredBy: docker-pihole.service (destination-default)
	RequiredBy: pushover-warning at lvm2-monitor.service (destination-default)
	RequiredBy: pushover-warning at postfix.service (destination-default)
	RequiredBy: pushover-warning at ntp.service (destination-default)
	RequiredBy: pushover-warning at keyboard-setup.service (destination-default)
	RequiredBy: pushover-warning at auth-rpcgss-module.service (destination-default)
	RequiredBy: pushover-warning at docker-radarr.service (destination-default)
	RequiredBy: pushover-warning at pf_ring.service (destination-default)
	RequiredBy: containerd.service (destination-default)
	RequiredBy: pushover-warning at zfs-volume-wait.service (destination-default)
	RequiredBy: pushover-warning at grafana-server.service (destination-default)
	RequiredBy: pushover-warning at user.service (destination-default)
	RequiredBy: pcscd.service (destination-default)
	RequiredBy: prometheus-node-exporter-apt.timer (destination-default)
	RequiredBy: pushover-warning at tinyproxy.service (destination-default)
	RequiredBy: pushover-warning at netatalk.service (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: prometheus.service (destination-default)
	RequiredBy: transmission-daemon.service (destination-default)
	RequiredBy: pushover-warning at lvm2-lvmpolld.service (destination-default)
	RequiredBy: pushover-warning at systemd-quotacheck.service (destination-default)
	RequiredBy: postgresql at 11-main.service (destination-default)
	RequiredBy: minidlna.service (destination-default)
	RequiredBy: docker.service (destination-default)
	RequiredBy: pushover-warning at docker.service (destination-default)
	RequiredBy: pushover-warning at unifi.service (destination-default)
	RequiredBy: pushover-warning at cups-browsed.service (destination-default)
	RequiredBy: pushover-warning at systemd-fsckd.service (destination-default)
	RequiredBy: dropbox.service (destination-default)
	RequiredBy: pushover-warning at kmod-static-nodes.service (destination-default)
	RequiredBy: pushover-warning at getty-static.service (destination-default)
	RequiredBy: atd.service (destination-default)
	RequiredBy: pushover-warning at irqbalance.service (destination-default)
	RequiredBy: pushover-warning at nmbd.service (destination-default)
	RequiredBy: pushover-warning at systemd-sysusers.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: ntopng.service (destination-default)
	RequiredBy: pushover-warning at lm-sensors.service (destination-default)
	RequiredBy: user at 128.service (destination-default)
	RequiredBy: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	RequiredBy: phpsessionclean.service (destination-default)
	RequiredBy: pushover-warning at plymouth.service (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	RequiredBy: pushover-warning at polkit.service (destination-default)
	RequiredBy: pushover-warning at systemd-ask-password-wall.service (destination-default)
	RequiredBy: pushover-warning at nfs-server.service (destination-default)
	RequiredBy: pushover-warning at systemd-rfkill.service (destination-default)
	RequiredBy: prometheus-node-exporter.service (destination-default)
	RequiredBy: pushover-warning at openipmi.service (destination-default)
	RequiredBy: pushover-warning at rng-tools.service (destination-default)
	RequiredBy: pushover-warning at binfmt-support.service (destination-default)
	RequiredBy: pushover-warning at systemd-fsck-root.service (destination-default)
	RequiredBy: pushover-warning at rsync.service (destination-default)
	RequiredBy: pushover-warning at haveged.service (destination-default)
	RequiredBy: prometheus-node-exporter-smartmon.service (destination-default)
	RequiredBy: pushover-warning at atd.service (destination-default)
	RequiredBy: pushover-warning at systemd-journald.service (destination-default)
	RequiredBy: pushover-warning at minissdpd.service (destination-default)
	RequiredBy: pushover-warning at dm-event.service (destination-default)
	RequiredBy: pushover-warning at user-runtime-dir.service (destination-default)
	RequiredBy: nmbd.service (destination-default)
	RequiredBy: pushover-warning at emergency.service (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: zfs-zed.service (destination-default)
	RequiredBy: pushover-warning at zfs-import-cache.service (destination-default)
	RequiredBy: pushover-warning at docker-sonarr.service (destination-default)
	RequiredBy: pushover-warning at systemd-fsck.service (destination-default)
	RequiredBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	RequiredBy: cluster.service (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: pushover-warning at transmission-daemon.service (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: polkit.service (destination-default)
	RequiredBy: hddtemp.service (destination-default)
	RequiredBy: sysstat.service (destination-default)
	RequiredBy: pushover-warning at rescue.service (destination-default)
	RequiredBy: pushover-warning at systemd-logind.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: pushover-warning at openvpn.service (destination-default)
	RequiredBy: pushover-warning at docker-nzbget.service (destination-default)
	RequiredBy: pushover-warning at apache2.service (destination-default)
	RequiredBy: pcscd.socket (destination-default)
	RequiredBy: netdata.service (destination-default)
	RequiredBy: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	RequiredBy: pushover-warning at rc-local.service (destination-default)
	RequiredBy: pushover-warning at apt-daily.service (destination-default)
	RequiredBy: pushover-warning at rpcbind.service (destination-default)
	RequiredBy: redis-server.service (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: postfix at -.service (destination-default)
	RequiredBy: pushover-warning at pushover-warning.service (destination-default)
	RequiredBy: pushover-warning at loadcpufreq.service (destination-default)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: pushover-warning at systemd-modules-load.service (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: pushover-warning at rpc-statd-notify.service (destination-default)
	RequiredBy: unifi.service (destination-default)
	RequiredBy: pushover-warning at redis-server.service (destination-default)
	RequiredBy: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	RequiredBy: pushover-warning at getty.service (destination-default)
	RequiredBy: pushover-warning at phpsessionclean.service (destination-default)
	RequiredBy: pushover-warning at systemd-udevd.service (destination-default)
	RequiredBy: gitea.service (destination-default)
	RequiredBy: pushover-warning at systemd-networkd.service (destination-default)
	RequiredBy: openvpn.service (destination-default)
	RequiredBy: pushover-warning at nfs-blkmap.service (destination-default)
	RequiredBy: pushover-warning at mariadb.service (destination-default)
	RequiredBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	RequiredBy: pushover-warning at ifupdown-pre.service (destination-default)
	RequiredBy: pushover-warning at systemd-binfmt.service (destination-default)
	RequiredBy: tftpd-hpa.service (destination-default)
	RequiredBy: minissdpd.service (destination-default)
	RequiredBy: pf_ring.service (destination-default)
	RequiredBy: pushover-warning at unattended-upgrades.service (destination-default)
	RequiredBy: pushover-warning at modprobe.service (destination-default)
	RequiredBy: pushover-warning at apt-daily-upgrade.service (destination-default)
	RequiredBy: pushover-warning at ipvsadm.service (destination-default)
	RequiredBy: pushover-warning at sysstat.service (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: pushover-warning at dbus.service (destination-default)
	RequiredBy: pushover-warning at nfs-mountd.service (destination-default)
	RequiredBy: user at 1000.service (destination-default)
	RequiredBy: docker-sonarr.service (destination-default)
	RequiredBy: pushover-warning at systemd-sysctl.service (destination-default)
	RequiredBy: plymouth.service (destination-default)
	RequiredBy: user at 129.service (destination-default)
	RequiredBy: pushover-warning at containerd.service (destination-default)
	RequiredBy: pushover-warning at smbd.service (destination-default)
	RequiredBy: pushover-warning at dropbox.service (destination-default)
	RequiredBy: pushover-warning at zfs-import-scan.service (destination-default)
	RequiredBy: user-runtime-dir at 128.service (destination-default)
	RequiredBy: pushover-warning at hddtemp.service (destination-default)
	RequiredBy: nfs-utils.service (destination-default)
	RequiredBy: pushover-warning at cluster.service (destination-default)
	RequiredBy: cron.service (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: phpsessionclean.timer (destination-default)
	RequiredBy: pushover-warning at systemd-udev-trigger.service (destination-default)
	RequiredBy: user-runtime-dir at 1000.service (destination-default)
	RequiredBy: pushover-warning at smartd.service (destination-default)
	RequiredBy: pushover-warning at zfs-mount.service (destination-default)
	RequiredBy: pushover-warning at docker-netatmo.service (destination-default)
	RequiredBy: rng-tools.service (destination-default)
	RequiredBy: pushover-warning at logrotate.service (destination-default)
	RequiredBy: ntp.service (destination-default)
	RequiredBy: rsync.service (destination-default)
	RequiredBy: pushover-warning at zfs-zed.service (destination-default)
	RequiredBy: ipvsadm.service (destination-default)
	RequiredBy: pushover-warning at console-setup.service (destination-default)
	RequiredBy: pushover-warning at systemd-user-sessions.service (destination-default)
	RequiredBy: postfix.service (destination-default)
	RequiredBy: smartd.service (destination-default)
	RequiredBy: pushover-warning at tftpd-hpa.service (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: pushover-warning at systemd-ask-password-console.service (destination-default)
	RequiredBy: pushover-warning at systemd-initctl.service (destination-default)
	RequiredBy: pushover-warning at man-db.service (destination-default)
	RequiredBy: monitorix.service (destination-default)
	RequiredBy: pushover-warning at logitechmediaserver.service (destination-default)
	RequiredBy: prometheus-node-exporter-apt.service (destination-default)
	RequiredBy: pushover-warning at networking.service (destination-default)
	RequiredBy: pushover-warning at systemd-random-seed.service (destination-default)
	RequiredBy: docker-netatmo.service (destination-default)
	RequiredBy: pushover-warning at netdata.service (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: pushover-warning at nfs-config.service (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: avahi-daemon.service (destination-default)
	RequiredBy: pushover-warning at minidlna.service (destination-default)
	RequiredBy: tinyproxy.service (destination-default)
	RequiredBy: pushover-warning at systemd-hwdb-update.service (destination-default)
	RequiredBy: pushover-warning at nfs-idmapd.service (destination-default)
	RequiredBy: pushover-warning at zfs-load-module.service (destination-default)
	RequiredBy: unattended-upgrades.service (destination-default)
	RequiredBy: pushover-warning at postgresql.service (destination-default)
	RequiredBy: pushover-warning at nfs-utils.service (destination-default)
	RequiredBy: pushover-warning at systemd-pstore.service (destination-default)
	RequiredBy: cups-browsed.service (destination-default)
	RequiredBy: netatalk.service (destination-default)
	RequiredBy: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	RequiredBy: pushover-warning at ssh.service (destination-default)
	RequiredBy: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: docker.socket (destination-default)
	RequiredBy: zfs-share.service (destination-default)
	RequiredBy: pushover-warning at cpufrequtils.service (destination-default)
	RequiredBy: pushover-warning at apcupsd.service (destination-default)
	RequiredBy: dbus.service (destination-default)
	RequiredBy: user-runtime-dir at 129.service (destination-default)
	RequiredBy: pushover-warning at prometheus-node-exporter.service (destination-default)
	RequiredBy: apache2.service (destination-default)
	RequiredBy: loadcpufreq.service (destination-default)
	RequiredBy: pushover-warning at systemd-udev-settle.service (destination-default)
	RequiredBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	RequiredBy: pushover-warning at systemd-machine-id-commit.service (destination-default)
	RequiredBy: tvheadend.service (destination-default)
	RequiredBy: logitechmediaserver.service (destination-default)
	RequiredBy: docker-nzbhydra2.service (destination-default)
	RequiredBy: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	RequiredBy: pushover-warning at cron.service (destination-default)
	RequiredBy: pushover-warning at apparmor.service (destination-default)
	RequiredBy: evohome-exporter.service (destination-default)
	RequiredBy: docker-radarr.service (destination-default)
	RequiredBy: prometheus-alertmanager.service (destination-default)
	RequiredBy: cpufrequtils.service (destination-default)
	RequiredBy: pushover-warning at prometheus.service (destination-default)
	RequiredBy: pushover-warning at gitea.service (destination-default)
	RequiredBy: pushover-warning at rpc-svcgssd.service (destination-default)
	RequiredBy: pushover-warning at avahi-daemon.service (destination-default)
	RequiredBy: pushover-warning at systemd-timesyncd.service (destination-default)
	RequiredBy: prometheus-node-exporter-smartmon.timer (destination-default)
	RequiredBy: pushover-warning at rpc-statd.service (destination-default)
	RequiredBy: pushover-warning at tvheadend.service (destination-default)
	RequiredBy: openipmi.service (destination-default)
	RequiredBy: pushover-warning at cups.service (destination-default)
	RequiredBy: mariadb.service (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: pushover-warning at colord.service (destination-default)
	RequiredBy: docker-nzbget.service (destination-default)
	RequiredBy: pushover-warning at docker-pihole.service (destination-default)
	RequiredBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	RequiredBy: pushover-warning at blk-availability.service (destination-default)
	RequiredBy: pushover-warning at rsyslog.service (destination-default)
	RequiredBy: postgresql.service (destination-default)
	Conflicts: emergency.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: tinyproxy.service (destination-default)
	Before: logrotate.timer (destination-default)
	Before: minissdpd.service (destination-default)
	Before: cups.service (destination-default)
	Before: pushover-warning at systemd-fsckd.service (destination-default)
	Before: pushover-warning at phpsessionclean.service (destination-default)
	Before: logitechmediaserver.service (destination-default)
	Before: pushover-warning at binfmt-support.service (destination-default)
	Before: prometheus-node-exporter-smartmon.service (destination-default)
	Before: pushover-warning at systemd-ask-password-console.service (destination-default)
	Before: pushover-warning at apache2.service (destination-default)
	Before: postfix.service (destination-default)
	Before: prometheus-node-exporter-apt.service (destination-default)
	Before: pushover-warning at postgresql.service (destination-default)
	Before: pushover-warning at redis-server.service (destination-default)
	Before: pushover-warning at ntopng.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: pushover-warning at lvm2-lvmpolld.service (destination-default)
	Before: grafana-server.service (destination-default)
	Before: pushover-warning at rc-local.service (destination-default)
	Before: dbus.service (destination-default)
	Before: user-runtime-dir at 128.service (destination-default)
	Before: unifi.service (destination-default)
	Before: smartd.service (destination-default)
	Before: pushover-warning at emergency.service (destination-default)
	Before: pushover-warning at systemd-remount-fs.service (destination-default)
	Before: pushover-warning at prometheus-alertmanager.service (destination-default)
	Before: pushover-warning at ssh.service (destination-default)
	Before: rng-tools.service (destination-default)
	Before: pushover-warning at nmbd.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: ssh.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: plymouth.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	Before: dropbox.service (destination-default)
	Before: pushover-warning at systemd-sysusers.service (destination-default)
	Before: pushover-warning at cron.service (destination-default)
	Before: pushover-warning at getty.service (destination-default)
	Before: ipvsadm.service (destination-default)
	Before: pushover-warning at systemd-quotacheck.service (destination-default)
	Before: docker-pihole.service (destination-default)
	Before: pushover-warning at systemd-boot-system-token.service (destination-default)
	Before: nmbd.service (destination-default)
	Before: pushover-warning at cpufrequtils.service (destination-default)
	Before: pushover-warning at nfs-utils.service (destination-default)
	Before: docker-sonarr.service (destination-default)
	Before: pushover-warning at evohome-exporter.service (destination-default)
	Before: pushover-warning at systemd-random-seed.service (destination-default)
	Before: pushover-warning at postfix.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	Before: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	Before: pushover-warning at systemd-networkd.service (destination-default)
	Before: pushover-warning at irqbalance.service (destination-default)
	Before: pushover-warning at ipvsadm.service (destination-default)
	Before: pushover-warning at docker-nzbget.service (destination-default)
	Before: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	Before: pushover-warning at systemd-hwdb-update.service (destination-default)
	Before: evohome-exporter.service (destination-default)
	Before: postgresql at 11-main.service (destination-default)
	Before: pushover-warning at cups-browsed.service (destination-default)
	Before: pushover-warning at nfs-mountd.service (destination-default)
	Before: pushover-warning at rpc-statd.service (destination-default)
	Before: pushover-warning at cups.service (destination-default)
	Before: nfs-utils.service (destination-default)
	Before: user at 129.service (destination-default)
	Before: pushover-warning at ntp.service (destination-default)
	Before: pushover-warning at lm-sensors.service (destination-default)
	Before: smbd.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	Before: transmission-daemon.service (destination-default)
	Before: pushover-warning at containerd.service (destination-default)
	Before: pushover-warning at sysstat.service (destination-default)
	Before: pushover-warning at unifi.service (destination-default)
	Before: pushover-warning at systemd-fsck-root.service (destination-default)
	Before: pushover-warning at dm-event.service (destination-default)
	Before: apcupsd.service (destination-default)
	Before: postgresql.service (destination-default)
	Before: pushover-warning at transmission-daemon.service (destination-default)
	Before: redis-server.service (destination-default)
	Before: pushover-warning at systemd-sysctl.service (destination-default)
	Before: pushover-warning at systemd-binfmt.service (destination-default)
	Before: rescue.service (destination-file)
	Before: pushover-warning at docker-sonarr.service (destination-default)
	Before: pushover-warning at pcscd.service (destination-default)
	Before: pushover-warning at zfs-import-scan.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter.service (destination-default)
	Before: pushover-warning at systemd-initctl.service (destination-default)
	Before: pushover-warning at modprobe.service (destination-default)
	Before: pushover-warning at docker-nzbhydra2.service (destination-default)
	Before: docker.service (destination-default)
	Before: pushover-warning at systemd-update-utmp.service (destination-default)
	Before: atd.service (destination-default)
	Before: pushover-warning at zfs-volume-wait.service (destination-default)
	Before: ntp.service (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: pushover-warning at systemd-ask-password-wall.service (destination-default)
	Before: docker-radarr.service (destination-default)
	Before: pushover-warning at hddtemp.service (destination-default)
	Before: pushover-warning at systemd-logind.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	Before: pushover-warning at openipmi.service (destination-default)
	Before: pushover-warning at atd.service (destination-default)
	Before: prometheus-node-exporter-smartmon.timer (destination-default)
	Before: pushover-warning at netatalk.service (destination-default)
	Before: pushover-warning at keyboard-setup.service (destination-default)
	Before: pushover-warning at grafana-server.service (destination-default)
	Before: pushover-warning at getty-static.service (destination-default)
	Before: pushover-warning at tinyproxy.service (destination-default)
	Before: pushover-warning at nfs-idmapd.service (destination-default)
	Before: pushover-warning at auth-rpcgss-module.service (destination-default)
	Before: pushover-warning at pf_ring.service (destination-default)
	Before: pushover-warning at cluster.service (destination-default)
	Before: pushover-warning at haveged.service (destination-default)
	Before: mariadb.service (destination-default)
	Before: hddtemp.service (destination-default)
	Before: monitorix.service (destination-default)
	Before: pushover-warning at systemd-modules-load.service (destination-default)
	Before: pushover-warning at zfs-load-module.service (destination-default)
	Before: sysstat.service (destination-default)
	Before: pushover-warning at systemd-fsck.service (destination-default)
	Before: ntopng.service (destination-default)
	Before: pushover-warning at zfs-import-cache.service (destination-default)
	Before: pushover-warning at systemd-journal-flush.service (destination-default)
	Before: user at 128.service (destination-default)
	Before: prometheus-node-exporter.service (destination-default)
	Before: pushover-warning at systemd-user-sessions.service (destination-default)
	Before: pushover-warning at man-db.service (destination-default)
	Before: pushover-warning at monitorix.service (destination-default)
	Before: man-db.service (destination-default)
	Before: pushover-warning at unattended-upgrades.service (destination-default)
	Before: prometheus.service (destination-default)
	Before: colord.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	Before: pushover-warning at tvheadend.service (destination-default)
	Before: cron.service (destination-default)
	Before: pushover-warning at nfs-blkmap.service (destination-default)
	Before: pushover-warning at plymouth.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	Before: pushover-warning at apcupsd.service (destination-default)
	Before: pushover-warning at apt-daily.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	Before: pushover-warning at mariadb.service (destination-default)
	Before: pushover-warning at minidlna.service (destination-default)
	Before: openvpn.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: phpsessionclean.timer (destination-default)
	Before: openipmi.service (destination-default)
	Before: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	Before: pushover-warning at minissdpd.service (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: rsyslog.service (destination-default)
	Before: pushover-warning at systemd-pstore.service (destination-default)
	Before: pushover-warning at loadcpufreq.service (destination-default)
	Before: pushover-warning at zfs-zed.service (destination-default)
	Before: pushover-warning at lvm2-monitor.service (destination-default)
	Before: phpsessionclean.service (destination-default)
	Before: zfs-zed.service (destination-default)
	Before: pushover-warning at kmod-static-nodes.service (destination-default)
	Before: prometheus-alertmanager.service (destination-default)
	Before: pushover-warning at nfs-config.service (destination-default)
	Before: unattended-upgrades.service (destination-default)
	Before: pushover-warning at rpc-statd-notify.service (destination-default)
	Before: pushover-warning at polkit.service (destination-default)
	Before: pushover-warning at smbd.service (destination-default)
	Before: pushover-warning at rng-tools.service (destination-default)
	Before: pushover-warning at dbus.service (destination-default)
	Before: pushover-warning at smartd.service (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: pushover-warning at rpcbind.service (destination-default)
	Before: pushover-warning at zfs-share.service (destination-default)
	Before: pushover-warning at rpc-svcgssd.service (destination-default)
	Before: pushover-warning at systemd-rfkill.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: docker-netatmo.service (destination-default)
	Before: pushover-warning at apt-daily-upgrade.service (destination-default)
	Before: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	Before: pushover-warning at apparmor.service (destination-default)
	Before: pushover-warning at systemd-udev-trigger.service (destination-default)
	Before: pushover-warning at rsync.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: containerd.service (destination-default)
	Before: pushover-warning at zfs-mount.service (destination-default)
	Before: pushover-warning at rpc-gssd.service (destination-default)
	Before: pushover-warning at colord.service (destination-default)
	Before: pf_ring.service (destination-default)
	Before: pushover-warning at systemd-udev-settle.service (destination-default)
	Before: pushover-warning at blk-availability.service (destination-default)
	Before: pushover-warning at gitea.service (destination-default)
	Before: pushover-warning at user.service (destination-default)
	Before: pushover-warning at tftpd-hpa.service (destination-default)
	Before: zfs-share.service (destination-default)
	Before: postfix at -.service (destination-default)
	Before: pushover-warning at systemd-timesyncd.service (destination-default)
	Before: docker-nzbget.service (destination-default)
	Before: pushover-warning at ifupdown-pre.service (destination-default)
	Before: cpufrequtils.service (destination-default)
	Before: gitea.service (destination-default)
	Before: minidlna.service (destination-default)
	Before: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	Before: pushover-warning at console-setup.service (destination-default)
	Before: man-db.timer (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: pushover-warning at netdata.service (destination-default)
	Before: pushover-warning at logitechmediaserver.service (destination-default)
	Before: pushover-warning at dropbox.service (destination-default)
	Before: lm-sensors.service (destination-default)
	Before: pushover-warning at openvpn.service (destination-default)
	Before: docker.socket (destination-default)
	Before: pushover-warning at pushover-warning.service (destination-default)
	Before: dbus.socket (destination-default)
	Before: apache2.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: pushover-warning at systemd-journald.service (destination-default)
	Before: pushover-warning at networking.service (destination-default)
	Before: cups-browsed.service (destination-default)
	Before: rsync.service (destination-default)
	Before: pushover-warning at logrotate.service (destination-default)
	Before: pcscd.service (destination-default)
	Before: user-runtime-dir at 129.service (destination-default)
	Before: prometheus-node-exporter-apt.timer (destination-default)
	Before: pushover-warning at systemd-udevd.service (destination-default)
	Before: cluster.service (destination-default)
	Before: loadcpufreq.service (destination-default)
	Before: pushover-warning at docker-netatmo.service (destination-default)
	Before: netatalk.service (destination-default)
	Before: pushover-warning at rescue.service (destination-default)
	Before: netdata.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: pushover-warning at docker-pihole.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: pushover-warning at prometheus.service (destination-default)
	Before: pushover-warning at systemd-machine-id-commit.service (destination-default)
	Before: avahi-daemon.socket (destination-default)
	Before: pcscd.socket (destination-default)
	Before: pushover-warning at avahi-daemon.service (destination-default)
	Before: pushover-warning at docker.service (destination-default)
	Before: pushover-warning at nfs-server.service (destination-default)
	Before: tftpd-hpa.service (destination-default)
	Before: pushover-warning at user-runtime-dir.service (destination-default)
	Before: pushover-warning at rsyslog.service (destination-default)
	Before: tvheadend.service (destination-default)
	Before: polkit.service (destination-default)
	Before: docker-nzbhydra2.service (destination-default)
	Before: pushover-warning at docker-radarr.service (destination-default)
	After: cryptsetup.target (origin-default)
	After: haveged.service (destination-file)
	After: systemd-udev-settle.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: emergency.service (origin-file)
	After: systemd-binfmt.service (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: modprobe at drm.service (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: sys-kernel-tracing.mount (destination-file)
	After: systemd-pstore.service (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	After: apparmor.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: emergency.target (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: dev-mqueue.mount (destination-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: sys-kernel-config.mount (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: systemd-journald.service (destination-file)
	After: systemd-udevd.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-timesyncd.service (destination-file)
	After: dev-hugepages.mount (destination-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: emergency.target (origin-file)
	References: systemd-pstore.service (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: apparmor.service (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-random-seed.service (origin-file)
	References: emergency.service (origin-file)
	References: lvm2-monitor.service (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: systemd-ask-password-console.path (origin-file)
	References: systemd-journald.service (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: keyboard-setup.service (origin-file)
	References: blk-availability.service (origin-file)
	References: sys-kernel-tracing.mount (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: systemd-boot-system-token.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: cryptsetup.target (origin-file origin-default)
	References: sys-kernel-config.mount (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: local-fs.target (origin-file)
	References: swap.target (origin-file origin-default)
	References: systemd-udevd.service (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	ReferencedBy: postfix.service (destination-default)
	ReferencedBy: docker-radarr.service (destination-default)
	ReferencedBy: pushover-warning at systemd-remount-fs.service (destination-default)
	ReferencedBy: pushover-warning at irqbalance.service (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: pcscd.socket (destination-default)
	ReferencedBy: pushover-warning at modprobe.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: pushover-warning at plymouth.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: pushover-warning at systemd-update-utmp.service (destination-default)
	ReferencedBy: postgresql.service (destination-default)
	ReferencedBy: pushover-warning at cron.service (destination-default)
	ReferencedBy: pushover-warning at zfs-load-module.service (destination-default)
	ReferencedBy: pushover-warning at minissdpd.service (destination-default)
	ReferencedBy: pushover-warning at nfs-config.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: user at 128.service (destination-default)
	ReferencedBy: pushover-warning at sysstat.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: pushover-warning at loadcpufreq.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: pushover-warning at openvpn.service (destination-default)
	ReferencedBy: pushover-warning at user.service (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: user at 129.service (destination-default)
	ReferencedBy: pushover-warning at nfs-server.service (destination-default)
	ReferencedBy: zfs-zed.service (destination-default)
	ReferencedBy: rng-tools.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: pushover-warning at getty-static.service (destination-default)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: pushover-warning at systemd-user-sessions.service (destination-default)
	ReferencedBy: pushover-warning at pf_ring.service (destination-default)
	ReferencedBy: pushover-warning at systemd-binfmt.service (destination-default)
	ReferencedBy: pushover-warning at polkit.service (destination-default)
	ReferencedBy: evohome-exporter.service (destination-default)
	ReferencedBy: pushover-warning at keyboard-setup.service (destination-default)
	ReferencedBy: pushover-warning at openipmi.service (destination-default)
	ReferencedBy: pushover-warning at kmod-static-nodes.service (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	ReferencedBy: pushover-warning at rpcbind.service (destination-default)
	ReferencedBy: mariadb.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ReferencedBy: pushover-warning at smbd.service (destination-default)
	ReferencedBy: minissdpd.service (destination-default)
	ReferencedBy: pushover-warning at redis-server.service (destination-default)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: pushover-warning at nfs-mountd.service (destination-default)
	ReferencedBy: nmbd.service (destination-default)
	ReferencedBy: pushover-warning at systemd-modules-load.service (destination-default)
	ReferencedBy: pushover-warning at ntopng.service (destination-default)
	ReferencedBy: pushover-warning at apparmor.service (destination-default)
	ReferencedBy: unifi.service (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: pushover-warning at monitorix.service (destination-default)
	ReferencedBy: hddtemp.service (destination-default)
	ReferencedBy: pushover-warning at emergency.service (destination-default)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: pushover-warning at unattended-upgrades.service (destination-default)
	ReferencedBy: plymouth.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: pushover-warning at phpsessionclean.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	ReferencedBy: pushover-warning at smartd.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-alertmanager.service (destination-default)
	ReferencedBy: docker-sonarr.service (destination-default)
	ReferencedBy: docker.socket (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: ntopng.service (destination-default)
	ReferencedBy: netdata.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udev-settle.service (destination-default)
	ReferencedBy: pushover-warning at evohome-exporter.service (destination-default)
	ReferencedBy: pushover-warning at ipvsadm.service (destination-default)
	ReferencedBy: pushover-warning at networking.service (destination-default)
	ReferencedBy: monitorix.service (destination-default)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: pushover-warning at nfs-utils.service (destination-default)
	ReferencedBy: pcscd.service (destination-default)
	ReferencedBy: pf_ring.service (destination-default)
	ReferencedBy: pushover-warning at haveged.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ReferencedBy: pushover-warning at systemd-boot-system-token.service (destination-default)
	ReferencedBy: pushover-warning at systemd-rfkill.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: pushover-warning at systemd-fsckd.service (destination-default)
	ReferencedBy: pushover-warning at docker-nzbget.service (destination-default)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: dropbox.service (destination-default)
	ReferencedBy: pushover-warning at minidlna.service (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: openipmi.service (destination-default)
	ReferencedBy: pushover-warning at postgresql.service (destination-default)
	ReferencedBy: pushover-warning at systemd-journal-flush.service (destination-default)
	ReferencedBy: cluster.service (destination-default)
	ReferencedBy: pushover-warning at lvm2-monitor.service (destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: prometheus-node-exporter-apt.timer (destination-default)
	ReferencedBy: sysstat.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: containerd.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: pushover-warning at systemd-networkd.service (destination-default)
	ReferencedBy: pushover-warning at rpc-svcgssd.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter.service (destination-default)
	ReferencedBy: pushover-warning at apt-daily-upgrade.service (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: pushover-warning at nfs-blkmap.service (destination-default)
	ReferencedBy: pushover-warning at dropbox.service (destination-default)
	ReferencedBy: pushover-warning at unifi.service (destination-default)
	ReferencedBy: pushover-warning at man-db.service (destination-default)
	ReferencedBy: pushover-warning at systemd-sysusers.service (destination-default)
	ReferencedBy: pushover-warning at systemd-hwdb-update.service (destination-default)
	ReferencedBy: pushover-warning at apache2.service (destination-default)
	ReferencedBy: pushover-warning at zfs-import-scan.service (destination-default)
	ReferencedBy: loadcpufreq.service (destination-default)
	ReferencedBy: pushover-warning at tftpd-hpa.service (destination-default)
	ReferencedBy: tinyproxy.service (destination-default)
	ReferencedBy: pushover-warning at rpc-gssd.service (destination-default)
	ReferencedBy: prometheus-alertmanager.service (destination-default)
	ReferencedBy: ipvsadm.service (destination-default)
	ReferencedBy: pushover-warning at hddtemp.service (destination-default)
	ReferencedBy: pushover-warning at nfs-idmapd.service (destination-default)
	ReferencedBy: pushover-warning at mariadb.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: smartd.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: pushover-warning at systemd-quotacheck.service (destination-default)
	ReferencedBy: pushover-warning at rsyslog.service (destination-default)
	ReferencedBy: pushover-warning at logitechmediaserver.service (destination-default)
	ReferencedBy: redis-server.service (destination-default)
	ReferencedBy: pushover-warning at lvm2-lvmpolld.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: pushover-warning at rc-local.service (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: docker-pihole.service (destination-default)
	ReferencedBy: pushover-warning at systemd-ask-password-console.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	ReferencedBy: docker.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udevd.service (destination-default)
	ReferencedBy: gitea.service (destination-default)
	ReferencedBy: pushover-warning at getty.service (destination-default)
	ReferencedBy: prometheus-node-exporter-smartmon.timer (destination-default)
	ReferencedBy: pushover-warning at ntp.service (destination-default)
	ReferencedBy: smbd.service (destination-default)
	ReferencedBy: docker-nzbhydra2.service (destination-default)
	ReferencedBy: cpufrequtils.service (destination-default)
	ReferencedBy: pushover-warning at systemd-logind.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: pushover-warning at rpc-statd-notify.service (destination-default)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: pushover-warning at transmission-daemon.service (destination-default)
	ReferencedBy: apcupsd.service (destination-default)
	ReferencedBy: pushover-warning at grafana-server.service (destination-default)
	ReferencedBy: zfs-share.service (destination-default)
	ReferencedBy: postfix at -.service (destination-default)
	ReferencedBy: prometheus-node-exporter.service (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: docker-nzbget.service (destination-default)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: pushover-warning at docker.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ReferencedBy: user-runtime-dir at 129.service (destination-default)
	ReferencedBy: pushover-warning at rpc-statd.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: pushover-warning at zfs-zed.service (destination-default)
	ReferencedBy: pushover-warning at prometheus.service (destination-default)
	ReferencedBy: pushover-warning at cpufrequtils.service (destination-default)
	ReferencedBy: pushover-warning at tinyproxy.service (destination-default)
	ReferencedBy: prometheus-node-exporter-apt.service (destination-default)
	ReferencedBy: pushover-warning at auth-rpcgss-module.service (destination-default)
	ReferencedBy: pushover-warning at zfs-mount.service (destination-default)
	ReferencedBy: pushover-warning at systemd-journald.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	ReferencedBy: user-runtime-dir at 128.service (destination-default)
	ReferencedBy: pushover-warning at docker-netatmo.service (destination-default)
	ReferencedBy: prometheus-node-exporter-smartmon.service (destination-default)
	ReferencedBy: docker-netatmo.service (destination-default)
	ReferencedBy: logitechmediaserver.service (destination-default)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	ReferencedBy: phpsessionclean.service (destination-default)
	ReferencedBy: pushover-warning at dm-event.service (destination-default)
	ReferencedBy: pushover-warning at cups.service (destination-default)
	ReferencedBy: pushover-warning at lm-sensors.service (destination-default)
	ReferencedBy: pushover-warning at systemd-ask-password-wall.service (destination-default)
	ReferencedBy: pushover-warning at pcscd.service (destination-default)
	ReferencedBy: pushover-warning at console-setup.service (destination-default)
	ReferencedBy: pushover-warning at systemd-machine-id-commit.service (destination-default)
	ReferencedBy: pushover-warning at docker-radarr.service (destination-default)
	ReferencedBy: pushover-warning at cluster.service (destination-default)
	ReferencedBy: postgresql at 11-main.service (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: pushover-warning at cups-browsed.service (destination-default)
	ReferencedBy: pushover-warning at avahi-daemon.service (destination-default)
	ReferencedBy: pushover-warning at atd.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: grafana-server.service (destination-default)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsck.service (destination-default)
	ReferencedBy: netatalk.service (destination-default)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: pushover-warning at gitea.service (destination-default)
	ReferencedBy: minidlna.service (destination-default)
	ReferencedBy: pushover-warning at rng-tools.service (destination-default)
	ReferencedBy: pushover-warning at systemd-initctl.service (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: pushover-warning at blk-availability.service (destination-default)
	ReferencedBy: tvheadend.service (destination-default)
	ReferencedBy: pushover-warning at nmbd.service (destination-default)
	ReferencedBy: pushover-warning at rescue.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: openvpn.service (destination-default)
	ReferencedBy: pushover-warning at docker-sonarr.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: transmission-daemon.service (destination-default)
	ReferencedBy: pushover-warning at zfs-import-cache.service (destination-default)
	ReferencedBy: pushover-warning at systemd-fsck-root.service (destination-default)
	ReferencedBy: pushover-warning at binfmt-support.service (destination-default)
	ReferencedBy: pushover-warning at systemd-pstore.service (destination-default)
	ReferencedBy: pushover-warning at ssh.service (destination-default)
	ReferencedBy: pushover-warning at user-runtime-dir.service (destination-default)
	ReferencedBy: pushover-warning at zfs-volume-wait.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: pushover-warning at netdata.service (destination-default)
	ReferencedBy: pushover-warning at rsync.service (destination-default)
	ReferencedBy: pushover-warning at systemd-timesyncd.service (destination-default)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: pushover-warning at systemd-random-seed.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: pushover-warning at postfix.service (destination-default)
	ReferencedBy: pushover-warning at dbus.service (destination-default)
	ReferencedBy: pushover-warning at tvheadend.service (destination-default)
	ReferencedBy: pushover-warning at logrotate.service (destination-default)
	ReferencedBy: pushover-warning at zfs-share.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: pushover-warning at apcupsd.service (destination-default)
	ReferencedBy: pushover-warning at apt-daily.service (destination-default)
	ReferencedBy: pushover-warning at pushover-warning.service (destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: pushover-warning at netatalk.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udev-trigger.service (destination-default)
	ReferencedBy: pushover-warning at docker-nzbhydra2.service (destination-default)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-sysctl.service (destination-default)
	ReferencedBy: tftpd-hpa.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: pushover-warning at containerd.service (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: pushover-warning at ifupdown-pre.service (destination-default)
	ReferencedBy: pushover-warning at docker-pihole.service (destination-default)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: prometheus.service (destination-default)
	ReferencedBy: pushover-warning at colord.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit cluster.service:
	Description: PF_RING ZC cluster services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:32 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:32 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:32 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/cluster.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a4741212c1a74ecb9f98627d19f29fc8
	Fragment Path: /etc/systemd/system/cluster.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:32 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:32 CEST
	Assert Result: yes
	Requires: pf_ring.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: ntopng.service (destination-file)
	ConsistsOf: ntopng.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: ntopng.service (destination-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: syslog.target (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: pf_ring.service (origin-file)
	OnFailure: pushover-warning at cluster.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at cluster.service (origin-file)
	References: sysinit.target (origin-default)
	References: syslog.target (origin-file)
	References: shutdown.target (origin-default)
	References: pf_ring.service (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	ReferencedBy: ntopng.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
	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
	-> ExecStartPre:
		Command Line: /bin/sh -c '/bin/echo "$(/bin/date) cluster StartPre" >> /var/log/ntop-systemd.log'
	-> ExecStart:
		Command Line: /usr/local/bin/clusterctl start-if-enabled
	-> ExecStartPost:
		Command Line: /bin/sh -c '/bin/echo "$(/bin/date) cluster StartPost" >> /var/log/ntop-systemd.log'
	-> ExecStop:
		Command Line: /usr/local/bin/clusterctl stop
	-> ExecStopPost:
		Command Line: /bin/sh -c '/bin/echo "$(/bin/date) cluster StopPost" >> /var/log/ntop-systemd.log'
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit atd.service:
	Description: Deferred execution scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/atd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0d07fff4c36c4081a2cc4bfabb05d3bb
	Documentation: man:atd(8)
	Fragment Path: /lib/systemd/system/atd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: remote-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	OnFailure: pushover-warning at atd.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: remote-fs.target (origin-file)
	References: pushover-warning at atd.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 25381
	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
	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
	-> ExecStartPre:
		Command Line: /usr/bin/find /var/spool/cron/atjobs -type f -name =* -not -newercc /run/systemd -delete
	-> ExecStart:
		Command Line: /usr/sbin/atd -f
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b7b0661533d84c85b92937b654a2bbe8
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Condition Timestamp: Tue 2020-06-16 21:46:27 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:27 CEST
	Assert Result: yes
	WantedBy: nfs-client.target (destination-file)
	WantedBy: rpcbind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: remote-fs.target (destination-file)
	Before: shutdown.target (origin-default)
	After: rpcbind.service (destination-file)
	After: nfs-server.service (destination-file)
	After: nfs-client.target (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit docker.socket:
	Description: Docker Socket for the API
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d6b12004143e404e8cdcf647d4596415
	Fragment Path: /lib/systemd/system/docker.socket
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	PartOf: docker.service (origin-file)
	RequiredBy: docker.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: docker.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: docker.service (origin-implicit)
	References: docker.service (origin-file origin-implicit)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: docker.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/docker.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: 128
	SocketMode: 0660
	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: docker.socket
	SELinuxContextFromNet: no
	SocketUser: root
	SocketGroup: docker
	ListenStream: /run/docker.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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit blockdev at dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.target:
	Description: Block Device Preparation for /dev/disk/by-partuuid/73a5fdd3-efd1-438a-bf09-91cfe42edc36
	Instance: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit systemd-rfkill.service:
	Description: Load/Save RF Kill Switch Status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:11:13 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-rfkill.service(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: system.slice (origin-file)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-rfkill.socket (destination-implicit)
	After: -.mount (origin-path)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	OnFailure: pushover-warning at systemd-rfkill.service (origin-file)
	TriggeredBy: systemd-rfkill.socket (destination-implicit)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: pushover-warning at systemd-rfkill.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-rfkill.socket (destination-implicit)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: 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
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/rfkill
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-rfkill
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-rfkill.device:
	Description: /dev/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:48 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:48 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:48 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 417d120796984ffab15f6506cc7d031c
	Following: sys-devices-virtual-misc-rfkill.device
	Following Set Member: sys-devices-virtual-misc-rfkill.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
-> Unit polkit.service:
	Description: Authorization Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 10:44:19 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/polkit.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3dba3238c69248e8b2183e4249e7beb2
	Documentation: man:polkit(8)
	Fragment Path: /lib/systemd/system/polkit.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:08 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:08 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	OnFailure: pushover-warning at polkit.service (origin-file)
	References: pushover-warning at polkit.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (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: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 593
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.PolicyKit1
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	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
	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
	-> ExecStart:
		Command Line: /usr/lib/policykit-1/polkitd --no-debug
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-d1623a56\x2dfc31\x2d49b7\x2d926d\x2db3145bfaa365.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: caea6dfa156e45659dff3f55ae8df16c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-sdj9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart9.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj9
	Found: found-udev
-> Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-07-22 21:22:17 CEST
	Inactive Exit Timestamp: Wed 2020-07-22 21:22:17 CEST
	Active Enter Timestamp: Wed 2020-07-22 21:22:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/sys-fs-fuse-connections.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: adf3c9aebb454cc89faa5cd0d5708f6b
	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 2020-07-22 21:22:17 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2020-07-22 21:22:17 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: sys-module-fuse.device (destination-udev)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-modules-load.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (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,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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/rc-local.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: decaa110cb7e46b98f66d14930801570
	Documentation: man:systemd-rc-local-generator(8)
	Fragment Path: /lib/systemd/system/rc-local.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
	ConditionFileIsExecutable: /etc/rc.local untested
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at rc-local.service (origin-file)
	References: network.target (origin-file)
	References: pushover-warning at rc-local.service (origin-file)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	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
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 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
	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
	-> ExecStart:
		Command Line: /etc/rc.local start
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit prometheus-node-exporter-ipmitool-sensor.timer:
	Description: Run ipmitool sensor metrics collection every minute
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:20:44 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: ad971bc279ef4e07acb8cfd50dab5fa2
	Fragment Path: /lib/systemd/system/prometheus-node-exporter-ipmitool-sensor.timer
	ConditionDirectoryNotEmpty: /sys/class/ipmi untested
	ConditionFileIsExecutable: /usr/bin/ipmitool untested
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: prometheus-node-exporter-ipmitool-sensor.service (origin-implicit)
	After: sysinit.target (origin-default)
	Triggers: prometheus-node-exporter-ipmitool-sensor.service (origin-implicit)
	References: prometheus-node-exporter-ipmitool-sensor.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: prometheus-node-exporter-ipmitool-sensor.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnUnitActiveSec: 1min
	OnBootSec: 0
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ccc0885854944ff5aedf59c11f9d547b
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart1.device
	Following Set Member: dev-sdc1.device
	Following Set Member: dev-disk-by\x2dpartuuid-024df378\x2d01b3\x2d488e\x2da575\x2debedd9ba9271.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc1
	Found: found-udev
-> Unit openipmi.service:
	Alias: ipmidrv.service
	Description: LSB: OpenIPMI Driver init script
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/openipmi.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9e48965539b24da79e25d7c4fa6bc214
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/openipmi.service
	Source Path: /etc/init.d/openipmi
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: remote-fs.target (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at openipmi.service (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at openipmi.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: remote-fs.target (origin-file)
	References: graphical.target (origin-file)
	References: shutdown.target (origin-default)
	References: multi-user.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/openipmi start
	-> ExecStop:
		Command Line: /etc/init.d/openipmi stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit run-docker-netns-5662fd9fcc2a.mount:
	Description: /run/docker/netns/5662fd9fcc2a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:20 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-docker-netns-5662fd9fcc2a.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: eae1b859328242a796b2fc9b38391f8c
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /run/docker/netns (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/docker/netns/5662fd9fcc2a
	What: nsfs
	File System Type: nsfs
	Options: rw
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: getty at tty1.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: aebedb7ef0c7488d8b1cb00e70df753e
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-online.target
	Condition Timestamp: Tue 2020-06-16 21:46:27 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:27 CEST
	Assert Result: yes
	Wants: networking.service (origin-file)
	WantedBy: grafana-server.service (destination-file)
	WantedBy: minissdpd.service (destination-file)
	WantedBy: hddtemp.service (destination-file)
	WantedBy: nmbd.service (destination-file)
	WantedBy: tftpd-hpa.service (destination-file)
	WantedBy: docker.service (destination-file)
	WantedBy: gitea.service (destination-file)
	WantedBy: minidlna.service (destination-file)
	WantedBy: ipvsadm.service (destination-file)
	WantedBy: dropbox.service (destination-file)
	WantedBy: unifi.service (destination-file)
	WantedBy: smbd.service (destination-file)
	WantedBy: postfix at -.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: nmbd.service (destination-file)
	Before: netdata.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: unifi.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: apcupsd.service (destination-file)
	Before: grafana-server.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: gitea.service (destination-file)
	Before: hddtemp.service (destination-file)
	Before: ipvsadm.service (destination-file)
	Before: minidlna.service (destination-file)
	Before: dropbox.service (destination-file)
	Before: smbd.service (destination-file)
	Before: postfix at -.service (destination-file)
	Before: minissdpd.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: docker.service (destination-file)
	After: networking.service (destination-file)
	After: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: networking.service (origin-file)
	References: network.target (origin-file)
	ReferencedBy: gitea.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: unifi.service (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: grafana-server.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: nmbd.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: smbd.service (destination-file)
	ReferencedBy: apcupsd.service (destination-file)
	ReferencedBy: postfix at -.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: docker.service (destination-file)
	ReferencedBy: minissdpd.service (destination-file)
	ReferencedBy: minidlna.service (destination-file)
	ReferencedBy: ipvsadm.service (destination-file)
	ReferencedBy: netdata.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit share-movies-TeslaCam.mount:
	Description: /share/movies/TeslaCam
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-movies-TeslaCam.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 680b42f2008940b18d8a3f1a30bbe9a8
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: share.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: share-movies.mount (origin-path)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: share-movies.mount (origin-path)
	RequiresMountsFor: /share/movies (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/movies/TeslaCam
	What: tank/share/movies/TeslaCam
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-024df378\x2d01b3\x2d488e\x2da575\x2debedd9ba9271.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ea2951f629e34764b64671399e703fed
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart1.device
	Following Set Member: dev-sdc1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc1
	Found: found-udev
-> Unit share-public.mount:
	Description: /share/public
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-public.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 43e25b520b744fe79ceba28d7277b729
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: system.slice (origin-file)
	References: share.mount (origin-path)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/public
	What: tank/share/public
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit binfmt-support.service:
	Description: Enable support for additional executable binary formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/binfmt-support.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9e8820e54e564283a87c8781eb3a2ad9
	Documentation: man:update-binfmts(8)
	Fragment Path: /lib/systemd/system/binfmt-support.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at binfmt-support.service (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at binfmt-support.service (origin-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: 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
	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
	-> ExecStart:
		Command Line: /usr/sbin/update-binfmts --enable
	-> ExecStop:
		Command Line: /usr/sbin/update-binfmts --disable
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at zfs-mount.service:
	Description: pushover warning
	Instance: zfs-mount
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: zfs-mount.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service zfs-mount at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at docker-sonarr.service:
	Description: pushover warning
	Instance: docker-sonarr
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: docker-sonarr.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service docker-sonarr at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-backup-insomnia.mount:
	Description: /share/backup/insomnia
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-insomnia.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5d339c61c024424d8e0faa0a8b6952fa
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: share-backup.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: share.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: share-backup.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/insomnia
	What: tank/share/backup/insomnia
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rpcbind.target:
	Description: RPC Port Mapper
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 423e5be2f7ea4160be166a8cc7644d36
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rpcbind.target
	Condition Timestamp: Tue 2020-06-16 21:46:14 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:14 CEST
	Assert Result: yes
	WantedBy: rpcbind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: rpcbind.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpcbind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit system-modprobe.slice:
	Description: system-modprobe.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2020-11-16 14:22:47 CET
	Inactive Exit Timestamp: Mon 2020-11-16 14:22:47 CET
	Active Enter Timestamp: Mon 2020-11-16 14:22:47 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 7ef144f209c34ed5b6dedab51934ea00
	Condition Timestamp: Mon 2020-11-16 14:22:47 CET
	Condition Result: yes
	Assert Timestamp: Mon 2020-11-16 14:22:47 CET
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: modprobe at drm.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: modprobe at drm.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: modprobe at drm.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> 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: Sun 2020-11-15 00:04:09 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c01a6e1b6db4409888b087f03a0665f2
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /lib/systemd/system/ssh.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
	Condition Timestamp: Sun 2020-11-15 00:04:08 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:08 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	After: auditd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at ssh.service (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at ssh.service (origin-file)
	References: system.slice (origin-file)
	References: auditd.service (origin-file)
	References: shutdown.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: 605
	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
	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
	-> 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: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at loadcpufreq.service:
	Description: pushover warning
	Instance: loadcpufreq
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: loadcpufreq.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service loadcpufreq at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit run-user-129.mount:
	Description: /run/user/129
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:02:30 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:02:30 CET
	Active Enter Timestamp: Fri 2020-11-20 06:02:30 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 4e43294f7b6846fca2e94872654c0073
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: swap.target (origin-mountinfo-default)
	After: -.mount (origin-implicit)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: swap.target (origin-mountinfo-default)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/user/129
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=6579184k,nr_inodes=1644796,mode=700,uid=129,gid=999
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at plymouth.service:
	Description: pushover warning
	Instance: plymouth
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: plymouth.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service plymouth at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c01c45f642e44fccb4c47ef283ecc703
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-f31e653c\x2dbded\x2d40e0\x2d9f5e\x2d09b3dd9983bd.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd-sdd1.device
	Following Set Member: dev-sdd1.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd/sdd1
	Found: found-udev
-> Unit pushover-warning at pushover-warning.service:
	Description: pushover warning
	Instance: pushover-warning
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: pushover-warning at plymouth.service (destination-file)
	ReferencedBy: pushover-warning at zfs-share.service (destination-file)
	ReferencedBy: pushover-warning at rpc-statd-notify.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udev-settle.service (destination-file)
	ReferencedBy: pushover-warning at ntp.service (destination-file)
	ReferencedBy: pushover-warning at irqbalance.service (destination-file)
	ReferencedBy: pushover-warning at polkit.service (destination-file)
	ReferencedBy: pushover-warning at systemd-rfkill.service (destination-file)
	ReferencedBy: pushover-warning at nfs-blkmap.service (destination-file)
	ReferencedBy: pushover-warning at docker-nzbget.service (destination-file)
	ReferencedBy: pushover-warning at systemd-initctl.service (destination-file)
	ReferencedBy: pushover-warning at kmod-static-nodes.service (destination-file)
	ReferencedBy: pushover-warning at cron.service (destination-file)
	ReferencedBy: pushover-warning at monitorix.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsckd.service (destination-file)
	ReferencedBy: pushover-warning at nfs-server.service (destination-file)
	ReferencedBy: pushover-warning at docker.service (destination-file)
	ReferencedBy: pushover-warning at tinyproxy.service (destination-file)
	ReferencedBy: pushover-warning at lvm2-lvmpolld.service (destination-file)
	ReferencedBy: pushover-warning at zfs-volume-wait.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	ReferencedBy: pushover-warning at cups.service (destination-file)
	ReferencedBy: pushover-warning at dm-event.service (destination-file)
	ReferencedBy: pushover-warning at transmission-daemon.service (destination-file)
	ReferencedBy: pushover-warning at systemd-update-utmp.service (destination-file)
	ReferencedBy: pushover-warning at systemd-ask-password-wall.service (destination-file)
	ReferencedBy: pushover-warning at systemd-random-seed.service (destination-file)
	ReferencedBy: pushover-warning at ifupdown-pre.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: pushover-warning at lvm2-monitor.service (destination-file)
	ReferencedBy: pushover-warning at nfs-mountd.service (destination-file)
	ReferencedBy: pushover-warning at openipmi.service (destination-file)
	ReferencedBy: pushover-warning at systemd-timesyncd.service (destination-file)
	ReferencedBy: pushover-warning at rpc-statd.service (destination-file)
	ReferencedBy: pushover-warning at logitechmediaserver.service (destination-file)
	ReferencedBy: pushover-warning at ssh.service (destination-file)
	ReferencedBy: pushover-warning at hddtemp.service (destination-file)
	ReferencedBy: pushover-warning at rpc-gssd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsck.service (destination-file)
	ReferencedBy: pushover-warning at tvheadend.service (destination-file)
	ReferencedBy: pushover-warning at avahi-daemon.service (destination-file)
	ReferencedBy: pushover-warning at emergency.service (destination-file)
	ReferencedBy: pushover-warning at getty.service (destination-file)
	ReferencedBy: pushover-warning at rng-tools.service (destination-file)
	ReferencedBy: pushover-warning at minidlna.service (destination-file)
	ReferencedBy: pushover-warning at phpsessionclean.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-alertmanager.service (destination-file)
	ReferencedBy: pushover-warning at cups-browsed.service (destination-file)
	ReferencedBy: pushover-warning at rc-local.service (destination-file)
	ReferencedBy: pushover-warning at nmbd.service (destination-file)
	ReferencedBy: pushover-warning at prometheus.service (destination-file)
	ReferencedBy: pushover-warning at auth-rpcgss-module.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: pushover-warning at rescue.service (destination-file)
	ReferencedBy: pushover-warning at logrotate.service (destination-file)
	ReferencedBy: pushover-warning at atd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-binfmt.service (destination-file)
	ReferencedBy: pushover-warning at smbd.service (destination-file)
	ReferencedBy: pushover-warning at grafana-server.service (destination-file)
	ReferencedBy: pushover-warning at console-setup.service (destination-file)
	ReferencedBy: pushover-warning at ipvsadm.service (destination-file)
	ReferencedBy: pushover-warning at man-db.service (destination-file)
	ReferencedBy: pushover-warning at nfs-config.service (destination-file)
	ReferencedBy: pushover-warning at docker-sonarr.service (destination-file)
	ReferencedBy: pushover-warning at getty-static.service (destination-file)
	ReferencedBy: pushover-warning at systemd-pstore.service (destination-file)
	ReferencedBy: pushover-warning at systemd-quotacheck.service (destination-file)
	ReferencedBy: pushover-warning at sysstat.service (destination-file)
	ReferencedBy: pushover-warning at dbus.service (destination-file)
	ReferencedBy: pushover-warning at loadcpufreq.service (destination-file)
	ReferencedBy: pushover-warning at systemd-sysusers.service (destination-file)
	ReferencedBy: pushover-warning at nfs-idmapd.service (destination-file)
	ReferencedBy: pushover-warning at apt-daily-upgrade.service (destination-file)
	ReferencedBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udevd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-sysctl.service (destination-file)
	ReferencedBy: pushover-warning at rsync.service (destination-file)
	ReferencedBy: pushover-warning at nfs-utils.service (destination-file)
	ReferencedBy: pushover-warning at netdata.service (destination-file)
	ReferencedBy: pushover-warning at gitea.service (destination-file)
	ReferencedBy: pushover-warning at docker-nzbhydra2.service (destination-file)
	ReferencedBy: pushover-warning at rpc-svcgssd.service (destination-file)
	ReferencedBy: pushover-warning at dropbox.service (destination-file)
	ReferencedBy: pushover-warning at systemd-boot-system-token.service (destination-file)
	ReferencedBy: pushover-warning at haveged.service (destination-file)
	ReferencedBy: pushover-warning at ntopng.service (destination-file)
	ReferencedBy: pushover-warning at networking.service (destination-file)
	ReferencedBy: pushover-warning at apcupsd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-remount-fs.service (destination-file)
	ReferencedBy: pushover-warning at modprobe.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: pushover-warning at tftpd-hpa.service (destination-file)
	ReferencedBy: pushover-warning at unattended-upgrades.service (destination-file)
	ReferencedBy: pushover-warning at apache2.service (destination-file)
	ReferencedBy: pushover-warning at zfs-mount.service (destination-file)
	ReferencedBy: pushover-warning at apparmor.service (destination-file)
	ReferencedBy: pushover-warning at zfs-import-scan.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter.service (destination-file)
	ReferencedBy: pushover-warning at containerd.service (destination-file)
	ReferencedBy: pushover-warning at postfix.service (destination-file)
	ReferencedBy: pushover-warning at mariadb.service (destination-file)
	ReferencedBy: pushover-warning at cluster.service (destination-file)
	ReferencedBy: pushover-warning at cpufrequtils.service (destination-file)
	ReferencedBy: pushover-warning at docker-radarr.service (destination-file)
	ReferencedBy: pushover-warning at smartd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-networkd.service (destination-file)
	ReferencedBy: pushover-warning at redis-server.service (destination-file)
	ReferencedBy: pushover-warning at systemd-journal-flush.service (destination-file)
	ReferencedBy: pushover-warning at systemd-user-sessions.service (destination-file)
	ReferencedBy: pushover-warning at systemd-hwdb-update.service (destination-file)
	ReferencedBy: pushover-warning at openvpn.service (destination-file)
	ReferencedBy: pushover-warning at systemd-ask-password-console.service (destination-file)
	ReferencedBy: pushover-warning at colord.service (destination-file)
	ReferencedBy: pushover-warning at minissdpd.service (destination-file)
	ReferencedBy: pushover-warning at pcscd.service (destination-file)
	ReferencedBy: pushover-warning at zfs-zed.service (destination-file)
	ReferencedBy: pushover-warning at evohome-exporter.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-apt.service (destination-file)
	ReferencedBy: pushover-warning at binfmt-support.service (destination-file)
	ReferencedBy: pushover-warning at keyboard-setup.service (destination-file)
	ReferencedBy: pushover-warning at blk-availability.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsck-root.service (destination-file)
	ReferencedBy: pushover-warning at user.service (destination-file)
	ReferencedBy: pushover-warning at rpcbind.service (destination-file)
	ReferencedBy: pushover-warning at docker-pihole.service (destination-file)
	ReferencedBy: pushover-warning at user-runtime-dir.service (destination-file)
	ReferencedBy: pushover-warning at pf_ring.service (destination-file)
	ReferencedBy: pushover-warning at netatalk.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	ReferencedBy: pushover-warning at systemd-journald.service (destination-file)
	ReferencedBy: pushover-warning at zfs-load-module.service (destination-file)
	ReferencedBy: pushover-warning at unifi.service (destination-file)
	ReferencedBy: pushover-warning at zfs-import-cache.service (destination-file)
	ReferencedBy: pushover-warning at systemd-machine-id-commit.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udev-trigger.service (destination-file)
	ReferencedBy: pushover-warning at lm-sensors.service (destination-file)
	ReferencedBy: pushover-warning at postgresql.service (destination-file)
	ReferencedBy: pushover-warning at systemd-modules-load.service (destination-file)
	ReferencedBy: pushover-warning at docker-netatmo.service (destination-file)
	ReferencedBy: pushover-warning at rsyslog.service (destination-file)
	ReferencedBy: pushover-warning at apt-daily.service (destination-file)
	ReferencedBy: pushover-warning at systemd-logind.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service pushover-warning at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit proc-fs-nfsd.mount:
	Description: NFSD configuration filesystem
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/proc-fs-nfsd.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: ee188b1e2c5243fd8dd94abbcb15e895
	Fragment Path: /lib/systemd/system/proc-fs-nfsd.mount
	Source Path: /proc/self/mountinfo
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: nfs-server.service (destination-file)
	RequiredBy: nfs-mountd.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	RequiresMountsFor: /proc/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /proc/fs/nfsd
	What: nfsd
	File System Type: nfsd
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/-.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Requires: system.slice (origin-file)
	Before: share-backup.mount (destination-path)
	Before: apache2.service (destination-path)
	Before: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-path)
	Before: redis-server.service (destination-path)
	Before: dbus.socket (destination-path)
	Before: colord.service (destination-file)
	Before: share-mp3.mount (destination-path)
	Before: run-user-1000.mount (destination-path)
	Before: session-2.scope (destination-file)
	Before: tmp.mount (destination-path)
	Before: openvpn.service (destination-path)
	Before: systemd-rfkill.socket (destination-path)
	Before: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-path)
	Before: systemd-initctl.socket (destination-path)
	Before: sys-kernel-debug.mount (destination-path)
	Before: share-movies-TeslaCam.mount (destination-path)
	Before: share-backup-omena.mount (destination-path)
	Before: man-db.timer (destination-path)
	Before: share-pics.mount (destination-path)
	Before: sys-kernel-config.mount (destination-path)
	Before: home-git.mount (destination-path)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-path)
	Before: systemd-journald.service (destination-path)
	Before: netdata.service (destination-path)
	Before: share-movies-recordings.mount (destination-path)
	Before: share-rpi.mount (destination-path)
	Before: share-backup-majoron.mount (destination-path)
	Before: share-backup-twappel.mount (destination-path)
	Before: systemd-timesyncd.service (destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-path)
	Before: home.mount (destination-path)
	Before: systemd-update-utmp.service (destination-path)
	Before: systemd-journald-dev-log.socket (destination-path)
	Before: share-public.mount (destination-path)
	Before: evohome-exporter.service (destination-path)
	Before: avahi-daemon.socket (destination-path)
	Before: home-hts.mount (destination-path)
	Before: grafana-server.service (destination-path)
	Before: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-path)
	Before: root.mount (destination-path)
	Before: sys-kernel-tracing.mount (destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-path)
	Before: systemd-rfkill.service (destination-path)
	Before: rpcbind.socket (destination-path)
	Before: basic.target (destination-path)
	Before: run-docker-netns-5662fd9fcc2a.mount (destination-path)
	Before: session-592493.scope (destination-file)
	Before: run-docker-netns-b436231155fa.mount (destination-path)
	Before: share-backup-postgresql.mount (destination-path)
	Before: systemd-udevd-control.socket (destination-path)
	Before: run-docker-netns-948b9dc2b24c.mount (destination-path)
	Before: ntp.service (destination-path)
	Before: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-path)
	Before: var-spool.mount (destination-path)
	Before: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-path)
	Before: share-download-transmission.mount (destination-path)
	Before: postgresql at 11-main.service (destination-path)
	Before: var-log.mount (destination-path)
	Before: rpcbind.service (destination-path)
	Before: boot-efi.mount (destination-path)
	Before: phpsessionclean.service (destination-path)
	Before: sys-fs-fuse-connections.mount (destination-path)
	Before: apt-daily.timer (destination-path)
	Before: proc-sys-fs-binfmt_misc.mount (destination-path)
	Before: var-cache.mount (destination-path)
	Before: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-path)
	Before: systemd-random-seed.service (destination-path)
	Before: systemd-journal-flush.service (destination-path)
	Before: var-www-nextcloud-data-richard-files-mp3.mount (destination-path)
	Before: systemd-fsckd.socket (destination-path)
	Before: share-movies.mount (destination-path)
	Before: share-games.mount (destination-path)
	Before: apt-daily-upgrade.timer (destination-path)
	Before: docker.socket (destination-path)
	Before: share-backup-tm\x2dmanzana.mount (destination-path)
	Before: systemd-journald.socket (destination-path)
	Before: logrotate.timer (destination-path)
	Before: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-path)
	Before: mnt-usb.mount (destination-path)
	Before: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-path)
	Before: share-backup-tm\x2dtwappel.mount (destination-path)
	Before: run-rpc_pipefs.mount (destination-path)
	Before: dev-hugepages.mount (destination-path)
	Before: run-docker-netns-b94d43af4fda.mount (destination-path)
	Before: dev-sda1.swap (destination-path)
	Before: syslog.socket (destination-path)
	Before: run-docker-netns-e0f6573222d2.mount (destination-path)
	Before: share-backup-tm\x2domena.mount (destination-path)
	Before: run-docker-netns-0f9a9feaf87a.mount (destination-path)
	Before: apparmor.service (destination-path)
	Before: logrotate.service (destination-path)
	Before: haveged.service (destination-path)
	Before: share-backup-2linxx.mount (destination-path)
	Before: ssh.service (destination-path)
	Before: console-setup.service (destination-path)
	Before: systemd-networkd.service (destination-path)
	Before: dev-mqueue.mount (destination-path)
	Before: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-path)
	Before: share-backup-nopeasti.mount (destination-path)
	Before: phpsessionclean.timer (destination-path)
	Before: dm-event.socket (destination-path)
	Before: run-user-129.mount (destination-implicit)
	Before: share.mount (destination-path)
	Before: systemd-ask-password-console.path (destination-path)
	Before: sys-kernel-debug-tracing.mount (destination-path)
	Before: share-backup-insomnia.mount (destination-path)
	Before: share-backup-framboos.mount (destination-path)
	Before: systemd-pstore.service (destination-path)
	Before: lvm2-lvmpolld.socket (destination-path)
	Before: run-user-128.mount (destination-implicit)
	Before: home-nzbdrone.mount (destination-path)
	Before: systemd-logind.service (destination-path)
	Before: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-path)
	Before: var-prometheus.mount (destination-path)
	Before: proc-fs-nfsd.mount (destination-path)
	Before: share-backup-dropbox.mount (destination-path)
	Before: session-c34.scope (destination-file)
	Before: var-tmp.mount (destination-path)
	Before: share-backup-mount.mount (destination-path)
	Before: share-books.mount (destination-path)
	Before: share-download.mount (destination-path)
	Before: session-c47.scope (destination-file)
	Before: systemd-ask-password-wall.path (destination-path)
	Before: pcscd.socket (destination-path)
	Before: session-c49.scope (destination-file)
	Before: unattended-upgrades.service (destination-path)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: var-spool.mount (destination-path)
	ReferencedBy: share-movies-TeslaCam.mount (destination-path)
	ReferencedBy: dm-event.socket (destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-path)
	ReferencedBy: apt-daily.timer (destination-path)
	ReferencedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-path)
	ReferencedBy: systemd-journald.service (destination-path)
	ReferencedBy: dev-hugepages.mount (destination-path)
	ReferencedBy: share-games.mount (destination-path)
	ReferencedBy: share-backup-framboos.mount (destination-path)
	ReferencedBy: share-backup-twappel.mount (destination-path)
	ReferencedBy: systemd-logind.service (destination-path)
	ReferencedBy: run-user-128.mount (destination-implicit)
	ReferencedBy: haveged.service (destination-path)
	ReferencedBy: share-rpi.mount (destination-path)
	ReferencedBy: pcscd.socket (destination-path)
	ReferencedBy: session-c49.scope (destination-file)
	ReferencedBy: share-backup-nopeasti.mount (destination-path)
	ReferencedBy: share-backup.mount (destination-path)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-path)
	ReferencedBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-path)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
	ReferencedBy: share-backup-omena.mount (destination-path)
	ReferencedBy: rpcbind.socket (destination-path)
	ReferencedBy: postgresql at 11-main.service (destination-path)
	ReferencedBy: run-docker-netns-e0f6573222d2.mount (destination-path)
	ReferencedBy: run-user-129.mount (destination-implicit)
	ReferencedBy: run-docker-netns-b94d43af4fda.mount (destination-path)
	ReferencedBy: share-backup-dropbox.mount (destination-path)
	ReferencedBy: run-docker-netns-b436231155fa.mount (destination-path)
	ReferencedBy: share-backup-majoron.mount (destination-path)
	ReferencedBy: share-download-transmission.mount (destination-path)
	ReferencedBy: home.mount (destination-path)
	ReferencedBy: run-user-1000.mount (destination-path)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: share-movies-recordings.mount (destination-path)
	ReferencedBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-path)
	ReferencedBy: basic.target (destination-path)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: session-592493.scope (destination-file)
	ReferencedBy: logrotate.timer (destination-path)
	ReferencedBy: share-public.mount (destination-path)
	ReferencedBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-path)
	ReferencedBy: root.mount (destination-path)
	ReferencedBy: home-hts.mount (destination-path)
	ReferencedBy: var-tmp.mount (destination-path)
	ReferencedBy: sys-kernel-debug-tracing.mount (destination-path)
	ReferencedBy: run-rpc_pipefs.mount (destination-path)
	ReferencedBy: ssh.service (destination-path)
	ReferencedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-path)
	ReferencedBy: sys-kernel-tracing.mount (destination-path)
	ReferencedBy: evohome-exporter.service (destination-path)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-path)
	ReferencedBy: proc-fs-nfsd.mount (destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-path)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-path)
	ReferencedBy: dev-mqueue.mount (destination-path)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-path)
	ReferencedBy: systemd-journald.socket (destination-path)
	ReferencedBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-path)
	ReferencedBy: avahi-daemon.socket (destination-path)
	ReferencedBy: man-db.timer (destination-path)
	ReferencedBy: redis-server.service (destination-path)
	ReferencedBy: systemd-ask-password-console.path (destination-path)
	ReferencedBy: mnt-usb.mount (destination-path)
	ReferencedBy: session-c47.scope (destination-file)
	ReferencedBy: tmp.mount (destination-path)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	ReferencedBy: apparmor.service (destination-path)
	ReferencedBy: systemd-rfkill.service (destination-path)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
	ReferencedBy: share-pics.mount (destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-path)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-path)
	ReferencedBy: run-docker-netns-0f9a9feaf87a.mount (destination-path)
	ReferencedBy: netdata.service (destination-path)
	ReferencedBy: lvm2-lvmpolld.socket (destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-path)
	ReferencedBy: home-nzbdrone.mount (destination-path)
	ReferencedBy: systemd-udevd-control.socket (destination-path)
	ReferencedBy: share-books.mount (destination-path)
	ReferencedBy: share-movies.mount (destination-path)
	ReferencedBy: apache2.service (destination-path)
	ReferencedBy: ntp.service (destination-path)
	ReferencedBy: openvpn.service (destination-path)
	ReferencedBy: var-cache.mount (destination-path)
	ReferencedBy: docker.socket (destination-path)
	ReferencedBy: systemd-pstore.service (destination-path)
	ReferencedBy: run-docker-netns-5662fd9fcc2a.mount (destination-path)
	ReferencedBy: share-backup-mount.mount (destination-path)
	ReferencedBy: syslog.socket (destination-path)
	ReferencedBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-path)
	ReferencedBy: systemd-rfkill.socket (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	ReferencedBy: session-c34.scope (destination-file)
	ReferencedBy: boot-efi.mount (destination-path)
	ReferencedBy: phpsessionclean.service (destination-path)
	ReferencedBy: systemd-networkd.service (destination-path)
	ReferencedBy: var-prometheus.mount (destination-path)
	ReferencedBy: share-download.mount (destination-path)
	ReferencedBy: rpcbind.service (destination-path)
	ReferencedBy: share-mp3.mount (destination-path)
	ReferencedBy: grafana-server.service (destination-path)
	ReferencedBy: share-backup-insomnia.mount (destination-path)
	ReferencedBy: share-backup-postgresql.mount (destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-path)
	ReferencedBy: dev-sda1.swap (destination-path)
	ReferencedBy: systemd-fsckd.socket (destination-path)
	ReferencedBy: dbus.socket (destination-path)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-path)
	ReferencedBy: systemd-random-seed.service (destination-path)
	ReferencedBy: systemd-initctl.socket (destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-path)
	ReferencedBy: var-log.mount (destination-path)
	ReferencedBy: unattended-upgrades.service (destination-path)
	ReferencedBy: phpsessionclean.timer (destination-path)
	ReferencedBy: run-docker-netns-948b9dc2b24c.mount (destination-path)
	ReferencedBy: console-setup.service (destination-path)
	ReferencedBy: home-git.mount (destination-path)
	ReferencedBy: share-backup-2linxx.mount (destination-path)
	ReferencedBy: share.mount (destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-path)
	ReferencedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-path)
	ReferencedBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-path)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /
	What: tank/ROOT/debian
	File System Type: zfs
	Options: rw,relatime,xattr,noacl
	From /proc/self/mountinfo: yes
	From fragment: no
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-br\x2db12e0cce45e0.device:
	Description: /sys/devices/virtual/net/br-b12e0cce45e0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:09 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Exit 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: 81eeb015fdf948a7939926f6f89a1cff
	Following Set Member: sys-subsystem-net-devices-br\x2db12e0cce45e0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/br-b12e0cce45e0
	Found: found-udev
-> Unit tinyproxy.service:
	Description: Tinyproxy lightweight HTTP Proxy
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-09-29 15:10:37 CEST
	Inactive Exit Timestamp: Tue 2020-09-29 15:10:37 CEST
	Active Enter Timestamp: Tue 2020-09-29 15:10:37 CEST
	Active Exit Timestamp: Tue 2020-09-29 15:10:37 CEST
	Inactive Enter Timestamp: Tue 2020-09-29 15:10:37 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/tinyproxy.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: cf2de273c80b4e9282eab1ac2aa09808
	Documentation: man:tinyproxy(8)
	Documentation: man:tinyproxy.conf(5)
	Fragment Path: /lib/systemd/system/tinyproxy.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-09-29 15:10:37 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-09-29 15:10:37 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at tinyproxy.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at tinyproxy.service (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 5133
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/tinyproxy/tinyproxy.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/tinyproxy
	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
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/tinyproxy $FLAGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at mariadb.service:
	Description: pushover warning
	Instance: mariadb
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: mariadb.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service mariadb at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit exim4.service:
	Description: exim4.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	ConflictedBy: postfix.service (destination-file)
	ReferencedBy: postfix.service (destination-file)
-> Unit share-books.mount:
	Description: /share/books
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-books.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4015ca28d41644398012ba3dc91cec9c
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: share.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: share.mount (origin-path)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/books
	What: tank/share/books
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1099899f2c6542809e93230495854807
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart1.device
	Following Set Member: dev-sdc1.device
	Following Set Member: dev-disk-by\x2dpartuuid-024df378\x2d01b3\x2d488e\x2da575\x2debedd9ba9271.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc1
	Found: found-udev
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	ConflictedBy: run-docker-netns-5662fd9fcc2a.mount (destination-mountinfo-default)
	ConflictedBy: share-movies.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-tm\x2domena.mount (destination-mountinfo-default)
	ConflictedBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-mountinfo-default)
	ConflictedBy: share-download.mount (destination-mountinfo-default)
	ConflictedBy: run-docker-netns-b94d43af4fda.mount (destination-mountinfo-default)
	ConflictedBy: home.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-nopeasti.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-postgresql.mount (destination-mountinfo-default)
	ConflictedBy: rpc-gssd.service (destination-file)
	ConflictedBy: boot-efi.mount (destination-file)
	ConflictedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-default)
	ConflictedBy: var-tmp.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-twappel.mount (destination-mountinfo-default)
	ConflictedBy: run-user-129.mount (destination-mountinfo-default)
	ConflictedBy: run-rpc_pipefs.mount (destination-file)
	ConflictedBy: run-user-1000.mount (destination-mountinfo-default)
	ConflictedBy: share-movies-TeslaCam.mount (destination-mountinfo-default)
	ConflictedBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-mountinfo-default)
	ConflictedBy: share-public.mount (destination-mountinfo-default)
	ConflictedBy: var-prometheus.mount (destination-mountinfo-default)
	ConflictedBy: share-rpi.mount (destination-mountinfo-default)
	ConflictedBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-mountinfo-default)
	ConflictedBy: home-git.mount (destination-mountinfo-default)
	ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-default)
	ConflictedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-dropbox.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-omena.mount (destination-mountinfo-default)
	ConflictedBy: rpc-statd.service (destination-file)
	ConflictedBy: share-mp3.mount (destination-mountinfo-default)
	ConflictedBy: dev-sda1.swap (destination-default)
	ConflictedBy: share-backup-tm\x2dmanzana.mount (destination-mountinfo-default)
	ConflictedBy: run-docker-netns-948b9dc2b24c.mount (destination-mountinfo-default)
	ConflictedBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-mountinfo-default)
	ConflictedBy: share-books.mount (destination-mountinfo-default)
	ConflictedBy: home-nzbdrone.mount (destination-mountinfo-default)
	ConflictedBy: share-movies-recordings.mount (destination-mountinfo-default)
	ConflictedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	ConflictedBy: share-backup-2linxx.mount (destination-mountinfo-default)
	ConflictedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-default)
	ConflictedBy: share-download-transmission.mount (destination-mountinfo-default)
	ConflictedBy: run-user-128.mount (destination-mountinfo-default)
	ConflictedBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-mountinfo-default)
	ConflictedBy: share-games.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-framboos.mount (destination-mountinfo-default)
	ConflictedBy: share-backup.mount (destination-mountinfo-default)
	ConflictedBy: var-log.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-tm\x2dtwappel.mount (destination-mountinfo-default)
	ConflictedBy: var-cache.mount (destination-mountinfo-default)
	ConflictedBy: root.mount (destination-mountinfo-default)
	ConflictedBy: share-pics.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-mount.mount (destination-mountinfo-default)
	ConflictedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-default)
	ConflictedBy: run-docker-netns-0f9a9feaf87a.mount (destination-mountinfo-default)
	ConflictedBy: run-docker-netns-b436231155fa.mount (destination-mountinfo-default)
	ConflictedBy: nfs-blkmap.service (destination-file)
	ConflictedBy: var-spool.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-majoron.mount (destination-mountinfo-default)
	ConflictedBy: home-hts.mount (destination-mountinfo-default)
	ConflictedBy: tmp.mount (destination-file)
	ConflictedBy: share.mount (destination-mountinfo-default)
	ConflictedBy: run-docker-netns-e0f6573222d2.mount (destination-mountinfo-default)
	ConflictedBy: mnt-usb.mount (destination-mountinfo-default)
	ConflictedBy: share-backup-insomnia.mount (destination-mountinfo-default)
	ConflictedBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-mountinfo-default)
	After: share-backup-insomnia.mount (destination-mountinfo-default)
	After: share-movies-TeslaCam.mount (destination-mountinfo-default)
	After: share-backup-dropbox.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-mountinfo-default)
	After: share-pics.mount (destination-mountinfo-default)
	After: var-cache.mount (destination-mountinfo-default)
	After: run-docker-netns-b94d43af4fda.mount (destination-mountinfo-default)
	After: share-backup-omena.mount (destination-mountinfo-default)
	After: home-git.mount (destination-mountinfo-default)
	After: share-backup-majoron.mount (destination-mountinfo-default)
	After: run-user-129.mount (destination-mountinfo-default)
	After: share-movies-recordings.mount (destination-mountinfo-default)
	After: home-nzbdrone.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-mountinfo-default)
	After: home-hts.mount (destination-mountinfo-default)
	After: share-backup-tm\x2dtwappel.mount (destination-mountinfo-default)
	After: dev-sda1.swap (destination-default)
	After: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-default)
	After: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-mountinfo-default)
	After: share-public.mount (destination-mountinfo-default)
	After: share-download-transmission.mount (destination-mountinfo-default)
	After: var-prometheus.mount (destination-mountinfo-default)
	After: run-docker-netns-e0f6573222d2.mount (destination-mountinfo-default)
	After: share-backup-tm\x2dmanzana.mount (destination-mountinfo-default)
	After: run-user-128.mount (destination-mountinfo-default)
	After: share-games.mount (destination-mountinfo-default)
	After: share-backup-framboos.mount (destination-mountinfo-default)
	After: share-rpi.mount (destination-mountinfo-default)
	After: root.mount (destination-mountinfo-default)
	After: share-backup-twappel.mount (destination-mountinfo-default)
	After: share-download.mount (destination-mountinfo-default)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: share-backup-postgresql.mount (destination-mountinfo-default)
	After: share-mp3.mount (destination-mountinfo-default)
	After: boot-efi.mount (destination-file)
	After: share-books.mount (destination-mountinfo-default)
	After: run-docker-netns-0f9a9feaf87a.mount (destination-mountinfo-default)
	After: run-docker-netns-5662fd9fcc2a.mount (destination-mountinfo-default)
	After: share-backup-2linxx.mount (destination-mountinfo-default)
	After: var-tmp.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-mountinfo-default)
	After: run-docker-netns-948b9dc2b24c.mount (destination-mountinfo-default)
	After: share-backup.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-default)
	After: share-backup-mount.mount (destination-mountinfo-default)
	After: var-spool.mount (destination-mountinfo-default)
	After: share-backup-nopeasti.mount (destination-mountinfo-default)
	After: mnt-usb.mount (destination-mountinfo-default)
	After: share-movies.mount (destination-mountinfo-default)
	After: tmp.mount (destination-file)
	After: run-docker-netns-b436231155fa.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-default)
	After: var-log.mount (destination-mountinfo-default)
	After: home.mount (destination-mountinfo-default)
	After: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	After: share.mount (destination-mountinfo-default)
	After: share-backup-tm\x2domena.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-mountinfo-default)
	After: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	After: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-default)
	ReferencedBy: dev-sda1.swap (destination-default)
	ReferencedBy: mnt-usb.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-default)
	ReferencedBy: home-git.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-default)
	ReferencedBy: root.mount (destination-mountinfo-default)
	ReferencedBy: var-log.mount (destination-mountinfo-default)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-mountinfo-default)
	ReferencedBy: share-rpi.mount (destination-mountinfo-default)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: var-tmp.mount (destination-mountinfo-default)
	ReferencedBy: share-mp3.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-dropbox.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-948b9dc2b24c.mount (destination-mountinfo-default)
	ReferencedBy: var-spool.mount (destination-mountinfo-default)
	ReferencedBy: share.mount (destination-mountinfo-default)
	ReferencedBy: home.mount (destination-mountinfo-default)
	ReferencedBy: share-books.mount (destination-mountinfo-default)
	ReferencedBy: home-nzbdrone.mount (destination-mountinfo-default)
	ReferencedBy: run-user-128.mount (destination-mountinfo-default)
	ReferencedBy: share-public.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-default)
	ReferencedBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-mountinfo-default)
	ReferencedBy: run-user-129.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-e0f6573222d2.mount (destination-mountinfo-default)
	ReferencedBy: share-backup.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-mountinfo-default)
	ReferencedBy: share-movies-recordings.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-mount.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-nopeasti.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-majoron.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-b436231155fa.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-mountinfo-default)
	ReferencedBy: share-download-transmission.mount (destination-mountinfo-default)
	ReferencedBy: home-hts.mount (destination-mountinfo-default)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: share-movies-TeslaCam.mount (destination-mountinfo-default)
	ReferencedBy: share-download.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-5662fd9fcc2a.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-twappel.mount (destination-mountinfo-default)
	ReferencedBy: share-games.mount (destination-mountinfo-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: var-prometheus.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-omena.mount (destination-mountinfo-default)
	ReferencedBy: share-movies.mount (destination-mountinfo-default)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: share-backup-2linxx.mount (destination-mountinfo-default)
	ReferencedBy: share-pics.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-framboos.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-insomnia.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-b94d43af4fda.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-postgresql.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-mountinfo-default)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-0f9a9feaf87a.mount (destination-mountinfo-default)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-default)
	ReferencedBy: var-cache.mount (destination-mountinfo-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit pushover-warning at systemd-udev-settle.service:
	Description: pushover warning
	Instance: systemd-udev-settle
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-udev-settle.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-udev-settle at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-786cec57\x2d4ea3\x2d4403\x2db41c\x2d3b868e86438a.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 7d0d4fc99d484f4bbfa976cc0fd9de3c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart9.device
	Following Set Member: dev-sdf9.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf9
	Found: found-udev
-> Unit pushover-warning at nmbd.service:
	Description: pushover warning
	Instance: nmbd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: nmbd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service nmbd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdk.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fbcd2248ff5240e591486e7119ce7dfc
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e9bf9197a0ba41228e75e92a78c1b644
	Following Set Member: dev-sdg9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-109a5ef2\x2dac25\x2d4168\x2d89f3\x2d17e97b2b4109.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart9.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg9
	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: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit 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: 245dd7d18a5e408a803609d0be951121
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: tmp.mount (origin-file)
	Requires: var-www-nextcloud-data-richard-files-mp3.mount (origin-file)
	Requires: boot-efi.mount (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	WantedBy: monitorix.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: nfs-mountd.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: networking.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: nfs-config.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: tvheadend.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	After: run-docker-netns-948b9dc2b24c.mount (destination-mountinfo-default)
	After: run-docker-netns-e0f6573222d2.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-mountinfo-default)
	After: share-backup-tm\x2dmanzana.mount (destination-mountinfo-default)
	After: home-nzbdrone.mount (destination-mountinfo-default)
	After: share.mount (destination-mountinfo-default)
	After: var-log.mount (destination-mountinfo-default)
	After: boot-efi.mount (destination-file)
	After: run-user-129.mount (destination-mountinfo-default)
	After: systemd-remount-fs.service (destination-file)
	After: share-backup-framboos.mount (destination-mountinfo-default)
	After: root.mount (destination-mountinfo-default)
	After: run-docker-netns-b436231155fa.mount (destination-mountinfo-default)
	After: share-games.mount (destination-mountinfo-default)
	After: home.mount (destination-mountinfo-default)
	After: share-backup-insomnia.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-mountinfo-default)
	After: run-docker-netns-0f9a9feaf87a.mount (destination-mountinfo-default)
	After: tmp.mount (destination-file)
	After: share-pics.mount (destination-mountinfo-default)
	After: var-spool.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-mountinfo-default)
	After: share-backup.mount (destination-mountinfo-default)
	After: share-backup-tm\x2domena.mount (destination-mountinfo-default)
	After: share-movies.mount (destination-mountinfo-default)
	After: var-prometheus.mount (destination-mountinfo-default)
	After: run-docker-netns-b94d43af4fda.mount (destination-mountinfo-default)
	After: local-fs-pre.target (origin-file)
	After: share-mp3.mount (destination-mountinfo-default)
	After: share-backup-twappel.mount (destination-mountinfo-default)
	After: var-cache.mount (destination-mountinfo-default)
	After: run-docker-netns-5662fd9fcc2a.mount (destination-mountinfo-default)
	After: share-public.mount (destination-mountinfo-default)
	After: share-backup-dropbox.mount (destination-mountinfo-default)
	After: share-backup-tm\x2dtwappel.mount (destination-mountinfo-default)
	After: share-download-transmission.mount (destination-mountinfo-default)
	After: mnt-usb.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-mountinfo-default)
	After: share-backup-omena.mount (destination-mountinfo-default)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	After: home-git.mount (destination-mountinfo-default)
	After: zfs-mount.service (destination-file)
	After: share-backup-majoron.mount (destination-mountinfo-default)
	After: share-backup-postgresql.mount (destination-mountinfo-default)
	After: run-user-128.mount (destination-mountinfo-default)
	After: share-backup-nopeasti.mount (destination-mountinfo-default)
	After: share-books.mount (destination-mountinfo-default)
	After: share-movies-recordings.mount (destination-mountinfo-default)
	After: home-hts.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-mountinfo-default)
	After: var-tmp.mount (destination-mountinfo-default)
	After: share-backup-mount.mount (destination-mountinfo-default)
	After: share-rpi.mount (destination-mountinfo-default)
	After: share-backup-2linxx.mount (destination-mountinfo-default)
	After: share-download.mount (destination-mountinfo-default)
	After: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-mountinfo-default)
	After: share-movies-TeslaCam.mount (destination-mountinfo-default)
	After: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	After: systemd-fsck-root.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: boot-efi.mount (origin-file)
	References: var-www-nextcloud-data-richard-files-mp3.mount (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: emergency.target (origin-file)
	References: tmp.mount (origin-file)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-majoron.mount (destination-mountinfo-default)
	ReferencedBy: var-cache.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-5662fd9fcc2a.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-mountinfo-default)
	ReferencedBy: share-download.mount (destination-mountinfo-default)
	ReferencedBy: share-download-transmission.mount (destination-mountinfo-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: share-backup.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	ReferencedBy: share-mp3.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-mountinfo-default)
	ReferencedBy: home-git.mount (destination-mountinfo-default)
	ReferencedBy: root.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-mountinfo-default)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: tvheadend.service (destination-file)
	ReferencedBy: nfs-config.service (destination-file)
	ReferencedBy: run-docker-netns-b94d43af4fda.mount (destination-mountinfo-default)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: share-backup-nopeasti.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-twappel.mount (destination-mountinfo-default)
	ReferencedBy: share-movies.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-0f9a9feaf87a.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-948b9dc2b24c.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-framboos.mount (destination-mountinfo-default)
	ReferencedBy: share-movies-TeslaCam.mount (destination-mountinfo-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: home.mount (destination-mountinfo-default)
	ReferencedBy: monitorix.service (destination-file)
	ReferencedBy: share-pics.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-e0f6573222d2.mount (destination-mountinfo-default)
	ReferencedBy: share-games.mount (destination-mountinfo-default)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: var-prometheus.mount (destination-mountinfo-default)
	ReferencedBy: share-books.mount (destination-mountinfo-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: share-backup-postgresql.mount (destination-mountinfo-default)
	ReferencedBy: mnt-usb.mount (destination-mountinfo-default)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: var-spool.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-mountinfo-default)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: share-movies-recordings.mount (destination-mountinfo-default)
	ReferencedBy: run-docker-netns-b436231155fa.mount (destination-mountinfo-default)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: var-tmp.mount (destination-mountinfo-default)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: zfs-mount.service (destination-file)
	ReferencedBy: share.mount (destination-mountinfo-default)
	ReferencedBy: home-nzbdrone.mount (destination-mountinfo-default)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-mountinfo-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-2linxx.mount (destination-mountinfo-default)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: var-log.mount (destination-mountinfo-default)
	ReferencedBy: share-rpi.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-mountinfo-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: share-public.mount (destination-mountinfo-default)
	ReferencedBy: home-hts.mount (destination-mountinfo-default)
	ReferencedBy: run-user-129.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-mount.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-insomnia.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-dropbox.mount (destination-mountinfo-default)
	ReferencedBy: run-user-128.mount (destination-mountinfo-default)
	ReferencedBy: share-backup-omena.mount (destination-mountinfo-default)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> Unit networking.service:
	Description: Raise network interfaces
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:27 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:27 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/networking.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: f790f4002342455e8b2273e3b329456d
	Documentation: man:interfaces(5)
	Fragment Path: /lib/systemd/system/networking.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:11 CEST
	Assert Result: yes
	Requires: ifupdown-pre.service (origin-file)
	Requires: system.slice (origin-file)
	Wants: network.target (origin-file)
	WantedBy: network-online.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network.target (origin-file)
	Before: network-online.target (origin-file)
	After: ifupdown-pre.service (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: apparmor.service (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-modules-load.service (origin-file)
	OnFailure: pushover-warning at networking.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: apparmor.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: network-online.target (origin-file)
	References: network.target (origin-file)
	References: local-fs.target (origin-file)
	References: pushover-warning at networking.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: ifupdown-pre.service (origin-file)
	References: network-pre.target (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
	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
	-> ExecStart:
		Command Line: /sbin/ifup -a --read-environment
	-> ExecStop:
		Command Line: /sbin/ifdown -a --read-environment --exclude=lo
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 09:50:49 CET
	Inactive Exit Timestamp: Sun 2020-11-15 09:50:49 CET
	Active Enter Timestamp: Sun 2020-11-15 09:50:49 CET
	Active Exit Timestamp: Sun 2020-11-15 00:03:13 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:03:13 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 65c6976d8cc94156895f561fe3c8c692
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Sun 2020-11-15 09:50:49 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 09:50:49 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: zfs-mount.service (destination-file)
	Before: postgresql.service (destination-file)
	Before: pushover-warning at nfs-idmapd.service (destination-file)
	Before: pushover-warning at docker-sonarr.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: pushover-warning at keyboard-setup.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: pushover-warning at rng-tools.service (destination-file)
	Before: pushover-warning at console-setup.service (destination-file)
	Before: smbd.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: pushover-warning at systemd-boot-system-token.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	Before: pushover-warning at cups-browsed.service (destination-file)
	Before: pushover-warning at smartd.service (destination-file)
	Before: pushover-warning at openipmi.service (destination-file)
	Before: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: modprobe at drm.service (destination-file)
	Before: pushover-warning at ifupdown-pre.service (destination-file)
	Before: haveged.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: rpcbind.service (destination-file)
	Before: pushover-warning at lm-sensors.service (destination-file)
	Before: pushover-warning at apparmor.service (destination-file)
	Before: lm-sensors.service (destination-file)
	Before: redis-server.service (destination-file)
	Before: pushover-warning at pushover-warning.service (destination-file)
	Before: root.mount (destination-file)
	Before: apt-daily.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: pushover-warning at cron.service (destination-file)
	Before: zfs-zed.service (destination-file)
	Before: cluster.service (destination-file)
	Before: dropbox.service (destination-file)
	Before: postfix.service (destination-file)
	Before: pushover-warning at haveged.service (destination-file)
	Before: pushover-warning at polkit.service (destination-file)
	Before: share-public.mount (destination-file)
	Before: pushover-warning at systemd-binfmt.service (destination-file)
	Before: nfs-config.service (destination-file)
	Before: share-backup-tm\x2dmanzana.mount (destination-file)
	Before: tvheadend.service (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: rng-tools.service (destination-file)
	Before: user at 128.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: polkit.service (destination-file)
	Before: pushover-warning at getty.service (destination-file)
	Before: pf_ring.service (destination-file)
	Before: prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: pushover-warning at systemd-update-utmp-runlevel.service (destination-file)
	Before: pushover-warning at rpc-statd.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: pushover-warning at docker-nzbget.service (destination-file)
	Before: pushover-warning at pcscd.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-file)
	Before: pushover-warning at docker-pihole.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-file)
	Before: share-backup-2linxx.mount (destination-file)
	Before: pushover-warning at lvm2-monitor.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: netatalk.service (destination-file)
	Before: share-backup-tm\x2domena.mount (destination-file)
	Before: nmbd.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: pushover-warning at prometheus-node-exporter-apt.service (destination-file)
	Before: pushover-warning at networking.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: nfs-blkmap.service (destination-file)
	Before: share-backup-framboos.mount (destination-file)
	Before: pushover-warning at systemd-rfkill.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: minidlna.service (destination-file)
	Before: run-docker-netns-b94d43af4fda.mount (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: pushover-warning at modprobe.service (destination-file)
	Before: run-docker-netns-5662fd9fcc2a.mount (destination-file)
	Before: user at 1000.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: pushover-warning at systemd-tmpfiles-clean.service (destination-file)
	Before: pushover-warning at nfs-blkmap.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: pushover-warning at man-db.service (destination-file)
	Before: pushover-warning at evohome-exporter.service (destination-file)
	Before: pushover-warning at systemd-ask-password-console.service (destination-file)
	Before: pushover-warning at logrotate.service (destination-file)
	Before: systemd-udev-settle.service (destination-file)
	Before: pushover-warning at zfs-import-cache.service (destination-file)
	Before: pushover-warning at ssh.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: pushover-warning at smbd.service (destination-file)
	Before: run-docker-netns-948b9dc2b24c.mount (destination-file)
	Before: pushover-warning at systemd-udev-trigger.service (destination-file)
	Before: pushover-warning at rpc-svcgssd.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: unifi.service (destination-file)
	Before: pushover-warning at ipvsadm.service (destination-file)
	Before: share-backup-twappel.mount (destination-file)
	Before: pushover-warning at systemd-fsckd.service (destination-file)
	Before: pushover-warning at apache2.service (destination-file)
	Before: proc-fs-nfsd.mount (destination-file)
	Before: share-movies.mount (destination-file)
	Before: pushover-warning at logitechmediaserver.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: docker-nzbhydra2.service (destination-file)
	Before: dev-sda1.swap (destination-file)
	Before: pushover-warning at systemd-sysctl.service (destination-file)
	Before: share-backup-mount.mount (destination-file)
	Before: pushover-warning at lvm2-lvmpolld.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: run-rpc_pipefs.mount (destination-file)
	Before: pushover-warning at systemd-ask-password-wall.service (destination-file)
	Before: zfs-volume-wait.service (destination-file)
	Before: zfs-import-scan.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: pushover-warning at docker-radarr.service (destination-file)
	Before: pushover-warning at auth-rpcgss-module.service (destination-file)
	Before: pushover-warning at rsyslog.service (destination-file)
	Before: pushover-warning at transmission-daemon.service (destination-file)
	Before: rsync.service (destination-file)
	Before: docker-sonarr.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: smartd.service (destination-file)
	Before: gitea.service (destination-file)
	Before: networking.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: pushover-warning at systemd-pstore.service (destination-file)
	Before: pushover-warning at rpc-statd-notify.service (destination-file)
	Before: pushover-warning at cpufrequtils.service (destination-file)
	Before: run-docker-netns-0f9a9feaf87a.mount (destination-file)
	Before: plymouth.service (destination-file)
	Before: pushover-warning at netdata.service (destination-file)
	Before: pushover-warning at hddtemp.service (destination-file)
	Before: pushover-warning at emergency.service (destination-file)
	Before: postgresql at 11-main.service (destination-file)
	Before: home.mount (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	Before: pushover-warning at cluster.service (destination-file)
	Before: pushover-warning at sysstat.service (destination-file)
	Before: cups.service (destination-file)
	Before: openipmi.service (destination-file)
	Before: ipvsadm.service (destination-file)
	Before: pushover-warning at prometheus.service (destination-file)
	Before: pushover-warning at systemd-udev-settle.service (destination-file)
	Before: pushover-warning at systemd-journald.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: systemd-pstore.service (destination-file)
	Before: pushover-warning at ntp.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: pushover-warning at systemd-user-sessions.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: prometheus-node-exporter-apt.service (destination-file)
	Before: pushover-warning at blk-availability.service (destination-file)
	Before: transmission-daemon.service (destination-file)
	Before: share-backup-tm\x2dtwappel.mount (destination-file)
	Before: pushover-warning at apt-daily-upgrade.service (destination-file)
	Before: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	Before: pushover-warning at zfs-load-module.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-file)
	Before: docker.service (destination-file)
	Before: share-movies-TeslaCam.mount (destination-file)
	Before: pushover-warning at netatalk.service (destination-file)
	Before: ntp.service (destination-file)
	Before: binfmt-support.service (destination-file)
	Before: nfs-utils.service (destination-file)
	Before: apcupsd.service (destination-file)
	Before: grafana-server.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: pushover-warning at docker-nzbhydra2.service (destination-file)
	Before: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-file)
	Before: pushover-warning at systemd-initctl.service (destination-file)
	Before: zfs-load-module.service (destination-file)
	Before: pushover-warning at gitea.service (destination-file)
	Before: pushover-warning at atd.service (destination-file)
	Before: share-books.mount (destination-file)
	Before: user-runtime-dir at 128.service (destination-file)
	Before: pushover-warning at ntopng.service (destination-file)
	Before: pushover-warning at zfs-share.service (destination-file)
	Before: pushover-warning at docker.service (destination-file)
	Before: pushover-warning at kmod-static-nodes.service (destination-file)
	Before: atd.service (destination-file)
	Before: var-tmp.mount (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: pushover-warning at binfmt-support.service (destination-file)
	Before: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-file)
	Before: tinyproxy.service (destination-file)
	Before: share-mp3.mount (destination-file)
	Before: ssh.service (destination-file)
	Before: pushover-warning at apt-daily.service (destination-file)
	Before: colord.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: share-backup-postgresql.mount (destination-file)
	Before: cpufrequtils.service (destination-file)
	Before: pushover-warning at postfix.service (destination-file)
	Before: ntopng.service (destination-file)
	Before: share-backup.mount (destination-file)
	Before: apache2.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: run-user-129.mount (destination-file)
	Before: containerd.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: pushover-warning at plymouth.service (destination-file)
	Before: prometheus-node-exporter.service (destination-file)
	Before: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-file)
	Before: user-runtime-dir at 129.service (destination-file)
	Before: pushover-warning at grafana-server.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-file)
	Before: auth-rpcgss-module.service (destination-file)
	Before: pushover-warning at dm-event.service (destination-file)
	Before: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-file)
	Before: var-spool.mount (destination-file)
	Before: pushover-warning at prometheus-node-exporter-smartmon.service (destination-file)
	Before: minissdpd.service (destination-file)
	Before: pushover-warning at nfs-server.service (destination-file)
	Before: pushover-warning at prometheus-alertmanager.service (destination-file)
	Before: share-download.mount (destination-file)
	Before: phpsessionclean.service (destination-file)
	Before: sys-kernel-tracing.mount (destination-file)
	Before: pushover-warning at postgresql.service (destination-file)
	Before: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-file)
	Before: pushover-warning at minissdpd.service (destination-file)
	Before: pushover-warning at systemd-machine-id-commit.service (destination-file)
	Before: run-docker-netns-b436231155fa.mount (destination-file)
	Before: pushover-warning at containerd.service (destination-file)
	Before: pushover-warning at nmbd.service (destination-file)
	Before: pushover-warning at systemd-logind.service (destination-file)
	Before: hddtemp.service (destination-file)
	Before: share-movies-recordings.mount (destination-file)
	Before: pushover-warning at zfs-zed.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: pushover-warning at systemd-update-utmp.service (destination-file)
	Before: home-hts.mount (destination-file)
	Before: pushover-warning at zfs-mount.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: pushover-warning at apcupsd.service (destination-file)
	Before: pushover-warning at systemd-modules-load.service (destination-file)
	Before: pushover-warning at systemd-quotacheck.service (destination-file)
	Before: man-db.service (destination-file)
	Before: docker-nzbget.service (destination-file)
	Before: mariadb.service (destination-file)
	Before: pushover-warning at cups.service (destination-file)
	Before: pushover-warning at rsync.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: dbus.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: sys-kernel-debug-tracing.mount (destination-file)
	Before: pushover-warning at docker-netatmo.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: pushover-warning at user.service (destination-file)
	Before: run-user-128.mount (destination-file)
	Before: pushover-warning at rpcbind.service (destination-file)
	Before: sysstat.service (destination-file)
	Before: loadcpufreq.service (destination-file)
	Before: var-log.mount (destination-file)
	Before: mnt-usb.mount (destination-file)
	Before: pushover-warning at systemd-journal-flush.service (destination-file)
	Before: share-backup-insomnia.mount (destination-file)
	Before: pushover-warning at systemd-networkd.service (destination-file)
	Before: pushover-warning at nfs-config.service (destination-file)
	Before: pushover-warning at colord.service (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: run-docker-netns-e0f6573222d2.mount (destination-file)
	Before: monitorix.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	Before: pushover-warning at avahi-daemon.service (destination-file)
	Before: pushover-warning at nfs-utils.service (destination-file)
	Before: pushover-warning at dbus.service (destination-file)
	Before: pushover-warning at openvpn.service (destination-file)
	Before: prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: pushover-warning at rpc-gssd.service (destination-file)
	Before: pushover-warning at monitorix.service (destination-file)
	Before: pushover-warning at systemd-tmpfiles-setup.service (destination-file)
	Before: pushover-warning at systemd-remount-fs.service (destination-file)
	Before: openvpn.service (destination-file)
	Before: docker-radarr.service (destination-file)
	Before: pushover-warning at redis-server.service (destination-file)
	Before: prometheus.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: zfs-import-cache.service (destination-file)
	Before: share-rpi.mount (destination-file)
	Before: pushover-warning at rc-local.service (destination-file)
	Before: pushover-warning at mariadb.service (destination-file)
	Before: share-pics.mount (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: pushover-warning at unifi.service (destination-file)
	Before: pushover-warning at getty-static.service (destination-file)
	Before: user at 129.service (destination-file)
	Before: pushover-warning at user-runtime-dir.service (destination-file)
	Before: pushover-warning at systemd-sysusers.service (destination-file)
	Before: pushover-warning at systemd-hwdb-update.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: share-backup-nopeasti.mount (destination-file)
	Before: pushover-warning at prometheus-node-exporter.service (destination-file)
	Before: pushover-warning at tinyproxy.service (destination-file)
	Before: pushover-warning at rescue.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: prometheus-alertmanager.service (destination-file)
	Before: pushover-warning at phpsessionclean.service (destination-file)
	Before: pushover-warning at tftpd-hpa.service (destination-file)
	Before: home-git.mount (destination-file)
	Before: share-download-transmission.mount (destination-file)
	Before: apparmor.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: var-prometheus.mount (destination-file)
	Before: share.mount (destination-file)
	Before: home-nzbdrone.mount (destination-file)
	Before: pushover-warning at systemd-fsck-root.service (destination-file)
	Before: pushover-warning at nfs-mountd.service (destination-file)
	Before: tmp.mount (destination-file)
	Before: zfs-share.service (destination-file)
	Before: pushover-warning at loadcpufreq.service (destination-file)
	Before: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-file)
	Before: var-cache.mount (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: share-backup-dropbox.mount (destination-file)
	Before: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-file)
	Before: share-games.mount (destination-file)
	Before: prometheus-node-exporter-smartmon.service (destination-file)
	Before: pushover-warning at minidlna.service (destination-file)
	Before: pushover-warning at zfs-import-scan.service (destination-file)
	Before: share-backup-majoron.mount (destination-file)
	Before: share-backup-omena.mount (destination-file)
	Before: pushover-warning at pf_ring.service (destination-file)
	Before: pushover-warning at systemd-udevd.service (destination-file)
	Before: docker-pihole.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: pcscd.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: sockets.target (origin-file)
	Before: netdata.service (destination-file)
	Before: pushover-warning at tvheadend.service (destination-file)
	Before: pushover-warning at systemd-fsck.service (destination-file)
	Before: evohome-exporter.service (destination-file)
	Before: logitechmediaserver.service (destination-file)
	Before: pushover-warning at systemd-random-seed.service (destination-file)
	Before: pushover-warning at systemd-timesyncd.service (destination-file)
	Before: pushover-warning at zfs-volume-wait.service (destination-file)
	Before: pushover-warning at unattended-upgrades.service (destination-file)
	Before: pushover-warning at dropbox.service (destination-file)
	Before: pushover-warning at irqbalance.service (destination-file)
	Before: postfix at -.service (destination-file)
	Before: docker-netatmo.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: pushover-warning at prometheus.service (destination-file)
	ReferencedBy: minissdpd.service (destination-file)
	ReferencedBy: pushover-warning at ipvsadm.service (destination-file)
	ReferencedBy: pushover-warning at getty-static.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udevd.service (destination-file)
	ReferencedBy: pushover-warning at rc-local.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: pushover-warning at auth-rpcgss-module.service (destination-file)
	ReferencedBy: pushover-warning at ntopng.service (destination-file)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-file)
	ReferencedBy: pushover-warning at irqbalance.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: netatalk.service (destination-file)
	ReferencedBy: zfs-zed.service (destination-file)
	ReferencedBy: share-backup-mount.mount (destination-file)
	ReferencedBy: share-backup.mount (destination-file)
	ReferencedBy: pushover-warning at containerd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-journal-flush.service (destination-file)
	ReferencedBy: user-runtime-dir at 128.service (destination-file)
	ReferencedBy: pushover-warning at apt-daily.service (destination-file)
	ReferencedBy: pushover-warning at pcscd.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: user at 128.service (destination-file)
	ReferencedBy: pushover-warning at nfs-config.service (destination-file)
	ReferencedBy: pushover-warning at getty.service (destination-file)
	ReferencedBy: pushover-warning at unifi.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: sysstat.service (destination-file)
	ReferencedBy: pushover-warning at rng-tools.service (destination-file)
	ReferencedBy: pushover-warning at rsync.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: tvheadend.service (destination-file)
	ReferencedBy: share.mount (destination-file)
	ReferencedBy: home-hts.mount (destination-file)
	ReferencedBy: pushover-warning at phpsessionclean.service (destination-file)
	ReferencedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-file)
	ReferencedBy: run-docker-netns-0f9a9feaf87a.mount (destination-file)
	ReferencedBy: pushover-warning at loadcpufreq.service (destination-file)
	ReferencedBy: unifi.service (destination-file)
	ReferencedBy: run-docker-netns-5662fd9fcc2a.mount (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: pushover-warning at sysstat.service (destination-file)
	ReferencedBy: run-user-128.mount (destination-file)
	ReferencedBy: pushover-warning at blk-availability.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: pushover-warning at haveged.service (destination-file)
	ReferencedBy: pushover-warning at cron.service (destination-file)
	ReferencedBy: pushover-warning at atd.service (destination-file)
	ReferencedBy: grafana-server.service (destination-file)
	ReferencedBy: share-pics.mount (destination-file)
	ReferencedBy: pushover-warning at minidlna.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: pushover-warning at monitorix.service (destination-file)
	ReferencedBy: run-docker-netns-b94d43af4fda.mount (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: pushover-warning at systemd-remount-fs.service (destination-file)
	ReferencedBy: dev-sda1.swap (destination-file)
	ReferencedBy: postfix at -.service (destination-file)
	ReferencedBy: zfs-load-module.service (destination-file)
	ReferencedBy: prometheus-node-exporter.service (destination-file)
	ReferencedBy: pushover-warning at postfix.service (destination-file)
	ReferencedBy: docker-nzbhydra2.service (destination-file)
	ReferencedBy: pushover-warning at openipmi.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: pushover-warning at ssh.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udev-settle.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: pushover-warning at grafana-server.service (destination-file)
	ReferencedBy: zfs-volume-wait.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: pushover-warning at apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: pushover-warning at lvm2-monitor.service (destination-file)
	ReferencedBy: pushover-warning at tinyproxy.service (destination-file)
	ReferencedBy: mnt-usb.mount (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: share-public.mount (destination-file)
	ReferencedBy: pushover-warning at apparmor.service (destination-file)
	ReferencedBy: var-spool.mount (destination-file)
	ReferencedBy: hddtemp.service (destination-file)
	ReferencedBy: pushover-warning at rsyslog.service (destination-file)
	ReferencedBy: pushover-warning at systemd-initctl.service (destination-file)
	ReferencedBy: pushover-warning at dm-event.service (destination-file)
	ReferencedBy: pushover-warning at polkit.service (destination-file)
	ReferencedBy: pushover-warning at smbd.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: ipvsadm.service (destination-file)
	ReferencedBy: pushover-warning at docker.service (destination-file)
	ReferencedBy: pushover-warning at rpc-svcgssd.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: pushover-warning at docker-nzbhydra2.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: pushover-warning at keyboard-setup.service (destination-file)
	ReferencedBy: pushover-warning at logitechmediaserver.service (destination-file)
	ReferencedBy: share-movies-TeslaCam.mount (destination-file)
	ReferencedBy: systemd-udev-settle.service (destination-file)
	ReferencedBy: var-tmp.mount (destination-file)
	ReferencedBy: pushover-warning at zfs-load-module.service (destination-file)
	ReferencedBy: docker-sonarr.service (destination-file)
	ReferencedBy: pushover-warning at console-setup.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-file)
	ReferencedBy: pushover-warning at minissdpd.service (destination-file)
	ReferencedBy: gitea.service (destination-file)
	ReferencedBy: share-backup-omena.mount (destination-file)
	ReferencedBy: pushover-warning at openvpn.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: pushover-warning at lm-sensors.service (destination-file)
	ReferencedBy: pushover-warning at ifupdown-pre.service (destination-file)
	ReferencedBy: sys-kernel-tracing.mount (destination-file)
	ReferencedBy: lm-sensors.service (destination-file)
	ReferencedBy: pushover-warning at systemd-sysusers.service (destination-file)
	ReferencedBy: run-user-129.mount (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: nfs-utils.service (destination-file)
	ReferencedBy: share-rpi.mount (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: prometheus-node-exporter-smartmon.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: docker-pihole.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: modprobe at drm.service (destination-file)
	ReferencedBy: zfs-import-cache.service (destination-file)
	ReferencedBy: user-runtime-dir at 129.service (destination-file)
	ReferencedBy: pushover-warning at rpc-statd.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: pushover-warning at kmod-static-nodes.service (destination-file)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: zfs-mount.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: share-backup-nopeasti.mount (destination-file)
	ReferencedBy: share-movies.mount (destination-file)
	ReferencedBy: pushover-warning at zfs-volume-wait.service (destination-file)
	ReferencedBy: pushover-warning at zfs-share.service (destination-file)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: pushover-warning at nfs-utils.service (destination-file)
	ReferencedBy: cpufrequtils.service (destination-file)
	ReferencedBy: openipmi.service (destination-file)
	ReferencedBy: pushover-warning at lvm2-lvmpolld.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: pushover-warning at zfs-import-cache.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: tinyproxy.service (destination-file)
	ReferencedBy: pushover-warning at nfs-idmapd.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: pushover-warning at networking.service (destination-file)
	ReferencedBy: proc-fs-nfsd.mount (destination-file)
	ReferencedBy: pushover-warning at zfs-zed.service (destination-file)
	ReferencedBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: postgresql.service (destination-file)
	ReferencedBy: pushover-warning at systemd-hwdb-update.service (destination-file)
	ReferencedBy: pushover-warning at user.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: nfs-config.service (destination-file)
	ReferencedBy: nmbd.service (destination-file)
	ReferencedBy: docker.service (destination-file)
	ReferencedBy: pushover-warning at netdata.service (destination-file)
	ReferencedBy: binfmt-support.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-file)
	ReferencedBy: run-docker-netns-948b9dc2b24c.mount (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	ReferencedBy: share-books.mount (destination-file)
	ReferencedBy: pushover-warning at pushover-warning.service (destination-file)
	ReferencedBy: var-cache.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-user-sessions.service (destination-file)
	ReferencedBy: smartd.service (destination-file)
	ReferencedBy: share-backup-2linxx.mount (destination-file)
	ReferencedBy: pushover-warning at nmbd.service (destination-file)
	ReferencedBy: pushover-warning at evohome-exporter.service (destination-file)
	ReferencedBy: pushover-warning at man-db.service (destination-file)
	ReferencedBy: share-backup-insomnia.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-binfmt.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: transmission-daemon.service (destination-file)
	ReferencedBy: pushover-warning at systemd-random-seed.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-1b746fc6a80b68c9486f03e7a58a5b66c411b74d0aa6219250b89b9eab2d7d38.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: var-prometheus.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-sysctl.service (destination-file)
	ReferencedBy: logitechmediaserver.service (destination-file)
	ReferencedBy: pushover-warning at docker-sonarr.service (destination-file)
	ReferencedBy: pushover-warning at systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: pushover-warning at pf_ring.service (destination-file)
	ReferencedBy: share-backup-framboos.mount (destination-file)
	ReferencedBy: pushover-warning at tftpd-hpa.service (destination-file)
	ReferencedBy: sys-kernel-debug-tracing.mount (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: pushover-warning at cluster.service (destination-file)
	ReferencedBy: docker-netatmo.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-ffd0feb0373ee5972d470e43f299bdfd3f086b7d9441b00e85e37d8322df0a45.mount (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: pushover-warning at gitea.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsck.service (destination-file)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	ReferencedBy: share-backup-postgresql.mount (destination-file)
	ReferencedBy: home-nzbdrone.mount (destination-file)
	ReferencedBy: prometheus-alertmanager.service (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-ask-password-wall.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: pushover-warning at mariadb.service (destination-file)
	ReferencedBy: pushover-warning at avahi-daemon.service (destination-file)
	ReferencedBy: docker-nzbget.service (destination-file)
	ReferencedBy: share-backup-twappel.mount (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: pushover-warning at cpufrequtils.service (destination-file)
	ReferencedBy: pushover-warning at ntp.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-68a0f9379d8bf119e2da0976bd33e6fe96fc70e2ccc60f4820213d605e03737c.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-alertmanager.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsckd.service (destination-file)
	ReferencedBy: mariadb.service (destination-file)
	ReferencedBy: minidlna.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: monitorix.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: pushover-warning at dbus.service (destination-file)
	ReferencedBy: pushover-warning at systemd-boot-system-token.service (destination-file)
	ReferencedBy: pushover-warning at systemd-timesyncd.service (destination-file)
	ReferencedBy: pushover-warning at cups-browsed.service (destination-file)
	ReferencedBy: share-backup-majoron.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-rfkill.service (destination-file)
	ReferencedBy: share-games.mount (destination-file)
	ReferencedBy: share-download.mount (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: pushover-warning at apcupsd.service (destination-file)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-file)
	ReferencedBy: zfs-import-scan.service (destination-file)
	ReferencedBy: share-download-transmission.mount (destination-file)
	ReferencedBy: pf_ring.service (destination-file)
	ReferencedBy: pushover-warning at nfs-mountd.service (destination-file)
	ReferencedBy: pushover-warning at netatalk.service (destination-file)
	ReferencedBy: phpsessionclean.service (destination-file)
	ReferencedBy: pushover-warning at tvheadend.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: zfs-share.service (destination-file)
	ReferencedBy: pushover-warning at docker-pihole.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: pushover-warning at dropbox.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: share-mp3.mount (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: pushover-warning at rpc-gssd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-journald.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: prometheus-node-exporter-apt.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: home-git.mount (destination-file)
	ReferencedBy: plymouth.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: netdata.service (destination-file)
	ReferencedBy: pushover-warning at colord.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: rng-tools.service (destination-file)
	ReferencedBy: root.mount (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: pushover-warning at smartd.service (destination-file)
	ReferencedBy: pushover-warning at rescue.service (destination-file)
	ReferencedBy: pushover-warning at unattended-upgrades.service (destination-file)
	ReferencedBy: openvpn.service (destination-file)
	ReferencedBy: pushover-warning at rpcbind.service (destination-file)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-file)
	ReferencedBy: run-docker-netns-b436231155fa.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-file)
	ReferencedBy: pushover-warning at docker-nzbget.service (destination-file)
	ReferencedBy: share-movies-recordings.mount (destination-file)
	ReferencedBy: pushover-warning at hddtemp.service (destination-file)
	ReferencedBy: user at 129.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-6136126224ee7d4f1a6ae4517875aac642bf2fa94215ddbbfbee35e4e5ff834c.mount (destination-file)
	ReferencedBy: pushover-warning at plymouth.service (destination-file)
	ReferencedBy: smbd.service (destination-file)
	ReferencedBy: pushover-warning at binfmt-support.service (destination-file)
	ReferencedBy: pushover-warning at apache2.service (destination-file)
	ReferencedBy: apcupsd.service (destination-file)
	ReferencedBy: ntopng.service (destination-file)
	ReferencedBy: pushover-warning at zfs-mount.service (destination-file)
	ReferencedBy: evohome-exporter.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: pushover-warning at emergency.service (destination-file)
	ReferencedBy: var-lib-docker-aufs-mnt-278fc71d1445e943694d3bd49980869db8550242625d6fae02f6d00b66a4daf3.mount (destination-file)
	ReferencedBy: pushover-warning at nfs-blkmap.service (destination-file)
	ReferencedBy: pushover-warning at transmission-daemon.service (destination-file)
	ReferencedBy: postfix.service (destination-file)
	ReferencedBy: pushover-warning at systemd-quotacheck.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: pushover-warning at postgresql.service (destination-file)
	ReferencedBy: redis-server.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: loadcpufreq.service (destination-file)
	ReferencedBy: pushover-warning at systemd-update-utmp.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: run-docker-netns-e0f6573222d2.mount (destination-file)
	ReferencedBy: pushover-warning at logrotate.service (destination-file)
	ReferencedBy: pushover-warning at user-runtime-dir.service (destination-file)
	ReferencedBy: pushover-warning at modprobe.service (destination-file)
	ReferencedBy: var-log.mount (destination-file)
	ReferencedBy: pushover-warning at zfs-import-scan.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: dropbox.service (destination-file)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: docker-radarr.service (destination-file)
	ReferencedBy: pushover-warning at systemd-modules-load.service (destination-file)
	ReferencedBy: pcscd.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-apt.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udev-trigger.service (destination-file)
	ReferencedBy: prometheus.service (destination-file)
	ReferencedBy: containerd.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: pushover-warning at redis-server.service (destination-file)
	ReferencedBy: pushover-warning at docker-radarr.service (destination-file)
	ReferencedBy: pushover-warning at cups.service (destination-file)
	ReferencedBy: share-backup-dropbox.mount (destination-file)
	ReferencedBy: pushover-warning at systemd-logind.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: cluster.service (destination-file)
	ReferencedBy: pushover-warning at systemd-pstore.service (destination-file)
	ReferencedBy: pushover-warning at docker-netatmo.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: pushover-warning at rpc-statd-notify.service (destination-file)
	ReferencedBy: pushover-warning at nfs-server.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: 128
	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
	ReceiveBuffer: 8388608
	ListenStream: /run/systemd/journal/stdout
	ListenDatagram: /run/systemd/journal/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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: !/run/plymouth/pid untested
	Requires: system.slice (origin-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: plymouth-start.service (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-ask-password-console.service (origin-file)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: system.slice (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.service (origin-file)
	References: pushover-warning at systemd-ask-password-console.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-vconsole-setup.service (origin-file)
	ReferencedBy: systemd-ask-password-console.path (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --watch --console
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-53695aa8\x2d1a4f\x2d41e7\x2d9314\x2d5dac50047c80.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 7cf6b4614acf4a43b648e4f91c7a7d1a
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.device
	Following Set Member: dev-sdi9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi9.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi9
	Found: found-udev
-> Unit boot-efi.mount:
	Description: /boot/efi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/boot-efi.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 4c35e4b3d3724dccbf0d426d832c61fc
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot-efi.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (origin-file)
	Requires: system.slice (origin-file)
	BindsTo: dev-sda3.device (origin-mountinfo-implicit)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: blockdev at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.target (origin-file)
	After: dev-sda3.device (origin-mountinfo-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: -.mount (origin-path)
	After: blockdev at dev-sda3.target (origin-mountinfo-implicit)
	References: -.mount (origin-path)
	References: blockdev at dev-sda3.target (origin-mountinfo-implicit)
	References: dev-sda3.device (origin-mountinfo-implicit)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (origin-file)
	References: blockdev at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.target (origin-file)
	References: system.slice (origin-file)
	References: umount.target (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	RequiresMountsFor: /dev/disk/by-partuuid/64be2f69-60f5-4860-aa0e-04dc856cec7e (origin-file)
	RequiresMountsFor: /boot (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /boot/efi
	What: /dev/sda3
	File System Type: vfat
	Options: rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	ReadWriteOnly: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit logrotate.service:
	Description: Rotate log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-11-20 00:00:05 CET
	Inactive Exit Timestamp: Fri 2020-11-20 00:00:00 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-11-20 00:00:05 CET
	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: a8349dd6e925402681ae7fbfd37d6064
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionACPower: true succeeded
	Condition Timestamp: Fri 2020-11-20 00:00:00 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 00:00:00 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: tmp.mount (origin-path)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: tmp.mount (origin-path)
	After: logrotate.timer (destination-implicit)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: var-tmp.mount (origin-path)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	OnFailure: pushover-warning at logrotate.service (origin-file)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: tmp.mount (origin-path)
	References: pushover-warning at logrotate.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: var-tmp.mount (origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: logrotate.timer (destination-implicit)
	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: yes
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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_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
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/logrotate /etc/logrotate.conf
			PID: 5188
			Start Timestamp: Fri 2020-11-20 00:00:00 CET
			Exit Timestamp: Fri 2020-11-20 00:00:05 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at prometheus-node-exporter.service:
	Description: pushover warning
	Instance: prometheus-node-exporter
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: prometheus-node-exporter.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service prometheus-node-exporter at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c23a10dc8020486d990ab23c0462155a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit minissdpd.service:
	Description: LSB: keep memory of all UPnP devices that announced themselves
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/minissdpd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 5528bcf55e5a48b0a1e751e68ceeda0b
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/minissdpd.service
	Source Path: /etc/init.d/minissdpd
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: network-online.target (origin-file)
	After: remote-fs.target (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: time-sync.target (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at minissdpd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: time-sync.target (origin-file)
	References: graphical.target (origin-file)
	References: pushover-warning at minissdpd.service (origin-file)
	References: system.slice (origin-file)
	References: multi-user.target (origin-file)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: remote-fs.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/minissdpd start
	-> ExecReload:
		Command Line: /etc/init.d/minissdpd reload
	-> ExecStop:
		Command Line: /etc/init.d/minissdpd stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit netatalk.service:
	Description: Netatalk AFP fileserver for Macintosh clients
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:37 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:37 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:37 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:09 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/netatalk.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 67c7020cacf34753aec83f2e195dfad3
	Documentation: man:afp.conf(5)
	Documentation: man:netatalk(8)
	Documentation: man:afpd(8)
	Documentation: man:cnid_metad(8)
	Documentation: man:cnid_dbd(8)
	Documentation: http://netatalk.sourceforge.net/
	Fragment Path: /lib/systemd/system/netatalk.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:37 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:37 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: avahi-daemon.service (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at netatalk.service (origin-file)
	References: pushover-warning at netatalk.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: avahi-daemon.service (origin-file)
	References: network.target (origin-file)
	References: system.slice (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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: no
	Type: forking
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7566
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /var/lock/netatalk
	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: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /usr/sbin/netatalk
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-random-seed.service:
	Description: pushover warning
	Instance: systemd-random-seed
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-random-seed.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-random-seed at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit 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: 88532c6fadef4b8a858ea3fff64fddf1
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Wants: docker.socket (origin-file)
	Wants: avahi-daemon.socket (origin-file)
	Wants: dm-event.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: rpcbind.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: pcscd.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (destination-file)
	After: syslog.socket (destination-file)
	After: systemd-journald-dev-log.socket (destination-file)
	After: systemd-udevd-kernel.socket (destination-file)
	After: systemd-initctl.socket (destination-file)
	After: pcscd.socket (origin-default destination-default)
	After: systemd-udevd-control.socket (destination-file)
	After: systemd-networkd.socket (destination-file)
	After: systemd-journald-audit.socket (destination-file)
	After: dbus.socket (origin-default destination-default)
	After: avahi-daemon.socket (origin-default destination-default)
	After: docker.socket (origin-default destination-default)
	References: systemd-initctl.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: docker.socket (origin-file origin-default)
	References: systemd-journald.socket (origin-file)
	References: rpcbind.socket (origin-file)
	References: avahi-daemon.socket (origin-file origin-default)
	References: dbus.socket (origin-file origin-default)
	References: pcscd.socket (origin-file origin-default)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: dm-event.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: pcscd.socket (destination-default)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: docker.socket (destination-default)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit run-docker-netns-e0f6573222d2.mount:
	Description: /run/docker/netns/e0f6573222d2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-18 01:03:48 CET
	Inactive Exit Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Enter Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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-docker-netns-e0f6573222d2.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 3e749fc6acf44626b4cb3ac05402f37b
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /run/docker/netns (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/docker/netns/e0f6573222d2
	What: nsfs
	File System Type: nsfs
	Options: rw
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit gitea.service:
	Description: LSB: A self-hosted Git service written in Go.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/gitea.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 51a59f7182664bf88fe7cdc163493c85
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/gitea.service
	Source Path: /etc/init.d/gitea
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at gitea.service (origin-file)
	References: graphical.target (origin-file)
	References: multi-user.target (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at gitea.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/gitea start
	-> ExecStop:
		Command Line: /etc/init.d/gitea stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device:
	Description: KINGSTON_SUV400S37120G EFI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c23961912aca42dcb81fccc6fd011398
	Following Set Member: dev-disk-by\x2dlabel-EFI.device
	Following Set Member: dev-disk-by\x2duuid-6DAE\x2d876E.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit apt-daily-upgrade.timer:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:18:14 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: 583980d9ec5846d5a07bacbb81741a22
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: apt-daily.timer (origin-file)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily-upgrade.service (origin-implicit)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: apt-daily.timer (origin-file)
	References: time-sync.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: apt-daily-upgrade.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 06:00:00
-> Unit systemd-tmpfiles-setup-dev.service:
	Description: Create Static Device Nodes in /dev
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fadf869437bd4db1838a002ea9a35d47
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:46:13 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:13 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at systemd-tmpfiles-setup-dev.service (origin-file)
	References: sysinit.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: pushover-warning at systemd-tmpfiles-setup-dev.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
	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
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-rpi.mount:
	Description: /share/rpi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-rpi.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b8a70c02a6154f98b3e5377ecc72b2cc
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: share.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	RequiresMountsFor: /share (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/rpi
	What: tank/share/rpi
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at hddtemp.service:
	Description: pushover warning
	Instance: hddtemp
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: hddtemp.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service hddtemp at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-kernel-tracing.mount:
	Description: Kernel Trace File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:02:42 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: https://www.kernel.org/doc/Documentation/trace/ftrace.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-tracing.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/tracing untested
	ConditionVirtualization: !lxc untested
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	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: dead
	Result: success
	Clean Result: success
	Where: /sys/kernel/tracing
	What: tracefs
	File System Type: tracefs
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rsync.service:
	Description: pushover warning
	Instance: rsync
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: rsync.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rsync at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rpc-gssd.service:
	Description: pushover warning
	Instance: rpc-gssd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: rpc-gssd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rpc-gssd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-vethcf06bb2.device:
	Description: /sys/devices/virtual/net/vethcf06bb2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-18 01:03:48 CET
	Inactive Exit Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Enter Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Exit 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: 88138ed7ff6f4f629227badad64d251e
	Following Set Member: sys-subsystem-net-devices-vethcf06bb2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethcf06bb2
	Found: found-udev
-> Unit pushover-warning at dm-event.service:
	Description: pushover warning
	Instance: dm-event
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: dm-event.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service dm-event at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit docker-netatmo.service:
	Description: Netatmo container
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-18 01:03:48 CET
	Inactive Exit Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Enter Timestamp: Wed 2020-11-18 01:03:48 CET
	Active Exit Timestamp: Wed 2020-11-18 01:03:48 CET
	Inactive Enter Timestamp: Wed 2020-11-18 01:03:48 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker-netatmo.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: a71aad2e52e94e479ab2abb8e82ae366
	Fragment Path: /etc/systemd/system/docker-netatmo.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Wed 2020-11-18 01:03:48 CET
	Condition Result: yes
	Assert Timestamp: Wed 2020-11-18 01:03:48 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: docker.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: docker.service (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at docker-netatmo.service (origin-file)
	References: shutdown.target (origin-default)
	References: docker.service (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at docker-netatmo.service (origin-file)
	References: sysinit.target (origin-default)
	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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7280
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/docker start -a netatmo
	-> ExecStop:
		Command Line: /usr/bin/docker stop -t 2 netatmo
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 51f6c0815b5042338ecbd618906d17a1
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-aaef178a\x2d3a91\x2d4d7a\x2db4ac\x2da014124c2968.device
	Following Set Member: dev-sdh1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh1
	Found: found-udev
-> Unit user-128.slice:
	Description: User Slice of UID 128
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 23:41:02 CET
	Inactive Exit Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Enter Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Exit 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-128.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: 6e520390dcc04036932c7a9c8f96dd1f
	Documentation: man:user at .service(5)
	DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Thu 2020-11-19 23:41:02 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 23:41:02 CET
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: session-c47.scope (destination-file)
	RequiredBy: user-runtime-dir at 128.service (destination-file)
	RequiredBy: user at 128.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-runtime-dir at 128.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 128.service (destination-file)
	Before: session-c47.scope (destination-file)
	After: user.slice (origin-implicit)
	After: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: user.slice (origin-implicit)
	ReferencedBy: session-c47.scope (destination-file)
	ReferencedBy: user-runtime-dir at 128.service (destination-file)
	ReferencedBy: user at 128.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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: 10813
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device:
	Description: KINGSTON_SUV400S37120G EFI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e247d696d5354e468a1821290ef8cd3c
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-6DAE\x2d876E.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-EFI.device
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit pushover-warning at docker-nzbhydra2.service:
	Description: pushover warning
	Instance: docker-nzbhydra2
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.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-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: docker-nzbhydra2.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service docker-nzbhydra2 at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.device:
	Description: KINGSTON_SUV400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 131a969502f94150aca3ddac18f2d1a9
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.device
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit nfs-client.target:
	Description: NFS client services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit 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: 85625b1a5e344229886255f25c1bb90d
	Fragment Path: /lib/systemd/system/nfs-client.target
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Wants: nfs-blkmap.service (origin-file)
	Wants: remote-fs-pre.target (origin-file)
	Wants: auth-rpcgss-module.service (origin-file)
	WantedBy: remote-fs.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: remote-fs-pre.target (origin-file)
	Before: multi-user.target (destination-default)
	After: rpc-svcgssd.service (origin-file)
	After: rpc-gssd.service (origin-file)
	After: gssproxy.service (origin-file)
	References: rpc-svcgssd.service (origin-file)
	References: shutdown.target (origin-default)
	References: remote-fs-pre.target (origin-file)
	References: rpc-gssd.service (origin-file)
	References: nfs-blkmap.service (origin-file)
	References: gssproxy.service (origin-file)
	References: auth-rpcgss-module.service (origin-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-sdf.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f92a5372e05b421083581dd0b76273e6
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-d411007e\x2dfbbd\x2d4689\x2da406\x2df7377dbaee91.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: af198305e45340b8909e160b507ef193
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi-sdi1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e\x2dpart1.device
	Following Set Member: dev-sdi1.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi/sdi1
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 51f2aa4df555443baf50356a2290d0a5
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0.device
	Following Set Member: dev-sdh.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh
	Found: found-udev
-> Unit prometheus-alertmanager.service:
	Description: Alertmanager for prometheus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-13 23:26:31 CET
	Inactive Exit Timestamp: Fri 2020-11-13 23:26:31 CET
	Active Enter Timestamp: Fri 2020-11-13 23:26:31 CET
	Active Exit Timestamp: Fri 2020-11-13 23:26:31 CET
	Inactive Enter Timestamp: Fri 2020-11-13 23:26:31 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/prometheus-alertmanager.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b033239f498a4c0599b99efdc13dc5c3
	Documentation: https://prometheus.io/docs/alerting/alertmanager/
	Fragment Path: /lib/systemd/system/prometheus-alertmanager.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-13 23:26:31 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-13 23:26:31 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at prometheus-alertmanager.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at prometheus-alertmanager.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 5471
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 20s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: no
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: /etc/default/prometheus-alertmanager
	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: prometheus
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/prometheus-alertmanager $ARGS
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share.mount:
	Description: /share
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: de4cb8b974394b2da84996a6d50e5111
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: share-rpi.mount (destination-path)
	Before: share-backup-mount.mount (destination-path)
	Before: share-backup-insomnia.mount (destination-path)
	Before: share-backup-omena.mount (destination-path)
	Before: share-pics.mount (destination-path)
	Before: share-backup-framboos.mount (destination-path)
	Before: share-backup-tm\x2dmanzana.mount (destination-path)
	Before: share-backup-nopeasti.mount (destination-path)
	Before: share-mp3.mount (destination-path)
	Before: share-public.mount (destination-path)
	Before: session-c49.scope (destination-file)
	Before: share-backup-majoron.mount (destination-path)
	Before: share-backup-dropbox.mount (destination-path)
	Before: share-backup.mount (destination-path)
	Before: share-backup-2linxx.mount (destination-path)
	Before: umount.target (origin-mountinfo-default)
	Before: share-download.mount (destination-path)
	Before: share-movies-TeslaCam.mount (destination-path)
	Before: local-fs.target (origin-mountinfo-default)
	Before: share-games.mount (destination-path)
	Before: share-backup-tm\x2dtwappel.mount (destination-path)
	Before: share-movies-recordings.mount (destination-path)
	Before: var-www-nextcloud-data-richard-files-mp3.mount (destination-path)
	Before: share-backup-twappel.mount (destination-path)
	Before: share-download-transmission.mount (destination-path)
	Before: session-c47.scope (destination-file)
	Before: share-books.mount (destination-path)
	Before: share-movies.mount (destination-path)
	Before: share-backup-tm\x2domena.mount (destination-path)
	Before: share-backup-postgresql.mount (destination-path)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	ReferencedBy: share-movies-TeslaCam.mount (destination-path)
	ReferencedBy: share-download.mount (destination-path)
	ReferencedBy: share-rpi.mount (destination-path)
	ReferencedBy: share-backup-insomnia.mount (destination-path)
	ReferencedBy: share-movies.mount (destination-path)
	ReferencedBy: share-download-transmission.mount (destination-path)
	ReferencedBy: share-backup-twappel.mount (destination-path)
	ReferencedBy: share-public.mount (destination-path)
	ReferencedBy: share-backup-mount.mount (destination-path)
	ReferencedBy: share-movies-recordings.mount (destination-path)
	ReferencedBy: share-backup-nopeasti.mount (destination-path)
	ReferencedBy: share-backup-2linxx.mount (destination-path)
	ReferencedBy: session-c49.scope (destination-file)
	ReferencedBy: share-backup-tm\x2dtwappel.mount (destination-path)
	ReferencedBy: share-books.mount (destination-path)
	ReferencedBy: share-backup-majoron.mount (destination-path)
	ReferencedBy: share-backup-omena.mount (destination-path)
	ReferencedBy: share-backup-postgresql.mount (destination-path)
	ReferencedBy: session-c47.scope (destination-file)
	ReferencedBy: share-mp3.mount (destination-path)
	ReferencedBy: var-www-nextcloud-data-richard-files-mp3.mount (destination-path)
	ReferencedBy: share-games.mount (destination-path)
	ReferencedBy: share-backup-framboos.mount (destination-path)
	ReferencedBy: share-backup-dropbox.mount (destination-path)
	ReferencedBy: share-backup-tm\x2dmanzana.mount (destination-path)
	ReferencedBy: share-pics.mount (destination-path)
	ReferencedBy: share-backup.mount (destination-path)
	ReferencedBy: share-backup-tm\x2domena.mount (destination-path)
	RequiresMountsFor: / (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share
	What: tank/share
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Thu 2020-11-19 10:44:19 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d50e793d91cc4700a9118381126dc1af
	Fragment Path: /lib/systemd/system/avahi-daemon.socket
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: avahi-daemon.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: avahi-daemon.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	Triggers: avahi-daemon.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: avahi-daemon.service (origin-implicit)
	References: sockets.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	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: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at ntp.service:
	Description: pushover warning
	Instance: ntp
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: ntp.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service ntp at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit system-pushover\x2dwarning.slice:
	Description: system-pushover\x2dwarning.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:02:44 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:02:44 CET
	Active Enter Timestamp: Sun 2020-11-15 00:02:44 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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-pushover\x2dwarning.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 8f8ae120029745848de8eb72846ace04
	Condition Timestamp: Sun 2020-11-15 00:02:44 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:02:44 CET
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: pushover-warning at evohome-exporter.service (destination-file)
	RequiredBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: pushover-warning at rescue.service (destination-file)
	RequiredBy: pushover-warning at cluster.service (destination-file)
	RequiredBy: pushover-warning at systemd-fsckd.service (destination-file)
	RequiredBy: pushover-warning at systemd-quotacheck.service (destination-file)
	RequiredBy: pushover-warning at systemd-journal-flush.service (destination-file)
	RequiredBy: pushover-warning at transmission-daemon.service (destination-file)
	RequiredBy: pushover-warning at dm-event.service (destination-file)
	RequiredBy: pushover-warning at rng-tools.service (destination-file)
	RequiredBy: pushover-warning at auth-rpcgss-module.service (destination-file)
	RequiredBy: pushover-warning at zfs-import-scan.service (destination-file)
	RequiredBy: pushover-warning at apt-daily.service (destination-file)
	RequiredBy: pushover-warning at getty-static.service (destination-file)
	RequiredBy: pushover-warning at sysstat.service (destination-file)
	RequiredBy: pushover-warning at systemd-initctl.service (destination-file)
	RequiredBy: pushover-warning at systemd-user-sessions.service (destination-file)
	RequiredBy: pushover-warning at netatalk.service (destination-file)
	RequiredBy: pushover-warning at keyboard-setup.service (destination-file)
	RequiredBy: pushover-warning at zfs-import-cache.service (destination-file)
	RequiredBy: pushover-warning at mariadb.service (destination-file)
	RequiredBy: pushover-warning at systemd-sysusers.service (destination-file)
	RequiredBy: pushover-warning at logitechmediaserver.service (destination-file)
	RequiredBy: pushover-warning at binfmt-support.service (destination-file)
	RequiredBy: pushover-warning at postfix.service (destination-file)
	RequiredBy: pushover-warning at systemd-journald.service (destination-file)
	RequiredBy: pushover-warning at systemd-udevd.service (destination-file)
	RequiredBy: pushover-warning at tftpd-hpa.service (destination-file)
	RequiredBy: pushover-warning at docker-pihole.service (destination-file)
	RequiredBy: pushover-warning at systemd-update-utmp.service (destination-file)
	RequiredBy: pushover-warning at prometheus-node-exporter-apt.service (destination-file)
	RequiredBy: pushover-warning at systemd-sysctl.service (destination-file)
	RequiredBy: pushover-warning at systemd-networkd.service (destination-file)
	RequiredBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-file)
	RequiredBy: pushover-warning at prometheus.service (destination-file)
	RequiredBy: pushover-warning at ssh.service (destination-file)
	RequiredBy: pushover-warning at man-db.service (destination-file)
	RequiredBy: pushover-warning at nfs-server.service (destination-file)
	RequiredBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	RequiredBy: pushover-warning at gitea.service (destination-file)
	RequiredBy: pushover-warning at systemd-ask-password-wall.service (destination-file)
	RequiredBy: pushover-warning at irqbalance.service (destination-file)
	RequiredBy: pushover-warning at zfs-load-module.service (destination-file)
	RequiredBy: pushover-warning at unifi.service (destination-file)
	RequiredBy: pushover-warning at systemd-fsck.service (destination-file)
	RequiredBy: pushover-warning at avahi-daemon.service (destination-file)
	RequiredBy: pushover-warning at tinyproxy.service (destination-file)
	RequiredBy: pushover-warning at docker-sonarr.service (destination-file)
	RequiredBy: pushover-warning at systemd-udev-settle.service (destination-file)
	RequiredBy: pushover-warning at console-setup.service (destination-file)
	RequiredBy: pushover-warning at zfs-zed.service (destination-file)
	RequiredBy: pushover-warning at systemd-rfkill.service (destination-file)
	RequiredBy: pushover-warning at unattended-upgrades.service (destination-file)
	RequiredBy: pushover-warning at postgresql.service (destination-file)
	RequiredBy: pushover-warning at rsyslog.service (destination-file)
	RequiredBy: pushover-warning at user-runtime-dir.service (destination-file)
	RequiredBy: pushover-warning at grafana-server.service (destination-file)
	RequiredBy: pushover-warning at cpufrequtils.service (destination-file)
	RequiredBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	RequiredBy: pushover-warning at plymouth.service (destination-file)
	RequiredBy: pushover-warning at tvheadend.service (destination-file)
	RequiredBy: pushover-warning at prometheus-node-exporter.service (destination-file)
	RequiredBy: pushover-warning at haveged.service (destination-file)
	RequiredBy: pushover-warning at polkit.service (destination-file)
	RequiredBy: pushover-warning at lvm2-monitor.service (destination-file)
	RequiredBy: pushover-warning at cups.service (destination-file)
	RequiredBy: pushover-warning at systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: pushover-warning at smbd.service (destination-file)
	RequiredBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: pushover-warning at systemd-machine-id-commit.service (destination-file)
	RequiredBy: pushover-warning at zfs-volume-wait.service (destination-file)
	RequiredBy: pushover-warning at docker.service (destination-file)
	RequiredBy: pushover-warning at nfs-blkmap.service (destination-file)
	RequiredBy: pushover-warning at ntp.service (destination-file)
	RequiredBy: pushover-warning at blk-availability.service (destination-file)
	RequiredBy: pushover-warning at networking.service (destination-file)
	RequiredBy: pushover-warning at monitorix.service (destination-file)
	RequiredBy: pushover-warning at smartd.service (destination-file)
	RequiredBy: pushover-warning at emergency.service (destination-file)
	RequiredBy: pushover-warning at pf_ring.service (destination-file)
	RequiredBy: pushover-warning at systemd-hwdb-update.service (destination-file)
	RequiredBy: pushover-warning at prometheus-alertmanager.service (destination-file)
	RequiredBy: pushover-warning at minidlna.service (destination-file)
	RequiredBy: pushover-warning at ntopng.service (destination-file)
	RequiredBy: pushover-warning at dbus.service (destination-file)
	RequiredBy: pushover-warning at apache2.service (destination-file)
	RequiredBy: pushover-warning at rpc-gssd.service (destination-file)
	RequiredBy: pushover-warning at nfs-mountd.service (destination-file)
	RequiredBy: pushover-warning at systemd-modules-load.service (destination-file)
	RequiredBy: pushover-warning at netdata.service (destination-file)
	RequiredBy: pushover-warning at nfs-utils.service (destination-file)
	RequiredBy: pushover-warning at rc-local.service (destination-file)
	RequiredBy: pushover-warning at docker-nzbhydra2.service (destination-file)
	RequiredBy: pushover-warning at systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: pushover-warning at logrotate.service (destination-file)
	RequiredBy: pushover-warning at minissdpd.service (destination-file)
	RequiredBy: pushover-warning at cron.service (destination-file)
	RequiredBy: pushover-warning at systemd-boot-system-token.service (destination-file)
	RequiredBy: pushover-warning at colord.service (destination-file)
	RequiredBy: pushover-warning at rpc-statd-notify.service (destination-file)
	RequiredBy: pushover-warning at systemd-pstore.service (destination-file)
	RequiredBy: pushover-warning at ifupdown-pre.service (destination-file)
	RequiredBy: pushover-warning at zfs-share.service (destination-file)
	RequiredBy: pushover-warning at systemd-logind.service (destination-file)
	RequiredBy: pushover-warning at openvpn.service (destination-file)
	RequiredBy: pushover-warning at hddtemp.service (destination-file)
	RequiredBy: pushover-warning at rpc-svcgssd.service (destination-file)
	RequiredBy: pushover-warning at systemd-udev-trigger.service (destination-file)
	RequiredBy: pushover-warning at cups-browsed.service (destination-file)
	RequiredBy: pushover-warning at rsync.service (destination-file)
	RequiredBy: pushover-warning at containerd.service (destination-file)
	RequiredBy: pushover-warning at systemd-fsck-root.service (destination-file)
	RequiredBy: pushover-warning at phpsessionclean.service (destination-file)
	RequiredBy: pushover-warning at lvm2-lvmpolld.service (destination-file)
	RequiredBy: pushover-warning at nfs-config.service (destination-file)
	RequiredBy: pushover-warning at user.service (destination-file)
	RequiredBy: pushover-warning at apparmor.service (destination-file)
	RequiredBy: pushover-warning at openipmi.service (destination-file)
	RequiredBy: pushover-warning at docker-radarr.service (destination-file)
	RequiredBy: pushover-warning at systemd-timesyncd.service (destination-file)
	RequiredBy: pushover-warning at zfs-mount.service (destination-file)
	RequiredBy: pushover-warning at lm-sensors.service (destination-file)
	RequiredBy: pushover-warning at loadcpufreq.service (destination-file)
	RequiredBy: pushover-warning at redis-server.service (destination-file)
	RequiredBy: pushover-warning at kmod-static-nodes.service (destination-file)
	RequiredBy: pushover-warning at dropbox.service (destination-file)
	RequiredBy: pushover-warning at docker-nzbget.service (destination-file)
	RequiredBy: pushover-warning at apcupsd.service (destination-file)
	RequiredBy: pushover-warning at getty.service (destination-file)
	RequiredBy: pushover-warning at pcscd.service (destination-file)
	RequiredBy: pushover-warning at systemd-random-seed.service (destination-file)
	RequiredBy: pushover-warning at systemd-binfmt.service (destination-file)
	RequiredBy: pushover-warning at rpc-statd.service (destination-file)
	RequiredBy: pushover-warning at apt-daily-upgrade.service (destination-file)
	RequiredBy: pushover-warning at nmbd.service (destination-file)
	RequiredBy: pushover-warning at docker-netatmo.service (destination-file)
	RequiredBy: pushover-warning at systemd-ask-password-console.service (destination-file)
	RequiredBy: pushover-warning at systemd-remount-fs.service (destination-file)
	RequiredBy: pushover-warning at atd.service (destination-file)
	RequiredBy: pushover-warning at modprobe.service (destination-file)
	RequiredBy: pushover-warning at nfs-idmapd.service (destination-file)
	RequiredBy: pushover-warning at pushover-warning.service (destination-file)
	RequiredBy: pushover-warning at ipvsadm.service (destination-file)
	RequiredBy: pushover-warning at rpcbind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: pushover-warning at zfs-share.service (destination-file)
	Before: pushover-warning at tvheadend.service (destination-file)
	Before: pushover-warning at ssh.service (destination-file)
	Before: pushover-warning at atd.service (destination-file)
	Before: pushover-warning at apache2.service (destination-file)
	Before: pushover-warning at ifupdown-pre.service (destination-file)
	Before: pushover-warning at ntp.service (destination-file)
	Before: pushover-warning at zfs-import-cache.service (destination-file)
	Before: pushover-warning at rpc-statd.service (destination-file)
	Before: pushover-warning at netdata.service (destination-file)
	Before: pushover-warning at postgresql.service (destination-file)
	Before: pushover-warning at systemd-machine-id-commit.service (destination-file)
	Before: pushover-warning at systemd-boot-system-token.service (destination-file)
	Before: pushover-warning at dropbox.service (destination-file)
	Before: pushover-warning at auth-rpcgss-module.service (destination-file)
	Before: pushover-warning at phpsessionclean.service (destination-file)
	Before: pushover-warning at man-db.service (destination-file)
	Before: pushover-warning at rsyslog.service (destination-file)
	Before: pushover-warning at postfix.service (destination-file)
	Before: pushover-warning at lvm2-lvmpolld.service (destination-file)
	Before: pushover-warning at systemd-udevd.service (destination-file)
	Before: pushover-warning at user-runtime-dir.service (destination-file)
	Before: pushover-warning at plymouth.service (destination-file)
	Before: pushover-warning at systemd-rfkill.service (destination-file)
	Before: pushover-warning at colord.service (destination-file)
	Before: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	Before: pushover-warning at apt-daily-upgrade.service (destination-file)
	Before: pushover-warning at systemd-udev-settle.service (destination-file)
	Before: pushover-warning at prometheus-alertmanager.service (destination-file)
	Before: pushover-warning at kmod-static-nodes.service (destination-file)
	Before: pushover-warning at zfs-zed.service (destination-file)
	Before: pushover-warning at transmission-daemon.service (destination-file)
	Before: pushover-warning at docker-nzbget.service (destination-file)
	Before: pushover-warning at nfs-server.service (destination-file)
	Before: pushover-warning at emergency.service (destination-file)
	Before: pushover-warning at pcscd.service (destination-file)
	Before: pushover-warning at loadcpufreq.service (destination-file)
	Before: pushover-warning at systemd-sysusers.service (destination-file)
	Before: pushover-warning at user.service (destination-file)
	Before: pushover-warning at lvm2-monitor.service (destination-file)
	Before: pushover-warning at systemd-update-utmp.service (destination-file)
	Before: pushover-warning at ipvsadm.service (destination-file)
	Before: pushover-warning at docker-netatmo.service (destination-file)
	Before: pushover-warning at minissdpd.service (destination-file)
	Before: pushover-warning at cpufrequtils.service (destination-file)
	Before: pushover-warning at systemd-initctl.service (destination-file)
	Before: pushover-warning at keyboard-setup.service (destination-file)
	Before: pushover-warning at systemd-hwdb-update.service (destination-file)
	Before: pushover-warning at tftpd-hpa.service (destination-file)
	Before: pushover-warning at console-setup.service (destination-file)
	Before: pushover-warning at networking.service (destination-file)
	Before: pushover-warning at pushover-warning.service (destination-file)
	Before: pushover-warning at zfs-import-scan.service (destination-file)
	Before: pushover-warning at getty-static.service (destination-file)
	Before: pushover-warning at ntopng.service (destination-file)
	Before: pushover-warning at mariadb.service (destination-file)
	Before: pushover-warning at systemd-fsck-root.service (destination-file)
	Before: pushover-warning at systemd-quotacheck.service (destination-file)
	Before: pushover-warning at prometheus.service (destination-file)
	Before: pushover-warning at nfs-idmapd.service (destination-file)
	Before: pushover-warning at systemd-logind.service (destination-file)
	Before: pushover-warning at apcupsd.service (destination-file)
	Before: pushover-warning at haveged.service (destination-file)
	Before: pushover-warning at prometheus-node-exporter-smartmon.service (destination-file)
	Before: pushover-warning at avahi-daemon.service (destination-file)
	Before: pushover-warning at logrotate.service (destination-file)
	Before: pushover-warning at systemd-journald.service (destination-file)
	Before: pushover-warning at rc-local.service (destination-file)
	Before: pushover-warning at smartd.service (destination-file)
	Before: pushover-warning at rpc-gssd.service (destination-file)
	Before: pushover-warning at rpc-svcgssd.service (destination-file)
	Before: pushover-warning at evohome-exporter.service (destination-file)
	Before: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-file)
	Before: pushover-warning at systemd-random-seed.service (destination-file)
	Before: pushover-warning at containerd.service (destination-file)
	Before: pushover-warning at systemd-sysctl.service (destination-file)
	Before: pushover-warning at dm-event.service (destination-file)
	Before: pushover-warning at blk-availability.service (destination-file)
	Before: pushover-warning at binfmt-support.service (destination-file)
	Before: pushover-warning at minidlna.service (destination-file)
	Before: pushover-warning at cluster.service (destination-file)
	Before: pushover-warning at hddtemp.service (destination-file)
	Before: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	Before: pushover-warning at systemd-timesyncd.service (destination-file)
	Before: pushover-warning at dbus.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: pushover-warning at nfs-config.service (destination-file)
	Before: pushover-warning at irqbalance.service (destination-file)
	Before: pushover-warning at modprobe.service (destination-file)
	Before: pushover-warning at openvpn.service (destination-file)
	Before: pushover-warning at nmbd.service (destination-file)
	Before: pushover-warning at grafana-server.service (destination-file)
	Before: pushover-warning at prometheus-node-exporter-apt.service (destination-file)
	Before: pushover-warning at prometheus-node-exporter.service (destination-file)
	Before: pushover-warning at systemd-networkd.service (destination-file)
	Before: pushover-warning at systemd-tmpfiles-clean.service (destination-file)
	Before: pushover-warning at redis-server.service (destination-file)
	Before: pushover-warning at cron.service (destination-file)
	Before: pushover-warning at systemd-tmpfiles-setup.service (destination-file)
	Before: pushover-warning at docker-pihole.service (destination-file)
	Before: pushover-warning at apparmor.service (destination-file)
	Before: pushover-warning at systemd-pstore.service (destination-file)
	Before: pushover-warning at rsync.service (destination-file)
	Before: pushover-warning at systemd-update-utmp-runlevel.service (destination-file)
	Before: pushover-warning at zfs-load-module.service (destination-file)
	Before: pushover-warning at lm-sensors.service (destination-file)
	Before: pushover-warning at docker-radarr.service (destination-file)
	Before: pushover-warning at docker-nzbhydra2.service (destination-file)
	Before: pushover-warning at netatalk.service (destination-file)
	Before: pushover-warning at zfs-mount.service (destination-file)
	Before: pushover-warning at pf_ring.service (destination-file)
	Before: pushover-warning at systemd-fsck.service (destination-file)
	Before: pushover-warning at nfs-mountd.service (destination-file)
	Before: pushover-warning at systemd-ask-password-console.service (destination-file)
	Before: pushover-warning at systemd-fsckd.service (destination-file)
	Before: pushover-warning at systemd-remount-fs.service (destination-file)
	Before: pushover-warning at nfs-utils.service (destination-file)
	Before: pushover-warning at unattended-upgrades.service (destination-file)
	Before: pushover-warning at apt-daily.service (destination-file)
	Before: pushover-warning at zfs-volume-wait.service (destination-file)
	Before: pushover-warning at polkit.service (destination-file)
	Before: pushover-warning at logitechmediaserver.service (destination-file)
	Before: pushover-warning at systemd-modules-load.service (destination-file)
	Before: pushover-warning at getty.service (destination-file)
	Before: pushover-warning at cups-browsed.service (destination-file)
	Before: pushover-warning at gitea.service (destination-file)
	Before: pushover-warning at openipmi.service (destination-file)
	Before: pushover-warning at tinyproxy.service (destination-file)
	Before: pushover-warning at smbd.service (destination-file)
	Before: pushover-warning at cups.service (destination-file)
	Before: pushover-warning at systemd-udev-trigger.service (destination-file)
	Before: pushover-warning at docker.service (destination-file)
	Before: pushover-warning at rpcbind.service (destination-file)
	Before: pushover-warning at systemd-user-sessions.service (destination-file)
	Before: pushover-warning at rng-tools.service (destination-file)
	Before: pushover-warning at rpc-statd-notify.service (destination-file)
	Before: pushover-warning at nfs-blkmap.service (destination-file)
	Before: pushover-warning at systemd-ask-password-wall.service (destination-file)
	Before: pushover-warning at rescue.service (destination-file)
	Before: pushover-warning at sysstat.service (destination-file)
	Before: pushover-warning at unifi.service (destination-file)
	Before: pushover-warning at docker-sonarr.service (destination-file)
	Before: pushover-warning at monitorix.service (destination-file)
	Before: pushover-warning at systemd-binfmt.service (destination-file)
	Before: pushover-warning at systemd-journal-flush.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: pushover-warning at grafana-server.service (destination-file)
	ReferencedBy: pushover-warning at nfs-utils.service (destination-file)
	ReferencedBy: pushover-warning at systemd-timesyncd.service (destination-file)
	ReferencedBy: pushover-warning at zfs-share.service (destination-file)
	ReferencedBy: pushover-warning at user.service (destination-file)
	ReferencedBy: pushover-warning at emergency.service (destination-file)
	ReferencedBy: pushover-warning at transmission-daemon.service (destination-file)
	ReferencedBy: pushover-warning at tvheadend.service (destination-file)
	ReferencedBy: pushover-warning at getty.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: pushover-warning at systemd-ask-password-console.service (destination-file)
	ReferencedBy: pushover-warning at cluster.service (destination-file)
	ReferencedBy: pushover-warning at smartd.service (destination-file)
	ReferencedBy: pushover-warning at nfs-config.service (destination-file)
	ReferencedBy: pushover-warning at systemd-initctl.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: pushover-warning at pcscd.service (destination-file)
	ReferencedBy: pushover-warning at postgresql.service (destination-file)
	ReferencedBy: pushover-warning at pushover-warning.service (destination-file)
	ReferencedBy: pushover-warning at keyboard-setup.service (destination-file)
	ReferencedBy: pushover-warning at cpufrequtils.service (destination-file)
	ReferencedBy: pushover-warning at systemd-journald.service (destination-file)
	ReferencedBy: pushover-warning at openvpn.service (destination-file)
	ReferencedBy: pushover-warning at pf_ring.service (destination-file)
	ReferencedBy: pushover-warning at networking.service (destination-file)
	ReferencedBy: pushover-warning at rsyslog.service (destination-file)
	ReferencedBy: pushover-warning at rpc-svcgssd.service (destination-file)
	ReferencedBy: pushover-warning at dm-event.service (destination-file)
	ReferencedBy: pushover-warning at nfs-mountd.service (destination-file)
	ReferencedBy: pushover-warning at kmod-static-nodes.service (destination-file)
	ReferencedBy: pushover-warning at redis-server.service (destination-file)
	ReferencedBy: pushover-warning at irqbalance.service (destination-file)
	ReferencedBy: pushover-warning at docker-pihole.service (destination-file)
	ReferencedBy: pushover-warning at rescue.service (destination-file)
	ReferencedBy: pushover-warning at monitorix.service (destination-file)
	ReferencedBy: pushover-warning at nmbd.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter.service (destination-file)
	ReferencedBy: pushover-warning at systemd-user-sessions.service (destination-file)
	ReferencedBy: pushover-warning at ntopng.service (destination-file)
	ReferencedBy: pushover-warning at systemd-journal-flush.service (destination-file)
	ReferencedBy: pushover-warning at man-db.service (destination-file)
	ReferencedBy: pushover-warning at zfs-mount.service (destination-file)
	ReferencedBy: pushover-warning at lm-sensors.service (destination-file)
	ReferencedBy: pushover-warning at docker-nzbhydra2.service (destination-file)
	ReferencedBy: pushover-warning at systemd-boot-system-token.service (destination-file)
	ReferencedBy: pushover-warning at unattended-upgrades.service (destination-file)
	ReferencedBy: pushover-warning at evohome-exporter.service (destination-file)
	ReferencedBy: pushover-warning at logitechmediaserver.service (destination-file)
	ReferencedBy: pushover-warning at apcupsd.service (destination-file)
	ReferencedBy: pushover-warning at ifupdown-pre.service (destination-file)
	ReferencedBy: pushover-warning at systemd-networkd.service (destination-file)
	ReferencedBy: pushover-warning at cron.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-alertmanager.service (destination-file)
	ReferencedBy: pushover-warning at ipvsadm.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udev-trigger.service (destination-file)
	ReferencedBy: pushover-warning at rng-tools.service (destination-file)
	ReferencedBy: pushover-warning at unifi.service (destination-file)
	ReferencedBy: pushover-warning at systemd-remount-fs.service (destination-file)
	ReferencedBy: pushover-warning at rpcbind.service (destination-file)
	ReferencedBy: pushover-warning at rpc-statd.service (destination-file)
	ReferencedBy: pushover-warning at docker-nzbget.service (destination-file)
	ReferencedBy: pushover-warning at netatalk.service (destination-file)
	ReferencedBy: pushover-warning at systemd-rfkill.service (destination-file)
	ReferencedBy: pushover-warning at auth-rpcgss-module.service (destination-file)
	ReferencedBy: pushover-warning at rpc-statd-notify.service (destination-file)
	ReferencedBy: pushover-warning at getty-static.service (destination-file)
	ReferencedBy: pushover-warning at apparmor.service (destination-file)
	ReferencedBy: pushover-warning at docker-netatmo.service (destination-file)
	ReferencedBy: pushover-warning at ntp.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsck.service (destination-file)
	ReferencedBy: pushover-warning at nfs-blkmap.service (destination-file)
	ReferencedBy: pushover-warning at containerd.service (destination-file)
	ReferencedBy: pushover-warning at prometheus.service (destination-file)
	ReferencedBy: pushover-warning at avahi-daemon.service (destination-file)
	ReferencedBy: pushover-warning at systemd-binfmt.service (destination-file)
	ReferencedBy: pushover-warning at apt-daily.service (destination-file)
	ReferencedBy: pushover-warning at atd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-update-utmp.service (destination-file)
	ReferencedBy: pushover-warning at systemd-ask-password-wall.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-file)
	ReferencedBy: pushover-warning at console-setup.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-file)
	ReferencedBy: pushover-warning at systemd-sysusers.service (destination-file)
	ReferencedBy: pushover-warning at systemd-sysctl.service (destination-file)
	ReferencedBy: pushover-warning at colord.service (destination-file)
	ReferencedBy: pushover-warning at zfs-zed.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udev-settle.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-apt.service (destination-file)
	ReferencedBy: pushover-warning at systemd-logind.service (destination-file)
	ReferencedBy: pushover-warning at docker-sonarr.service (destination-file)
	ReferencedBy: pushover-warning at postfix.service (destination-file)
	ReferencedBy: pushover-warning at user-runtime-dir.service (destination-file)
	ReferencedBy: pushover-warning at minidlna.service (destination-file)
	ReferencedBy: pushover-warning at zfs-load-module.service (destination-file)
	ReferencedBy: pushover-warning at loadcpufreq.service (destination-file)
	ReferencedBy: pushover-warning at nfs-server.service (destination-file)
	ReferencedBy: pushover-warning at rc-local.service (destination-file)
	ReferencedBy: pushover-warning at systemd-quotacheck.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsckd.service (destination-file)
	ReferencedBy: pushover-warning at cups.service (destination-file)
	ReferencedBy: pushover-warning at zfs-volume-wait.service (destination-file)
	ReferencedBy: pushover-warning at polkit.service (destination-file)
	ReferencedBy: pushover-warning at systemd-udevd.service (destination-file)
	ReferencedBy: pushover-warning at zfs-import-cache.service (destination-file)
	ReferencedBy: pushover-warning at phpsessionclean.service (destination-file)
	ReferencedBy: pushover-warning at plymouth.service (destination-file)
	ReferencedBy: pushover-warning at logrotate.service (destination-file)
	ReferencedBy: pushover-warning at ssh.service (destination-file)
	ReferencedBy: pushover-warning at blk-availability.service (destination-file)
	ReferencedBy: pushover-warning at openipmi.service (destination-file)
	ReferencedBy: pushover-warning at dbus.service (destination-file)
	ReferencedBy: pushover-warning at nfs-idmapd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: pushover-warning at systemd-modules-load.service (destination-file)
	ReferencedBy: pushover-warning at sysstat.service (destination-file)
	ReferencedBy: pushover-warning at rpc-gssd.service (destination-file)
	ReferencedBy: pushover-warning at binfmt-support.service (destination-file)
	ReferencedBy: pushover-warning at mariadb.service (destination-file)
	ReferencedBy: pushover-warning at cups-browsed.service (destination-file)
	ReferencedBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-file)
	ReferencedBy: pushover-warning at minissdpd.service (destination-file)
	ReferencedBy: pushover-warning at smbd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-random-seed.service (destination-file)
	ReferencedBy: pushover-warning at docker.service (destination-file)
	ReferencedBy: pushover-warning at systemd-machine-id-commit.service (destination-file)
	ReferencedBy: pushover-warning at tinyproxy.service (destination-file)
	ReferencedBy: pushover-warning at rsync.service (destination-file)
	ReferencedBy: pushover-warning at hddtemp.service (destination-file)
	ReferencedBy: pushover-warning at haveged.service (destination-file)
	ReferencedBy: pushover-warning at zfs-import-scan.service (destination-file)
	ReferencedBy: pushover-warning at gitea.service (destination-file)
	ReferencedBy: pushover-warning at apt-daily-upgrade.service (destination-file)
	ReferencedBy: pushover-warning at docker-radarr.service (destination-file)
	ReferencedBy: pushover-warning at systemd-pstore.service (destination-file)
	ReferencedBy: pushover-warning at systemd-hwdb-update.service (destination-file)
	ReferencedBy: pushover-warning at lvm2-lvmpolld.service (destination-file)
	ReferencedBy: pushover-warning at tftpd-hpa.service (destination-file)
	ReferencedBy: pushover-warning at modprobe.service (destination-file)
	ReferencedBy: pushover-warning at dropbox.service (destination-file)
	ReferencedBy: pushover-warning at lvm2-monitor.service (destination-file)
	ReferencedBy: pushover-warning at apache2.service (destination-file)
	ReferencedBy: pushover-warning at netdata.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsck-root.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f3441227c28e4f6d9c8b55acba74c840
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F.device
	Following Set Member: dev-sde.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde
	Found: found-udev
-> Unit dev-sda4.device:
	Description: KINGSTON_SUV400S37120G tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 755c0c10c4ef4bbd84f9d1afcace3bb5
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpartuuid-9a7462b7\x2d6351\x2d4742\x2dba90\x2dd859c469db09.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit postfix at -.service:
	Description: Postfix Mail Transport Agent (instance -)
	Instance: -
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:11 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:11 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:08 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system-postfix.slice
	CGroup: /system.slice/system-postfix.slice/postfix at -.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 4b2f944c71ff4feb8118c70c991d4379
	Documentation: man:postfix(1)
	Fragment Path: /lib/systemd/system/postfix at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:08 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:08 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-postfix.slice (origin-file)
	Wants: network-online.target (origin-file)
	PartOf: postfix.service (origin-file)
	WantedBy: postfix.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: postfix.service (origin-file)
	After: nss-lookup.target (origin-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-postfix.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at postfix.service (origin-file)
	ReloadPropagatedFrom: postfix.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at postfix.service (origin-file)
	References: system-postfix.slice (origin-file)
	References: nss-lookup.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: postfix.service (origin-file)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: postfix.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: no
	Type: forking
	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
	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
	-> ExecStartPre:
		Command Line: /usr/lib/postfix/configure-instance.sh -
	-> ExecStart:
		Command Line: /usr/sbin/postmulti -i - -p start
	-> ExecReload:
		Command Line: /usr/sbin/postmulti -i - -p reload
	-> ExecStop:
		Command Line: /usr/sbin/postmulti -i - -p stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-movies-recordings.mount:
	Description: /share/movies/recordings
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-movies-recordings.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6474814c5ae84e3fba1d59ed8fb5149c
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: share.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: share-movies.mount (origin-path)
	After: system.slice (origin-file)
	References: share.mount (origin-path)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: share-movies.mount (origin-path)
	References: system.slice (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	RequiresMountsFor: /share/movies (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/movies/recordings
	What: tank/share/movies/recordings
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at ifupdown-pre.service:
	Description: pushover warning
	Instance: ifupdown-pre
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: ifupdown-pre.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service ifupdown-pre at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart5.device:
	Description: KINGSTON_SUV400S37120G 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: d9080f2cc7924a4c9975df93f053cd21
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-70d00fe4\x2df268\x2d4cb6\x2d92f1\x2df46b544707be.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9d965663f103410f9f8f7d735c17f65f
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh9.device
	Following Set Member: dev-sdh9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-bafdc3f0\x2d4dee\x2d40fa\x2da3f6\x2d103e595406a8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart9.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh9
	Found: found-udev
-> Unit pushover-warning at irqbalance.service:
	Description: pushover warning
	Instance: irqbalance
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: irqbalance.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service irqbalance at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit gssproxy.service:
	Description: gssproxy.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: auth-rpcgss-module.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: nfs-client.target (destination-file)
	After: auth-rpcgss-module.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 70149bff4873413d9e09f79b66e07fb9
	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 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck-root.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: !/run/initramfs/fsck-root untested
	ConditionPathIsReadWrite: !/ untested
	Requires: system.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: local-fs.target (origin-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	OnFailure: pushover-warning at systemd-fsck-root.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: pushover-warning at systemd-fsck-root.service (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit firewalld.service:
	Description: firewalld.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: docker.service (destination-file)
	ReferencedBy: docker.service (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart3.device:
	Description: KINGSTON_SUV400S37120G EFI
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 39eefdab11f647348452c1ae09420074
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dlabel-EFI.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-6DAE\x2d876E.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit pushover-warning at dropbox.service:
	Description: pushover warning
	Instance: dropbox
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: dropbox.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service dropbox at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 74ff68949523424aa83948e22708d1b1
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj9.device
	Following Set Member: dev-sdj9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-d1623a56\x2dfc31\x2d49b7\x2d926d\x2db3145bfaa365.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj9
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0d582016175547e694e2185740c29fbb
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564.device
	Following Set Member: dev-sdf.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf
	Found: found-udev
-> Unit sys-devices-virtual-block-loop0.device:
	Description: /sys/devices/virtual/block/loop0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:23:22 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:23:22 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:23:22 CEST
	Active Exit 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: 64c1669fca0a402fab7b3864e7d81057
	Following Set Member: dev-loop0.device
	Following Set Member: dev-disk-by\x2duuid-63dafc34\x2dc79c\x2d4c46\x2db395\x2dcc3911380dce.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop0
	Found: found-udev
-> Unit dev-sdc9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 885df97d6bd14a77bf655c863e08dfbb
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f6b573b5\x2d7cb6\x2d4c9b\x2db580\x2d7e04ddbecafe.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc9
	Found: found-udev
-> Unit pushover-warning at nfs-idmapd.service:
	Description: pushover warning
	Instance: nfs-idmapd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: nfs-idmapd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service nfs-idmapd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 53c9475f31ae40b487cc5517c2d6fb5d
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sdg1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2dpartuuid-bae5334c\x2da51b\x2d41fd\x2da861\x2de5e108cb938f.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg1
	Found: found-udev
-> Unit pushover-warning at zfs-share.service:
	Description: pushover warning
	Instance: zfs-share
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: zfs-share.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service zfs-share at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-b01b356e\x2d43b2\x2d4753\x2d9d35\x2ddf3fc7872171.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 482533c5054840d5af508a04d4ff4d21
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device
	Following Set Member: dev-sdj1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj1
	Found: found-udev
-> Unit pushover-warning at minidlna.service:
	Description: pushover warning
	Instance: minidlna
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.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-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: minidlna.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service minidlna at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-sysctl.service:
	Description: pushover warning
	Instance: systemd-sysctl
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-sysctl.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-sysctl at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sda1.device:
	Description: KINGSTON_SUV400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 3849de31522d4021bbd9364b7bcdc2d2
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.device
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	RequiredBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-proc-swap)
	RequiredBy: dev-sda1.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-proc-swap)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-proc-swap)
	Before: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-proc-swap)
	Before: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-proc-swap)
	Before: dev-sda1.swap (destination-proc-swap)
	Before: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-proc-swap)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-proc-swap)
	ReferencedBy: dev-sda1.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-proc-swap)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev,found-swap
-> Unit logitechmediaserver.service:
	Description: LSB: Startup script for the Logitech Media Server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-06-17 01:10:00 CEST
	Inactive Exit Timestamp: Wed 2020-06-17 01:10:00 CEST
	Active Enter Timestamp: Wed 2020-06-17 01:10:00 CEST
	Active Exit Timestamp: Wed 2020-06-17 01:09:33 CEST
	Inactive Enter Timestamp: Wed 2020-06-17 01:09:33 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/logitechmediaserver.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b60e8748517e4ef4bdf2c7d295c966b2
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/logitechmediaserver.service
	Source Path: /etc/init.d/logitechmediaserver
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Wed 2020-06-17 01:10:00 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2020-06-17 01:10:00 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: all.target (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at logitechmediaserver.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: graphical.target (origin-file)
	References: shutdown.target (origin-default)
	References: all.target (origin-file)
	References: multi-user.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at logitechmediaserver.service (origin-file)
	ReferencedBy: graphical.target (destination-file destination-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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/logitechmediaserver start
	-> ExecStop:
		Command Line: /etc/init.d/logitechmediaserver stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ff2e0b648e8f413394155fa08a721a35
	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 blockdev at dev-loop1.target:
	Description: Block Device Preparation for /dev/loop1
	Instance: dev-loop1
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 00:04:40 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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: mnt-usb.mount (destination-mountinfo-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: mnt-usb.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-subsystem-net-devices-vethb369f95.device:
	Description: /sys/subsystem/net/devices/vethb369f95
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Exit 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: fe0304134fa742f993b617f55c173c87
	Following Set Member: sys-devices-virtual-net-vethb369f95.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethb369f95
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1c.5-0000:04:00.0-net-eth1.device:
	Description: I210 Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 5ca774e58d384d01a2b91655900e3a23
	Following Set Member: sys-subsystem-net-devices-eth1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/net/eth1
	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: Thu 2020-11-19 22:33:06 CET
	Inactive Exit Timestamp: Thu 2020-11-19 22:33:05 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Thu 2020-11-19 22:33:06 CET
	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: e44d8bf62b544e83a84ed43233568352
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionACPower: true succeeded
	Condition Timestamp: Thu 2020-11-19 22:33:05 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 22:33:05 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	Before: shutdown.target (origin-default)
	After: apt-daily.timer (destination-implicit)
	After: systemd-networkd.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network-online.target (origin-file)
	After: connman.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at apt-daily.service (origin-file)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: connman.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-networkd.service (origin-file)
	References: pushover-warning at apt-daily.service (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-journald.socket (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
	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
	-> ExecStartPre:
		Command Line: /usr/lib/apt/apt-helper wait-online
			PID: 1326
			Start Timestamp: Thu 2020-11-19 22:33:05 CET
			Exit Timestamp: Thu 2020-11-19 22:33:05 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily update
			PID: 1330
			Start Timestamp: Thu 2020-11-19 22:33:05 CET
			Exit Timestamp: Thu 2020-11-19 22:33:06 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f19356a024f645bab3f92a1c3d6913a4
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564.device
	Following Set Member: dev-sdf.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf
	Found: found-udev
-> Unit dev-sdk9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 115be744b7b44efb8ab4bd4428f62f86
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-61028f4f\x2d5bc4\x2d4bbc\x2d82ac\x2d73e3fc51f11f.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk9.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk9
	Found: found-udev
-> Unit man-db.timer:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 00:00:43 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: 30a9dc38c01547c8bdb7f12b5945dcbe
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.timer
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: man-db.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: man-db.service (origin-implicit)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: man-db.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit pushover-warning at zfs-volume-wait.service:
	Description: pushover warning
	Instance: zfs-volume-wait
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: zfs-volume-wait.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service zfs-volume-wait at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 3ef34c15ebd845718bbe9e933b9aff5a
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: emergency.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: emergency.target (destination-file)
	Before: rescue.service (origin-file)
	Before: sysinit.target (destination-file)
	After: system.slice (origin-file)
	After: syslog.socket (destination-file)
	OnFailure: pushover-warning at emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at emergency.service (origin-file)
	References: rescue.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: emergency.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
	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
	-> ExecStartPre:
		Command Line: /bin/plymouth --wait quit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sulogin-shell emergency
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount:
	Description: /var/lib/docker/aufs/mnt/63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-11-11 16:49:12 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-docker-aufs-mnt-63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.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.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /var/lib/docker/aufs/mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/docker/aufs/mnt/63211ddb47b25ac7140accb02ad713a3c58fbbe9b86247c0410146e183871c0a
	What: none
	File System Type: aufs
	Options: rw,relatime,si=1c1a48e4e1ad37b2,dio,dirperm1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit system-systemd\x2dfsck.slice:
	Description: system-systemd\x2dfsck.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/system-systemd\x2dfsck.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: bef3957ec2874547bb83c9e68ed528c4
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> Unit share-backup-framboos.mount:
	Description: /share/backup/framboos
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-framboos.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: b57b13bc75e340aba332624901d9c3e2
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: share.mount (origin-path)
	After: -.mount (origin-path)
	After: share-backup.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: share.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: share-backup.mount (origin-path)
	References: system.slice (origin-file)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/framboos
	What: tank/share/backup/framboos
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-veth8c771ec.device:
	Description: /sys/devices/virtual/net/veth8c771ec
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Exit 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: c72fbd8adc8340ec9ce91cffaf119df8
	Following Set Member: sys-subsystem-net-devices-veth8c771ec.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/veth8c771ec
	Found: found-udev
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	ConflictedBy: docker-sonarr.service (destination-default)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ConflictedBy: pushover-warning at mariadb.service (destination-default)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: docker-netatmo.service (destination-default)
	ConflictedBy: cluster.service (destination-default)
	ConflictedBy: sysstat.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.socket (destination-file)
	ConflictedBy: ntopng.service (destination-default)
	ConflictedBy: zfs-share.service (destination-default)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: pushover-warning at smartd.service (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: smbd.service (destination-default)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: time-set.target (destination-default)
	ConflictedBy: pushover-warning at lvm2-monitor.service (destination-default)
	ConflictedBy: blockdev at dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.target (destination-default)
	ConflictedBy: systemd-rfkill.service (destination-file)
	ConflictedBy: pushover-warning at rc-local.service (destination-default)
	ConflictedBy: containerd.service (destination-default)
	ConflictedBy: pushover-warning at nfs-utils.service (destination-default)
	ConflictedBy: pushover-warning at zfs-share.service (destination-default)
	ConflictedBy: pushover-warning at polkit.service (destination-default)
	ConflictedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	ConflictedBy: zfs-zed.service (destination-default)
	ConflictedBy: transmission-daemon.service (destination-default)
	ConflictedBy: man-db.timer (destination-default)
	ConflictedBy: pushover-warning at rpc-statd-notify.service (destination-default)
	ConflictedBy: evohome-exporter.service (destination-default)
	ConflictedBy: dropbox.service (destination-default)
	ConflictedBy: docker-nzbget.service (destination-default)
	ConflictedBy: gitea.service (destination-default)
	ConflictedBy: postgresql at 11-main.service (destination-default)
	ConflictedBy: netatalk.service (destination-default)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: ipvsadm.service (destination-default)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: pushover-warning at logitechmediaserver.service (destination-default)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: pushover-warning at nfs-blkmap.service (destination-default)
	ConflictedBy: tvheadend.service (destination-default)
	ConflictedBy: pushover-warning at binfmt-support.service (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: postgresql.service (destination-default)
	ConflictedBy: pushover-warning at man-db.service (destination-default)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: apcupsd.service (destination-default)
	ConflictedBy: user-1000.slice (destination-default)
	ConflictedBy: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	ConflictedBy: pushover-warning at transmission-daemon.service (destination-default)
	ConflictedBy: blk-availability.service (destination-file)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: pushover-warning at ifupdown-pre.service (destination-default)
	ConflictedBy: pushover-warning at avahi-daemon.service (destination-default)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: pushover-warning at docker-sonarr.service (destination-default)
	ConflictedBy: pushover-warning at haveged.service (destination-default)
	ConflictedBy: pushover-warning at docker-nzbhydra2.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: prometheus-node-exporter.service (destination-default)
	ConflictedBy: user-128.slice (destination-default)
	ConflictedBy: pushover-warning at rpc-statd.service (destination-default)
	ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: pushover-warning at rsyslog.service (destination-default)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: pushover-warning at zfs-import-scan.service (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: pushover-warning at cpufrequtils.service (destination-default)
	ConflictedBy: netdata.service (destination-default)
	ConflictedBy: pushover-warning at docker-radarr.service (destination-default)
	ConflictedBy: pushover-warning at unattended-upgrades.service (destination-default)
	ConflictedBy: rsync.service (destination-default)
	ConflictedBy: docker-nzbhydra2.service (destination-default)
	ConflictedBy: pushover-warning at cups.service (destination-default)
	ConflictedBy: zfs-import.target (destination-default)
	ConflictedBy: pushover-warning at rpc-gssd.service (destination-default)
	ConflictedBy: mariadb.service (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: pushover-warning at netatalk.service (destination-default)
	ConflictedBy: pushover-warning at prometheus-node-exporter.service (destination-default)
	ConflictedBy: pushover-warning at user-runtime-dir.service (destination-default)
	ConflictedBy: prometheus-node-exporter-apt.timer (destination-default)
	ConflictedBy: pushover-warning at systemd-rfkill.service (destination-default)
	ConflictedBy: colord.service (destination-default)
	ConflictedBy: session-2.scope (destination-default)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: zfs.target (destination-default)
	ConflictedBy: prometheus-node-exporter-apt.service (destination-default)
	ConflictedBy: pushover-warning at nfs-config.service (destination-default)
	ConflictedBy: pushover-warning at hddtemp.service (destination-default)
	ConflictedBy: system-postgresql.slice (destination-default)
	ConflictedBy: user-129.slice (destination-default)
	ConflictedBy: unifi.service (destination-default)
	ConflictedBy: pushover-warning at zfs-zed.service (destination-default)
	ConflictedBy: system-pushover\x2dwarning.slice (destination-default)
	ConflictedBy: pushover-warning at keyboard-setup.service (destination-default)
	ConflictedBy: openvpn.service (destination-default)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: pushover-warning at apt-daily.service (destination-default)
	ConflictedBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ConflictedBy: pushover-warning at auth-rpcgss-module.service (destination-default)
	ConflictedBy: postfix at -.service (destination-default)
	ConflictedBy: plymouth.service (destination-default)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: pushover-warning at docker.service (destination-default)
	ConflictedBy: pushover-warning at nfs-server.service (destination-default)
	ConflictedBy: pushover-warning at apt-daily-upgrade.service (destination-default)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: dm-event.service (destination-file)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: phpsessionclean.timer (destination-default)
	ConflictedBy: redis-server.service (destination-default)
	ConflictedBy: pushover-warning at systemd-pstore.service (destination-default)
	ConflictedBy: pcscd.service (destination-default)
	ConflictedBy: user at 129.service (destination-default)
	ConflictedBy: pushover-warning at netdata.service (destination-default)
	ConflictedBy: pushover-warning at apcupsd.service (destination-default)
	ConflictedBy: pushover-warning at tinyproxy.service (destination-default)
	ConflictedBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: pushover-warning at sysstat.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.service (destination-file)
	ConflictedBy: pushover-warning at dm-event.service (destination-default)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: apache2.service (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: blockdev at dev-sda1.target (destination-default)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: pushover-warning at user.service (destination-default)
	ConflictedBy: user-runtime-dir at 1000.service (destination-default)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: pushover-warning at systemd-modules-load.service (destination-default)
	ConflictedBy: avahi-daemon.socket (destination-default)
	ConflictedBy: pushover-warning at systemd-journal-flush.service (destination-default)
	ConflictedBy: zfs-volumes.target (destination-default)
	ConflictedBy: user-runtime-dir at 128.service (destination-default)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	ConflictedBy: tinyproxy.service (destination-default)
	ConflictedBy: pf_ring.service (destination-default)
	ConflictedBy: pushover-warning at smbd.service (destination-default)
	ConflictedBy: session-c49.scope (destination-default)
	ConflictedBy: pushover-warning at systemd-fsck-root.service (destination-default)
	ConflictedBy: pushover-warning at rpcbind.service (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: pushover-warning at nmbd.service (destination-default)
	ConflictedBy: monitorix.service (destination-default)
	ConflictedBy: pushover-warning at postfix.service (destination-default)
	ConflictedBy: docker.service (destination-default)
	ConflictedBy: pushover-warning at systemd-udev-trigger.service (destination-default)
	ConflictedBy: blockdev at dev-sda3.target (destination-default)
	ConflictedBy: pushover-warning at systemd-machine-id-commit.service (destination-default)
	ConflictedBy: pushover-warning at systemd-boot-system-token.service (destination-default)
	ConflictedBy: pushover-warning at ssh.service (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: system-modprobe.slice (destination-default)
	ConflictedBy: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	ConflictedBy: pushover-warning at getty-static.service (destination-default)
	ConflictedBy: pushover-warning at openipmi.service (destination-default)
	ConflictedBy: pushover-warning at cron.service (destination-default)
	ConflictedBy: pushover-warning at evohome-exporter.service (destination-default)
	ConflictedBy: pushover-warning at docker-pihole.service (destination-default)
	ConflictedBy: loadcpufreq.service (destination-default)
	ConflictedBy: nfs-utils.service (destination-default)
	ConflictedBy: openipmi.service (destination-default)
	ConflictedBy: pushover-warning at zfs-volume-wait.service (destination-default)
	ConflictedBy: pushover-warning at apache2.service (destination-default)
	ConflictedBy: pushover-warning at systemd-fsckd.service (destination-default)
	ConflictedBy: pushover-warning at nfs-idmapd.service (destination-default)
	ConflictedBy: session-c47.scope (destination-default)
	ConflictedBy: pushover-warning at logrotate.service (destination-default)
	ConflictedBy: prometheus-alertmanager.service (destination-default)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: lm-sensors.service (destination-default)
	ConflictedBy: pushover-warning at ntopng.service (destination-default)
	ConflictedBy: pushover-warning at systemd-user-sessions.service (destination-default)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: unattended-upgrades.service (destination-default)
	ConflictedBy: pushover-warning at postgresql.service (destination-default)
	ConflictedBy: pushover-warning at gitea.service (destination-default)
	ConflictedBy: pushover-warning at plymouth.service (destination-default)
	ConflictedBy: pushover-warning at systemd-ask-password-wall.service (destination-default)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: pushover-warning at dropbox.service (destination-default)
	ConflictedBy: docker-pihole.service (destination-default)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: docker-radarr.service (destination-default)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: systemd-rfkill.socket (destination-file)
	ConflictedBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	ConflictedBy: pushover-warning at lvm2-lvmpolld.service (destination-default)
	ConflictedBy: blockdev at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.target (destination-default)
	ConflictedBy: avahi-daemon.service (destination-default)
	ConflictedBy: atd.service (destination-default)
	ConflictedBy: rpcbind.target (destination-default)
	ConflictedBy: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	ConflictedBy: nmbd.service (destination-default)
	ConflictedBy: pushover-warning at ntp.service (destination-default)
	ConflictedBy: user at 128.service (destination-default)
	ConflictedBy: system-postfix.slice (destination-default)
	ConflictedBy: pushover-warning at systemd-hwdb-update.service (destination-default)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	ConflictedBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	ConflictedBy: logitechmediaserver.service (destination-default)
	ConflictedBy: pushover-warning at prometheus-alertmanager.service (destination-default)
	ConflictedBy: pushover-warning at irqbalance.service (destination-default)
	ConflictedBy: pushover-warning at emergency.service (destination-default)
	ConflictedBy: rng-tools.service (destination-default)
	ConflictedBy: pushover-warning at systemd-update-utmp.service (destination-default)
	ConflictedBy: pushover-warning at openvpn.service (destination-default)
	ConflictedBy: nss-lookup.target (destination-default)
	ConflictedBy: minissdpd.service (destination-default)
	ConflictedBy: pushover-warning at monitorix.service (destination-default)
	ConflictedBy: prometheus.service (destination-default)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: pushover-warning at docker-netatmo.service (destination-default)
	ConflictedBy: pushover-warning at grafana-server.service (destination-default)
	ConflictedBy: cups-browsed.service (destination-default)
	ConflictedBy: pushover-warning at containerd.service (destination-default)
	ConflictedBy: pushover-warning at cups-browsed.service (destination-default)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: pushover-warning at rng-tools.service (destination-default)
	ConflictedBy: pushover-warning at getty.service (destination-default)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ConflictedBy: pushover-warning at kmod-static-nodes.service (destination-default)
	ConflictedBy: pushover-warning at atd.service (destination-default)
	ConflictedBy: pushover-warning at systemd-initctl.service (destination-default)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: pushover-warning at systemd-udev-settle.service (destination-default)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: blockdev at dev-loop1.target (destination-default)
	ConflictedBy: cpufrequtils.service (destination-default)
	ConflictedBy: user-runtime-dir at 129.service (destination-default)
	ConflictedBy: pushover-warning at rsync.service (destination-default)
	ConflictedBy: pushover-warning at loadcpufreq.service (destination-default)
	ConflictedBy: pushover-warning at rescue.service (destination-default)
	ConflictedBy: dbus.service (destination-default)
	ConflictedBy: pushover-warning at systemd-journald.service (destination-default)
	ConflictedBy: pushover-warning at minissdpd.service (destination-default)
	ConflictedBy: user at 1000.service (destination-default)
	ConflictedBy: polkit.service (destination-default)
	ConflictedBy: pcscd.socket (destination-default)
	ConflictedBy: networking.service (destination-file)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: grafana-server.service (destination-default)
	ConflictedBy: phpsessionclean.service (destination-default)
	ConflictedBy: smartd.service (destination-default)
	ConflictedBy: pushover-warning at prometheus.service (destination-default)
	ConflictedBy: pushover-warning at tftpd-hpa.service (destination-default)
	ConflictedBy: pushover-warning at systemd-udevd.service (destination-default)
	ConflictedBy: pushover-warning at systemd-networkd.service (destination-default)
	ConflictedBy: pushover-warning at colord.service (destination-default)
	ConflictedBy: pushover-warning at modprobe.service (destination-default)
	ConflictedBy: pushover-warning at blk-availability.service (destination-default)
	ConflictedBy: pushover-warning at networking.service (destination-default)
	ConflictedBy: system-lvm2\x2dpvscan.slice (destination-default)
	ConflictedBy: ntp.service (destination-default)
	ConflictedBy: lvm2-monitor.service (destination-file)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: session-592493.scope (destination-default)
	ConflictedBy: pushover-warning at phpsessionclean.service (destination-default)
	ConflictedBy: pushover-warning at console-setup.service (destination-default)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: pushover-warning at docker-nzbget.service (destination-default)
	ConflictedBy: pushover-warning at redis-server.service (destination-default)
	ConflictedBy: postfix.service (destination-default)
	ConflictedBy: pushover-warning at systemd-logind.service (destination-default)
	ConflictedBy: prometheus-node-exporter-smartmon.timer (destination-default)
	ConflictedBy: pushover-warning at systemd-timesyncd.service (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: pushover-warning at pcscd.service (destination-default)
	ConflictedBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ConflictedBy: hddtemp.service (destination-default)
	ConflictedBy: pushover-warning at zfs-import-cache.service (destination-default)
	ConflictedBy: pushover-warning at systemd-fsck.service (destination-default)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: pushover-warning at systemd-sysusers.service (destination-default)
	ConflictedBy: pushover-warning at zfs-load-module.service (destination-default)
	ConflictedBy: pushover-warning at systemd-random-seed.service (destination-default)
	ConflictedBy: nfs-client.target (destination-default)
	ConflictedBy: pushover-warning at minidlna.service (destination-default)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: pushover-warning at systemd-sysctl.service (destination-default)
	ConflictedBy: pushover-warning at tvheadend.service (destination-default)
	ConflictedBy: systemd-pstore.service (destination-file)
	ConflictedBy: pushover-warning at systemd-quotacheck.service (destination-default)
	ConflictedBy: cups.service (destination-default)
	ConflictedBy: pushover-warning at pushover-warning.service (destination-default)
	ConflictedBy: prometheus-node-exporter-smartmon.service (destination-default)
	ConflictedBy: pushover-warning at nfs-mountd.service (destination-default)
	ConflictedBy: pushover-warning at lm-sensors.service (destination-default)
	ConflictedBy: pushover-warning at ipvsadm.service (destination-default)
	ConflictedBy: systemd-boot-system-token.service (destination-file)
	ConflictedBy: minidlna.service (destination-default)
	ConflictedBy: session-c34.scope (destination-default)
	ConflictedBy: pushover-warning at pf_ring.service (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: pushover-warning at systemd-binfmt.service (destination-default)
	ConflictedBy: pushover-warning at apparmor.service (destination-default)
	ConflictedBy: pushover-warning at cluster.service (destination-default)
	ConflictedBy: pushover-warning at systemd-ask-password-console.service (destination-default)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: docker.socket (destination-default)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: pushover-warning at zfs-mount.service (destination-default)
	ConflictedBy: pushover-warning at systemd-remount-fs.service (destination-default)
	ConflictedBy: pushover-warning at unifi.service (destination-default)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: pushover-warning at dbus.service (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: pushover-warning at rpc-svcgssd.service (destination-default)
	ConflictedBy: tftpd-hpa.service (destination-default)
	After: ipvsadm.service (destination-default)
	After: pushover-warning at cpufrequtils.service (destination-default)
	After: pushover-warning at docker-sonarr.service (destination-default)
	After: man-db.service (destination-default)
	After: pushover-warning at systemd-user-sessions.service (destination-default)
	After: user-1000.slice (destination-default)
	After: rpcbind.target (destination-default)
	After: lm-sensors.service (destination-default)
	After: docker-nzbget.service (destination-default)
	After: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	After: pushover-warning at prometheus.service (destination-default)
	After: cups.service (destination-default)
	After: apt-daily.service (destination-default)
	After: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	After: prometheus.service (destination-default)
	After: openvpn.service (destination-default)
	After: pushover-warning at rsync.service (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: pushover-warning at blk-availability.service (destination-default)
	After: pushover-warning at zfs-import-cache.service (destination-default)
	After: pushover-warning at systemd-modules-load.service (destination-default)
	After: sockets.target (destination-default)
	After: gitea.service (destination-default)
	After: pushover-warning at docker-netatmo.service (destination-default)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: dropbox.service (destination-default)
	After: logrotate.timer (destination-default)
	After: pushover-warning at lvm2-lvmpolld.service (destination-default)
	After: pushover-warning at user-runtime-dir.service (destination-default)
	After: cpufrequtils.service (destination-default)
	After: netatalk.service (destination-default)
	After: pushover-warning at nfs-blkmap.service (destination-default)
	After: mariadb.service (destination-default)
	After: systemd-modules-load.service (destination-file)
	After: pushover-warning at pcscd.service (destination-default)
	After: pushover-warning at systemd-sysusers.service (destination-default)
	After: pushover-warning at rpc-statd-notify.service (destination-default)
	After: tinyproxy.service (destination-default)
	After: colord.service (destination-default)
	After: hddtemp.service (destination-default)
	After: pushover-warning at systemd-ask-password-console.service (destination-default)
	After: loadcpufreq.service (destination-default)
	After: systemd-user-sessions.service (destination-default)
	After: pushover-warning at pf_ring.service (destination-default)
	After: pushover-warning at plymouth.service (destination-default)
	After: pushover-warning at dropbox.service (destination-default)
	After: blockdev at dev-sda3.target (destination-default)
	After: pushover-warning at nfs-utils.service (destination-default)
	After: system-getty.slice (destination-default)
	After: pushover-warning at systemd-machine-id-commit.service (destination-default)
	After: pushover-warning at rpc-statd.service (destination-default)
	After: pushover-warning at dbus.service (destination-default)
	After: pushover-warning at zfs-load-module.service (destination-default)
	After: user.slice (destination-default)
	After: apt-daily-upgrade.service (destination-default)
	After: systemd-fsckd.service (destination-file)
	After: zfs-import.target (destination-default)
	After: pushover-warning at systemd-udev-trigger.service (destination-default)
	After: cron.service (destination-default)
	After: smartd.service (destination-default)
	After: pushover-warning at systemd-ask-password-wall.service (destination-default)
	After: pushover-warning at user.service (destination-default)
	After: user at 1000.service (destination-default)
	After: pushover-warning at zfs-zed.service (destination-default)
	After: zfs-volumes.target (destination-default)
	After: pushover-warning at nmbd.service (destination-default)
	After: pushover-warning at docker.service (destination-default)
	After: openipmi.service (destination-default)
	After: prometheus-node-exporter-apt.timer (destination-default)
	After: systemd-random-seed.service (destination-file)
	After: pushover-warning at systemd-binfmt.service (destination-default)
	After: pushover-warning at dm-event.service (destination-default)
	After: pushover-warning at polkit.service (destination-default)
	After: system-pushover\x2dwarning.slice (destination-default)
	After: swap.target (destination-default)
	After: pushover-warning at logitechmediaserver.service (destination-default)
	After: pushover-warning at systemd-initctl.service (destination-default)
	After: pushover-warning at getty.service (destination-default)
	After: pushover-warning at systemd-quotacheck.service (destination-default)
	After: prometheus-node-exporter-apt.service (destination-default)
	After: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	After: getty-static.service (destination-default)
	After: nmbd.service (destination-default)
	After: zfs-zed.service (destination-default)
	After: nfs-utils.service (destination-default)
	After: pushover-warning at kmod-static-nodes.service (destination-default)
	After: polkit.service (destination-default)
	After: pushover-warning at apcupsd.service (destination-default)
	After: systemd-fsck-root.service (destination-file)
	After: dbus.service (destination-default)
	After: pushover-warning at apparmor.service (destination-default)
	After: user-128.slice (destination-default)
	After: pushover-warning at systemd-update-utmp.service (destination-default)
	After: apt-daily.timer (destination-default)
	After: zfs.target (destination-default)
	After: grafana-server.service (destination-default)
	After: pushover-warning at rescue.service (destination-default)
	After: pushover-warning at apt-daily-upgrade.service (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: basic.target (destination-default)
	After: avahi-daemon.socket (destination-default)
	After: avahi-daemon.service (destination-default)
	After: system-postgresql.slice (destination-default)
	After: cryptsetup.target (destination-default)
	After: pushover-warning at openvpn.service (destination-default)
	After: user-129.slice (destination-default)
	After: pushover-warning at systemd-udev-settle.service (destination-default)
	After: pushover-warning at ssh.service (destination-default)
	After: session-c47.scope (destination-default)
	After: pushover-warning at pushover-warning.service (destination-default)
	After: pushover-warning at haveged.service (destination-default)
	After: pushover-warning at prometheus-alertmanager.service (destination-default)
	After: pushover-warning at evohome-exporter.service (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: man-db.timer (destination-default)
	After: pushover-warning at nfs-config.service (destination-default)
	After: haveged.service (destination-file)
	After: pf_ring.service (destination-default)
	After: pushover-warning at systemd-logind.service (destination-default)
	After: pushover-warning at systemd-boot-system-token.service (destination-default)
	After: pushover-warning at postgresql.service (destination-default)
	After: pushover-warning at apt-daily.service (destination-default)
	After: pushover-warning at docker-nzbget.service (destination-default)
	After: atd.service (destination-default)
	After: pushover-warning at networking.service (destination-default)
	After: zfs-share.service (destination-default)
	After: pushover-warning at nfs-server.service (destination-default)
	After: pcscd.socket (destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: logitechmediaserver.service (destination-default)
	After: pushover-warning at tvheadend.service (destination-default)
	After: pushover-warning at minidlna.service (destination-default)
	After: pushover-warning at rpcbind.service (destination-default)
	After: pushover-warning at rsyslog.service (destination-default)
	After: pushover-warning at docker-nzbhydra2.service (destination-default)
	After: systemd-machine-id-commit.service (destination-file)
	After: pushover-warning at getty-static.service (destination-default)
	After: pushover-warning at rpc-gssd.service (destination-default)
	After: pushover-warning at ntp.service (destination-default)
	After: pushover-warning at tinyproxy.service (destination-default)
	After: systemd-rfkill.service (destination-file)
	After: pushover-warning at zfs-mount.service (destination-default)
	After: pushover-warning at monitorix.service (destination-default)
	After: blockdev at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.target (destination-default)
	After: pushover-warning at avahi-daemon.service (destination-default)
	After: pushover-warning at ntopng.service (destination-default)
	After: pushover-warning at minissdpd.service (destination-default)
	After: session-c49.scope (destination-default)
	After: pushover-warning at docker-radarr.service (destination-default)
	After: session-592493.scope (destination-default)
	After: prometheus-node-exporter.service (destination-default)
	After: prometheus-alertmanager.service (destination-default)
	After: pushover-warning at postfix.service (destination-default)
	After: docker.service (destination-default)
	After: systemd-sysusers.service (destination-file)
	After: pushover-warning at sysstat.service (destination-default)
	After: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	After: user-runtime-dir at 128.service (destination-default)
	After: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	After: pushover-warning at cluster.service (destination-default)
	After: ssh.service (destination-default)
	After: multi-user.target (destination-default)
	After: pushover-warning at lvm2-monitor.service (destination-default)
	After: pushover-warning at irqbalance.service (destination-default)
	After: docker-sonarr.service (destination-default)
	After: systemd-pstore.service (destination-file)
	After: docker-pihole.service (destination-default)
	After: systemd-ask-password-console.service (destination-file)
	After: systemd-ask-password-wall.service (destination-default)
	After: pushover-warning at prometheus-node-exporter.service (destination-default)
	After: network.target (destination-default)
	After: pushover-warning at grafana-server.service (destination-default)
	After: systemd-binfmt.service (destination-file)
	After: systemd-logind.service (destination-default)
	After: prometheus-node-exporter-smartmon.service (destination-default)
	After: network-online.target (destination-default)
	After: syslog.socket (destination-file)
	After: system-lvm2\x2dpvscan.slice (destination-default)
	After: blockdev at dev-sda1.target (destination-default)
	After: user at 128.service (destination-default)
	After: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	After: pushover-warning at systemd-remount-fs.service (destination-default)
	After: pushover-warning at emergency.service (destination-default)
	After: unifi.service (destination-default)
	After: rc-local.service (destination-default)
	After: nfs-client.target (destination-default)
	After: pushover-warning at modprobe.service (destination-default)
	After: pushover-warning at systemd-udevd.service (destination-default)
	After: evohome-exporter.service (destination-default)
	After: pcscd.service (destination-default)
	After: getty.target (destination-default)
	After: pushover-warning at systemd-pstore.service (destination-default)
	After: local-fs-pre.target (destination-default)
	After: networking.service (destination-file)
	After: rng-tools.service (destination-default)
	After: pushover-warning at systemd-hwdb-update.service (destination-default)
	After: pushover-warning at cups.service (destination-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: remote-fs-pre.target (destination-default)
	After: postgresql at 11-main.service (destination-default)
	After: pushover-warning at logrotate.service (destination-default)
	After: sysinit.target (destination-default)
	After: postfix at -.service (destination-default)
	After: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	After: cups-browsed.service (destination-default)
	After: docker.socket (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: pushover-warning at hddtemp.service (destination-default)
	After: getty at tty1.service (destination-default)
	After: pushover-warning at phpsessionclean.service (destination-default)
	After: pushover-warning at transmission-daemon.service (destination-default)
	After: pushover-warning at lm-sensors.service (destination-default)
	After: tftpd-hpa.service (destination-default)
	After: pushover-warning at systemd-random-seed.service (destination-default)
	After: pushover-warning at nfs-mountd.service (destination-default)
	After: pushover-warning at ifupdown-pre.service (destination-default)
	After: systemd-quotacheck.service (destination-file)
	After: network-pre.target (destination-default)
	After: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	After: paths.target (destination-default)
	After: phpsessionclean.timer (destination-default)
	After: smbd.service (destination-default)
	After: pushover-warning at colord.service (destination-default)
	After: pushover-warning at netatalk.service (destination-default)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: pushover-warning at zfs-share.service (destination-default)
	After: pushover-warning at man-db.service (destination-default)
	After: blockdev at dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.target (destination-default)
	After: session-c34.scope (destination-default)
	After: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	After: pushover-warning at tftpd-hpa.service (destination-default)
	After: pushover-warning at zfs-import-scan.service (destination-default)
	After: docker-nzbhydra2.service (destination-default)
	After: pushover-warning at rng-tools.service (destination-default)
	After: pushover-warning at containerd.service (destination-default)
	After: pushover-warning at unifi.service (destination-default)
	After: user-runtime-dir at 129.service (destination-default)
	After: pushover-warning at nfs-idmapd.service (destination-default)
	After: containerd.service (destination-default)
	After: system-systemd\x2dfsck.slice (destination-default)
	After: pushover-warning at zfs-volume-wait.service (destination-default)
	After: pushover-warning at systemd-fsck-root.service (destination-default)
	After: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	After: minidlna.service (destination-default)
	After: pushover-warning at atd.service (destination-default)
	After: monitorix.service (destination-default)
	After: docker-radarr.service (destination-default)
	After: pushover-warning at systemd-fsckd.service (destination-default)
	After: ntopng.service (destination-default)
	After: graphical.target (destination-default)
	After: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	After: unattended-upgrades.service (destination-default)
	After: docker-netatmo.service (destination-default)
	After: user at 129.service (destination-default)
	After: blockdev at dev-loop1.target (destination-default)
	After: pushover-warning at systemd-journal-flush.service (destination-default)
	After: tvheadend.service (destination-default)
	After: pushover-warning at smbd.service (destination-default)
	After: pushover-warning at systemd-journald.service (destination-default)
	After: pushover-warning at cron.service (destination-default)
	After: pushover-warning at smartd.service (destination-default)
	After: pushover-warning at console-setup.service (destination-default)
	After: time-sync.target (destination-default)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: systemd-boot-system-token.service (destination-file)
	After: pushover-warning at ipvsadm.service (destination-default)
	After: nss-lookup.target (destination-default)
	After: systemd-rfkill.socket (destination-file)
	After: pushover-warning at gitea.service (destination-default)
	After: rescue.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: apache2.service (destination-default)
	After: pushover-warning at rc-local.service (destination-default)
	After: session-2.scope (destination-default)
	After: pushover-warning at openipmi.service (destination-default)
	After: pushover-warning at systemd-sysctl.service (destination-default)
	After: slices.target (destination-default)
	After: pushover-warning at rpc-svcgssd.service (destination-default)
	After: dm-event.service (destination-file)
	After: prometheus-node-exporter-smartmon.timer (destination-default)
	After: postfix.service (destination-default)
	After: pushover-warning at loadcpufreq.service (destination-default)
	After: emergency.service (destination-file)
	After: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	After: user-runtime-dir at 1000.service (destination-default)
	After: dbus.socket (destination-default)
	After: pushover-warning at cups-browsed.service (destination-default)
	After: system-postfix.slice (destination-default)
	After: ntp.service (destination-default)
	After: time-set.target (destination-default)
	After: plymouth.service (destination-default)
	After: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	After: pushover-warning at binfmt-support.service (destination-default)
	After: redis-server.service (destination-default)
	After: pushover-warning at systemd-fsck.service (destination-default)
	After: sysstat.service (destination-default)
	After: pushover-warning at systemd-networkd.service (destination-default)
	After: rsyslog.service (destination-default)
	After: nss-user-lookup.target (destination-default)
	After: postgresql.service (destination-default)
	After: logrotate.service (destination-default)
	After: netdata.service (destination-default)
	After: systemd-hwdb-update.service (destination-file)
	After: phpsessionclean.service (destination-default)
	After: pushover-warning at systemd-timesyncd.service (destination-default)
	After: pushover-warning at systemd-rfkill.service (destination-default)
	After: pushover-warning at keyboard-setup.service (destination-default)
	After: pushover-warning at redis-server.service (destination-default)
	After: apcupsd.service (destination-default)
	After: transmission-daemon.service (destination-default)
	After: system-modprobe.slice (destination-default)
	After: cluster.service (destination-default)
	After: getty-pre.target (destination-default)
	After: rescue.target (destination-default)
	After: pushover-warning at apache2.service (destination-default)
	After: pushover-warning at mariadb.service (destination-default)
	After: pushover-warning at unattended-upgrades.service (destination-default)
	After: rsync.service (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: pushover-warning at docker-pihole.service (destination-default)
	After: pushover-warning at auth-rpcgss-module.service (destination-default)
	After: emergency.target (destination-default)
	After: minissdpd.service (destination-default)
	After: systemd-networkd.service (destination-file)
	After: pushover-warning at netdata.service (destination-default)
	After: systemd-update-utmp.service (destination-file)
	ReferencedBy: pushover-warning at plymouth.service (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter.service (destination-default)
	ReferencedBy: apcupsd.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: pushover-warning at containerd.service (destination-default)
	ReferencedBy: logitechmediaserver.service (destination-default)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: pushover-warning at systemd-networkd.service (destination-default)
	ReferencedBy: pushover-warning at systemd-remount-fs.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: prometheus-node-exporter.service (destination-default)
	ReferencedBy: pushover-warning at dm-event.service (destination-default)
	ReferencedBy: pushover-warning at apache2.service (destination-default)
	ReferencedBy: pushover-warning at systemd-hwdb-update.service (destination-default)
	ReferencedBy: dropbox.service (destination-default)
	ReferencedBy: pushover-warning at rsync.service (destination-default)
	ReferencedBy: pushover-warning at openvpn.service (destination-default)
	ReferencedBy: session-c49.scope (destination-default)
	ReferencedBy: pushover-warning at tinyproxy.service (destination-default)
	ReferencedBy: tvheadend.service (destination-default)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: pushover-warning at lvm2-lvmpolld.service (destination-default)
	ReferencedBy: pushover-warning at zfs-volume-wait.service (destination-default)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: pushover-warning at systemd-modules-load.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-smartmon.service (destination-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: pushover-warning at ntp.service (destination-default)
	ReferencedBy: openipmi.service (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: pushover-warning at netdata.service (destination-default)
	ReferencedBy: pushover-warning at apt-daily.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: pushover-warning at nmbd.service (destination-default)
	ReferencedBy: transmission-daemon.service (destination-default)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: pushover-warning at kmod-static-nodes.service (destination-default)
	ReferencedBy: cpufrequtils.service (destination-default)
	ReferencedBy: pushover-warning at ipvsadm.service (destination-default)
	ReferencedBy: zfs-zed.service (destination-default)
	ReferencedBy: pushover-warning at nfs-idmapd.service (destination-default)
	ReferencedBy: rpcbind.target (destination-default)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: smbd.service (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: pushover-warning at systemd-ask-password-console.service (destination-default)
	ReferencedBy: user-runtime-dir at 128.service (destination-default)
	ReferencedBy: pushover-warning at nfs-server.service (destination-default)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: user-129.slice (destination-default)
	ReferencedBy: pushover-warning at rpcbind.service (destination-default)
	ReferencedBy: tftpd-hpa.service (destination-default)
	ReferencedBy: pushover-warning at systemd-sysusers.service (destination-default)
	ReferencedBy: pushover-warning at binfmt-support.service (destination-default)
	ReferencedBy: pushover-warning at postfix.service (destination-default)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udev-trigger.service (destination-default)
	ReferencedBy: time-set.target (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: pushover-warning at avahi-daemon.service (destination-default)
	ReferencedBy: session-2.scope (destination-default)
	ReferencedBy: prometheus-node-exporter-smartmon.service (destination-default)
	ReferencedBy: pushover-warning at lvm2-monitor.service (destination-default)
	ReferencedBy: pcscd.socket (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: pushover-warning at systemd-update-utmp-runlevel.service (destination-default)
	ReferencedBy: blockdev at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.target (destination-default)
	ReferencedBy: pushover-warning at dbus.service (destination-default)
	ReferencedBy: docker-nzbget.service (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: pushover-warning at prometheus-alertmanager.service (destination-default)
	ReferencedBy: pushover-warning at unifi.service (destination-default)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	ReferencedBy: pushover-warning at smbd.service (destination-default)
	ReferencedBy: system-lvm2\x2dpvscan.slice (destination-default)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: prometheus-alertmanager.service (destination-default)
	ReferencedBy: pushover-warning at logrotate.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: pushover-warning at prometheus.service (destination-default)
	ReferencedBy: pushover-warning at systemd-journal-flush.service (destination-default)
	ReferencedBy: pushover-warning at sysstat.service (destination-default)
	ReferencedBy: blockdev at dev-sda1.target (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: pushover-warning at rc-local.service (destination-default)
	ReferencedBy: pushover-warning at systemd-sysctl.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: docker.service (destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: pushover-warning at systemd-udevd.service (destination-default)
	ReferencedBy: pushover-warning at mariadb.service (destination-default)
	ReferencedBy: blockdev at dev-sda3.target (destination-default)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: session-592493.scope (destination-default)
	ReferencedBy: pushover-warning at apcupsd.service (destination-default)
	ReferencedBy: pushover-warning at phpsessionclean.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ReferencedBy: pushover-warning at irqbalance.service (destination-default)
	ReferencedBy: pushover-warning at loadcpufreq.service (destination-default)
	ReferencedBy: pushover-warning at ntopng.service (destination-default)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: pushover-warning at systemd-initctl.service (destination-default)
	ReferencedBy: user at 129.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: postfix.service (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: pushover-warning at tvheadend.service (destination-default)
	ReferencedBy: unifi.service (destination-default)
	ReferencedBy: pushover-warning at nfs-config.service (destination-default)
	ReferencedBy: pushover-warning at systemd-logind.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup.service (destination-default)
	ReferencedBy: user-128.slice (destination-default)
	ReferencedBy: pushover-warning at unattended-upgrades.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: openvpn.service (destination-default)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: pushover-warning at polkit.service (destination-default)
	ReferencedBy: pushover-warning at nfs-blkmap.service (destination-default)
	ReferencedBy: pcscd.service (destination-default)
	ReferencedBy: pushover-warning at systemd-user-sessions.service (destination-default)
	ReferencedBy: pushover-warning at monitorix.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: pushover-warning at minidlna.service (destination-default)
	ReferencedBy: pushover-warning at systemd-fsck.service (destination-default)
	ReferencedBy: pushover-warning at rpc-statd-notify.service (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: pushover-warning at docker-pihole.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: pushover-warning at systemd-binfmt.service (destination-default)
	ReferencedBy: netdata.service (destination-default)
	ReferencedBy: docker.socket (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: prometheus-node-exporter-apt.timer (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: pushover-warning at systemd-update-utmp.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: zfs-share.service (destination-default)
	ReferencedBy: pushover-warning at zfs-import-scan.service (destination-default)
	ReferencedBy: postfix at -.service (destination-default)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: pushover-warning at auth-rpcgss-module.service (destination-default)
	ReferencedBy: pushover-warning at networking.service (destination-default)
	ReferencedBy: grafana-server.service (destination-default)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: pushover-warning at haveged.service (destination-default)
	ReferencedBy: mariadb.service (destination-default)
	ReferencedBy: pushover-warning at systemd-udev-settle.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-setup-dev.service (destination-default)
	ReferencedBy: pushover-warning at tftpd-hpa.service (destination-default)
	ReferencedBy: pushover-warning at docker-radarr.service (destination-default)
	ReferencedBy: pushover-warning at nfs-utils.service (destination-default)
	ReferencedBy: pushover-warning at systemd-timesyncd.service (destination-default)
	ReferencedBy: monitorix.service (destination-default)
	ReferencedBy: pushover-warning at openipmi.service (destination-default)
	ReferencedBy: nfs-client.target (destination-default)
	ReferencedBy: pushover-warning at rescue.service (destination-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: docker-nzbhydra2.service (destination-default)
	ReferencedBy: system-modprobe.slice (destination-default)
	ReferencedBy: pushover-warning at docker.service (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: pushover-warning at systemd-boot-system-token.service (destination-default)
	ReferencedBy: system-postfix.slice (destination-default)
	ReferencedBy: ntopng.service (destination-default)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: cluster.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: nmbd.service (destination-default)
	ReferencedBy: ipvsadm.service (destination-default)
	ReferencedBy: pushover-warning at systemd-journald.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: pushover-warning at rpc-statd.service (destination-default)
	ReferencedBy: nss-lookup.target (destination-default)
	ReferencedBy: blockdev at dev-loop1.target (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-ipmitool-sensor.service (destination-default)
	ReferencedBy: gitea.service (destination-default)
	ReferencedBy: pushover-warning at zfs-mount.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: pushover-warning at postgresql.service (destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: pushover-warning at keyboard-setup.service (destination-default)
	ReferencedBy: pushover-warning at user-runtime-dir.service (destination-default)
	ReferencedBy: pushover-warning at emergency.service (destination-default)
	ReferencedBy: pushover-warning at rpc-svcgssd.service (destination-default)
	ReferencedBy: pushover-warning at rng-tools.service (destination-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.service (destination-file)
	ReferencedBy: pushover-warning at systemd-fsckd.service (destination-default)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
	ReferencedBy: pushover-warning at systemd-machine-id-commit.service (destination-default)
	ReferencedBy: pf_ring.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: system-postgresql.slice (destination-default)
	ReferencedBy: pushover-warning at systemd-quotacheck.service (destination-default)
	ReferencedBy: pushover-warning at systemd-tmpfiles-clean.service (destination-default)
	ReferencedBy: pushover-warning at ssh.service (destination-default)
	ReferencedBy: docker-radarr.service (destination-default)
	ReferencedBy: pushover-warning at atd.service (destination-default)
	ReferencedBy: pushover-warning at zfs-zed.service (destination-default)
	ReferencedBy: user-1000.slice (destination-default)
	ReferencedBy: session-c34.scope (destination-default)
	ReferencedBy: minidlna.service (destination-default)
	ReferencedBy: user-runtime-dir at 129.service (destination-default)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: netatalk.service (destination-default)
	ReferencedBy: pushover-warning at systemd-pstore.service (destination-default)
	ReferencedBy: prometheus-node-exporter-apt.service (destination-default)
	ReferencedBy: pushover-warning at zfs-import-cache.service (destination-default)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: pushover-warning at colord.service (destination-default)
	ReferencedBy: pushover-warning at transmission-daemon.service (destination-default)
	ReferencedBy: pushover-warning at rsyslog.service (destination-default)
	ReferencedBy: pushover-warning at logitechmediaserver.service (destination-default)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: minissdpd.service (destination-default)
	ReferencedBy: pushover-warning at cups.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: docker-pihole.service (destination-default)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: sysstat.service (destination-default)
	ReferencedBy: user at 128.service (destination-default)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: pushover-warning at hddtemp.service (destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: pushover-warning at zfs-load-module.service (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-mellanox-hca-temp.service (destination-default)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: pushover-warning at pushover-warning.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: pushover-warning at docker-netatmo.service (destination-default)
	ReferencedBy: pushover-warning at user.service (destination-default)
	ReferencedBy: pushover-warning at cron.service (destination-default)
	ReferencedBy: pushover-warning at systemd-ask-password-wall.service (destination-default)
	ReferencedBy: pushover-warning at cpufrequtils.service (destination-default)
	ReferencedBy: pushover-warning at getty.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: haveged.service (destination-file)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: pushover-warning at dropbox.service (destination-default)
	ReferencedBy: pushover-warning at redis-server.service (destination-default)
	ReferencedBy: phpsessionclean.service (destination-default)
	ReferencedBy: pushover-warning at apt-daily-upgrade.service (destination-default)
	ReferencedBy: docker-netatmo.service (destination-default)
	ReferencedBy: pushover-warning at systemd-random-seed.service (destination-default)
	ReferencedBy: prometheus.service (destination-default)
	ReferencedBy: pushover-warning at gitea.service (destination-default)
	ReferencedBy: lm-sensors.service (destination-default)
	ReferencedBy: pushover-warning at grafana-server.service (destination-default)
	ReferencedBy: pushover-warning at getty-static.service (destination-default)
	ReferencedBy: prometheus-node-exporter-smartmon.timer (destination-default)
	ReferencedBy: tinyproxy.service (destination-default)
	ReferencedBy: redis-server.service (destination-default)
	ReferencedBy: docker-sonarr.service (destination-default)
	ReferencedBy: pushover-warning at minissdpd.service (destination-default)
	ReferencedBy: pushover-warning at docker-nzbget.service (destination-default)
	ReferencedBy: hddtemp.service (destination-default)
	ReferencedBy: pushover-warning at nfs-mountd.service (destination-default)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: pushover-warning at pcscd.service (destination-default)
	ReferencedBy: containerd.service (destination-default)
	ReferencedBy: session-c47.scope (destination-default)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: loadcpufreq.service (destination-default)
	ReferencedBy: pushover-warning at man-db.service (destination-default)
	ReferencedBy: pushover-warning at docker-nzbhydra2.service (destination-default)
	ReferencedBy: pushover-warning at cups-browsed.service (destination-default)
	ReferencedBy: pushover-warning at cluster.service (destination-default)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: smartd.service (destination-default)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: pushover-warning at prometheus-node-exporter-apt.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: evohome-exporter.service (destination-default)
	ReferencedBy: zfs.target (destination-default)
	ReferencedBy: blockdev at dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.target (destination-default)
	ReferencedBy: pushover-warning at pf_ring.service (destination-default)
	ReferencedBy: pushover-warning at docker-sonarr.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: pushover-warning at console-setup.service (destination-default)
	ReferencedBy: pushover-warning at rpc-gssd.service (destination-default)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: rng-tools.service (destination-default)
	ReferencedBy: zfs-volumes.target (destination-default)
	ReferencedBy: pushover-warning at systemd-rfkill.service (destination-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: pushover-warning at modprobe.service (destination-default)
	ReferencedBy: pushover-warning at zfs-share.service (destination-default)
	ReferencedBy: pushover-warning at apparmor.service (destination-default)
	ReferencedBy: pushover-warning at netatalk.service (destination-default)
	ReferencedBy: pushover-warning at smartd.service (destination-default)
	ReferencedBy: plymouth.service (destination-default)
	ReferencedBy: pushover-warning at lm-sensors.service (destination-default)
	ReferencedBy: pushover-warning at evohome-exporter.service (destination-default)
	ReferencedBy: postgresql at 11-main.service (destination-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: systemd-pstore.service (destination-file)
	ReferencedBy: pushover-warning at ifupdown-pre.service (destination-default)
	ReferencedBy: postgresql.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: system-pushover\x2dwarning.slice (destination-default)
	ReferencedBy: pushover-warning at systemd-fsck-root.service (destination-default)
	ReferencedBy: zfs-import.target (destination-default)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	ReferencedBy: pushover-warning at blk-availability.service (destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: cron.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit iscsi-shutdown.service:
	Description: iscsi-shutdown.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:28:05 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-sda9.device:
	Description: KINGSTON_SUV400S37120G 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 869aa372f50f47e79ee6d7bb208a8b2d
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f9ec1a68\x2d4383\x2d41fe\x2da5cd\x2d79e488c5cf97.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy4\x2dlun\x2d0\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c8037beb367f487780bab80bb3c9ddc3
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cf9839\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-aaef178a\x2d3a91\x2d4d7a\x2db4ac\x2da014124c2968.device
	Following Set Member: dev-sdh1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26NE55E\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:4-end_device\x2d0:4-target0:0:4-0:0:4:0-block-sdh-sdh1.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/0000:02:00.0/host0/port-0:4/end_device-0:4/target0:0:4/0:0:4:0/block/sdh/sdh1
	Found: found-udev
-> Unit pcscd.service:
	Description: PC/SC Smart Card Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:pcscd(8)
	Fragment Path: /lib/systemd/system/pcscd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: pcscd.socket (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: pcscd.socket (destination-implicit)
	OnFailure: pushover-warning at pcscd.service (origin-file)
	TriggeredBy: pcscd.socket (destination-implicit)
	References: pushover-warning at pcscd.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: pcscd.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: pcscd.socket (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
	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
	-> ExecStart:
		Command Line: /usr/sbin/pcscd --foreground --auto-exit
	-> ExecReload:
		Command Line: /usr/sbin/pcscd --hotplug
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj-sdj1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 499fdcbbe2b64b7790ebd28dc905df23
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-b01b356e\x2d43b2\x2d4753\x2d9d35\x2ddf3fc7872171.device
	Following Set Member: dev-sdj1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj/sdj1
	Found: found-udev
-> Unit rpcbind.socket:
	Description: RPCbind Server Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:09 CET
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/rpcbind.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 8c54c79e971a4e00a70ada288e632736
	Fragment Path: /lib/systemd/system/rpcbind.socket
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	RequiredBy: rpc-statd.service (destination-file)
	RequiredBy: rpcbind.service (destination-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: rpcbind.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: rpcbind.service (origin-implicit)
	References: -.mount (origin-path)
	References: rpcbind.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	RequiresMountsFor: /run/rpcbind.sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean Result: success
	BindIPv6Only: ipv6-only
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: rpcbind.socket
	SELinuxContextFromNet: no
	ListenStream: /run/rpcbind.sock
	ListenStream: 0.0.0.0:111
	ListenDatagram: 0.0.0.0:111
	ListenStream: [::]:111
	ListenDatagram: [::]:111
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 80453a43f57842b3a2706301c31a6789
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.device
	Following Set Member: dev-sdg9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-109a5ef2\x2dac25\x2d4168\x2d89f3\x2d17e97b2b4109.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg9.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/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg9
	Found: found-udev
-> Unit mariadb.service:
	Alias: mysqld.service
	Alias: mysql.service
	Description: MariaDB 10.3.22 database server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:04:21 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:04:17 CET
	Active Enter Timestamp: Sun 2020-11-15 00:04:21 CET
	Active Exit Timestamp: Sun 2020-11-15 00:04:08 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:04:12 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/mariadb.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 581c66cc6ac04a238ec6935fc62352d7
	Documentation: man:mysqld(8)
	Documentation: https://mariadb.com/kb/en/library/systemd/
	Fragment Path: /lib/systemd/system/mariadb.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 00:04:17 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 00:04:17 CET
	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: ntopng.service (destination-file)
	Before: grafana-server.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: netdata.service (destination-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at mariadb.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at mariadb.service (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: ntopng.service (destination-file)
	ReferencedBy: grafana-server.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: netdata.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: yes
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-abort
	NotifyAccess: main
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 4217
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 5s
	TimeoutStartSec: 15min
	TimeoutStopSec: 15min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: no
	SendSIGHUP: no
	UMask: 0007
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 16364
	LimitNOFILESoft: 16364
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_ipc_lock
	User: mysql
	Group: mysql
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld
		Command Line: /bin/sh -c 'systemctl unset-environment _WSREP_START_POSITION'
		Command Line: /bin/sh -c '[ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1'
	-> ExecStart:
		Command Line: /usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION
	-> ExecStartPost:
		Command Line: /bin/sh -c 'systemctl unset-environment _WSREP_START_POSITION'
		Command Line: /etc/mysql/debian-start
	Status Text: Taking your SQL requests now...
	CPUAccounting: no
	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: 4915
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-ask-password-wall.service:
	Description: pushover warning
	Instance: systemd-ask-password-wall
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: systemd-ask-password-wall.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-ask-password-wall at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at docker-radarr.service:
	Description: pushover warning
	Instance: docker-radarr
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: docker-radarr.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service docker-radarr at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sdg1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f9ccf1ebf4e145cdae83201a9f3480d2
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfab1d\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy3\x2dlun\x2d0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:3-end_device\x2d0:3-target0:0:3-0:0:3:0-block-sdg-sdg1.device
	Following Set Member: dev-disk-by\x2dpartuuid-bae5334c\x2da51b\x2d41fd\x2da861\x2de5e108cb938f.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX2F1\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/port-0:3/end_device-0:3/target0:0:3/0:0:3:0/block/sdg/sdg1
	Found: found-udev
-> Unit prometheus-node-exporter.service:
	Description: Prometheus exporter for machine metrics
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 07:33:13 CET
	Inactive Exit Timestamp: Sun 2020-11-15 07:33:13 CET
	Active Enter Timestamp: Sun 2020-11-15 07:33:13 CET
	Active Exit Timestamp: Sun 2020-11-15 07:33:13 CET
	Inactive Enter Timestamp: Sun 2020-11-15 07:33:13 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/prometheus-node-exporter.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 57e08518461c4da1a6f83dfa12d45369
	Documentation: https://github.com/prometheus/node_exporter
	Fragment Path: /lib/systemd/system/prometheus-node-exporter.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sun 2020-11-15 07:33:13 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 07:33:13 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at prometheus-node-exporter.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at prometheus-node-exporter.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 20702
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 20s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: no
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: /etc/default/prometheus-node-exporter
	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: prometheus
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/prometheus-node-exporter $ARGS
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8ef0b23d6f1442aea91dd022d9c46d97
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f6b573b5\x2d7cb6\x2d4c9b\x2db580\x2d7e04ddbecafe.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart9.device
	Following Set Member: dev-sdc9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc9
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 434ca1dfb83347e2b1f2384feb177214
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95.device
	Following Set Member: dev-sdk.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk
	Found: found-udev
-> Unit pushover-warning at systemd-fsck.service:
	Description: pushover warning
	Instance: systemd-fsck
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2dpartuuid-64be2f69\x2d60f5\x2d4860\x2daa0e\x2d04dc856cec7e.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-fsck at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device:
	Description: KINGSTON_SUV400S37120G tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 6443e95db5f84caf9c23c71ecbc13446
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2dpartuuid-9a7462b7\x2d6351\x2d4742\x2dba90\x2dd859c469db09.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit apt-daily.timer:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 22:33:06 CET
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit 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: c1526c1b5d644b5db69a7432abcbcb18
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	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: timers.target (origin-default)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: apt-daily.service (origin-implicit)
	References: time-sync.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: apt-daily.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 06,18:00:00
-> Unit home-hts.mount:
	Description: /home/hts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:13 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:13 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/home-hts.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fb4b7b08dabe49f8b5a2a33501ca7f33
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: home.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	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: systemd-journald.socket (origin-file)
	References: home.mount (origin-path)
	References: -.mount (origin-path)
	RequiresMountsFor: /home (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home/hts
	What: tank/home/hts
	File System Type: zfs
	Options: rw,nosuid,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit redis-server.service:
	Alias: redis.service
	Description: Advanced key-value store
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:30 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:30 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/redis-server.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-devices
	Invocation ID: 01a5494fe04742b1ba3734dbf460b540
	Documentation: http://redis.io/documentation,
	Documentation: man:redis-server(1)
	Fragment Path: /lib/systemd/system/redis-server.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: tmp.mount (origin-path)
	Requires: sysinit.target (origin-default)
	RequiredBy: ntopng.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: ntopng.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: tmp.mount (origin-path)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	After: var-tmp.mount (origin-path)
	After: -.mount (origin-path)
	OnFailure: pushover-warning at redis-server.service (origin-file)
	References: -.mount (origin-path)
	References: pushover-warning at redis-server.service (origin-file)
	References: var-tmp.mount (origin-path)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: tmp.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: ntopng.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /run/redis (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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 1104
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/redis/redis-server.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: infinity
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0007
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: yes
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 2755
	RuntimeDirectory: redis
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 65535
	LimitNOFILESoft: 65535
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_setgid cap_setuid cap_sys_resource
	User: redis
	Group: redis
	DynamicUser: no
	ReadWritePaths: -/var/lib/redis -/var/log/redis -/run/redis -/etc/redis
	ReadOnlyPaths: /
	LockPersonality: no
	RestrictNamespaces: n/a
	-> ExecStart:
		Command Line: /usr/bin/redis-server /etc/redis/redis.conf
	-> ExecStop:
		Command Line: /bin/kill -s TERM $MAINPID
	CPUAccounting: no
	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: 4915
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 09:50:49 CET
	Inactive Exit Timestamp: Sun 2020-11-15 09:50:49 CET
	Active Enter Timestamp: Sun 2020-11-15 09:50:49 CET
	Active Exit Timestamp: Sun 2020-11-15 00:03:13 CET
	Inactive Enter Timestamp: Sun 2020-11-15 00:03:13 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-journald-audit.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 501de412177d4b739df8392b2f3354ae
	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: Sun 2020-11-15 09:50:49 CET
	Condition Result: yes
	Assert Timestamp: Sun 2020-11-15 09:50:49 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: systemd-journald.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: apparmor.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: 128
	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
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit multipathd.target:
	Description: multipathd.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: zfs-import-scan.service (destination-file)
	Before: zfs-import-cache.service (destination-file)
	ReferencedBy: zfs-import-scan.service (destination-file)
	ReferencedBy: zfs-import-cache.service (destination-file)
-> Unit pushover-warning at systemd-machine-id-commit.service:
	Description: pushover warning
	Instance: systemd-machine-id-commit
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-machine-id-commit.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-machine-id-commit at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at lvm2-monitor.service:
	Description: pushover warning
	Instance: lvm2-monitor
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: lvm2-monitor.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service lvm2-monitor at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device:
	Description: KINGSTON_SUV400S37120G 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 23ba8cf5a6284389a22e9a5e813aa816
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-70d00fe4\x2df268\x2d4cb6\x2d92f1\x2df46b544707be.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit pushover-warning at systemd-remount-fs.service:
	Description: pushover warning
	Instance: systemd-remount-fs
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-remount-fs.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-remount-fs at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-vethf864a82.device:
	Description: /sys/devices/virtual/net/vethf864a82
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2020-10-31 16:52:10 CET
	Inactive Exit Timestamp: Sat 2020-10-31 16:52:10 CET
	Active Enter Timestamp: Sat 2020-10-31 16:52:10 CET
	Active Exit 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: 2d413e9af1264e7494eda8395db9de33
	Following Set Member: sys-subsystem-net-devices-vethf864a82.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethf864a82
	Found: found-udev
-> Unit dev-sda1.swap:
	Description: /dev/sda1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-sda1.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 92f115ff6b234b5aa16f0d1cd94e60f3
	Following: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap
	Requires: dev-sda1.device (origin-proc-swap)
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: dev-sda1.device (origin-proc-swap)
	After: blockdev at dev-sda1.target (origin-proc-swap)
	References: blockdev at dev-sda1.target (origin-proc-swap)
	References: systemd-journald.socket (origin-file)
	References: swap.target (origin-default)
	References: dev-sda1.device (origin-proc-swap)
	References: umount.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	RequiresMountsFor: /dev/sda1 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/sda1
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda1
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-update-utmp.service (destination-file)
	Before: ssh.service (destination-file)
	Before: tvheadend.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: tvheadend.service (destination-file)
-> Unit pushover-warning at ipvsadm.service:
	Description: pushover warning
	Instance: ipvsadm
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: ipvsadm.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service ipvsadm at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device:
	Description: KINGSTON_SUV400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 46d100f8d94d46518387efad3283995e
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.device
	Following Set Member: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.device
	Following Set Member: dev-sda1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-loop1.device:
	Description: /dev/loop1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-10-20 01:33:22 CEST
	Inactive Exit Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Enter Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Exit 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: e15c6fe7c3a447b5ac956471854fe8d5
	Following: sys-devices-virtual-block-loop1.device
	Following Set Member: sys-devices-virtual-block-loop1.device
	Following Set Member: dev-disk-by\x2duuid-5e113d7a5e113d79.device
	Following Set Member: dev-disk-by\x2dlabel-Gemini.Man.2019.UHD.BluRay.2160p.device
	RequiredBy: mnt-usb.mount (destination-mountinfo-implicit)
	Before: mnt-usb.mount (destination-mountinfo-implicit)
	ReferencedBy: mnt-usb.mount (destination-mountinfo-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop1
	Found: found-udev,found-mount
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1435ca2a727546bd848bf2db0e7514c7
	Following Set Member: dev-disk-by\x2dpartuuid-f98aa0be\x2d5b16\x2d41b9\x2da9ac\x2d999df1d919f0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart9.device
	Following Set Member: dev-sde9.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde9
	Found: found-udev
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:20 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Exit 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: dcc862680fd54e1989b41148e82bedf1
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: run-user-129.mount (destination-mountinfo-default)
	Before: tmp.mount (destination-file)
	Before: sysinit.target (destination-file destination-default)
	Before: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	Before: run-user-1000.mount (destination-mountinfo-default)
	Before: shutdown.target (origin-default)
	Before: run-user-128.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (origin-default destination-default)
	After: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-default)
	After: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-default)
	After: dev-sda1.swap (destination-default)
	References: shutdown.target (origin-default)
	References: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (origin-file origin-default)
	ReferencedBy: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.swap (destination-default)
	ReferencedBy: var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount (destination-mountinfo-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: run-user-128.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.swap (destination-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.swap (destination-default)
	ReferencedBy: dev-sda1.swap (destination-default)
	ReferencedBy: tmp.mount (destination-file)
	ReferencedBy: run-user-129.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit pushover-warning at dbus.service:
	Description: pushover warning
	Instance: dbus
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (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-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: dbus.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service dbus at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-09-11 09:28:03 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: system.slice (origin-file)
	Requires: dm-event.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-monitor.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: dm-event.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at dm-event.service (origin-file)
	TriggeredBy: dm-event.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: dm-event.socket (origin-file)
	References: pushover-warning at dm-event.service (origin-file)
	ReferencedBy: dm-event.socket (destination-implicit)
	ReferencedBy: lvm2-monitor.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	PIDFile: /run/dmeventd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -1000
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/dmeventd -f
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26P4CY2.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 00e2d5847bb346b5a61b44edcee03db9
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24c37e.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy5\x2dlun\x2d0.device
	Following Set Member: dev-sdi.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:5-end_device\x2d0:5-target0:0:5-0:0:5:0-block-sdi.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/0000:02:00.0/host0/port-0:5/end_device-0:5/target0:0:5/0:0:5:0/block/sdi
	Found: found-udev
-> Unit docker-pihole.service:
	Description: Pi-Hole container
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2020-10-31 16:52:10 CET
	Inactive Exit Timestamp: Sat 2020-10-31 16:52:10 CET
	Active Enter Timestamp: Sat 2020-10-31 16:52:10 CET
	Active Exit Timestamp: Sat 2020-10-31 16:51:53 CET
	Inactive Enter Timestamp: Sat 2020-10-31 16:52:00 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/docker-pihole.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: fa16549cbdd848aba283e0f802562a24
	Fragment Path: /etc/systemd/system/docker-pihole.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Sat 2020-10-31 16:52:10 CET
	Condition Result: yes
	Assert Timestamp: Sat 2020-10-31 16:52:10 CET
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: docker.service (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: docker.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at docker-pihole.service (origin-file)
	References: docker.service (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: pushover-warning at docker-pihole.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 7372
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/docker start -a pihole
	-> ExecStop:
		Command Line: /usr/bin/docker stop -t 2 pihole
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-block-loop1.device:
	Description: /sys/devices/virtual/block/loop1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-10-20 01:33:22 CEST
	Inactive Exit Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Enter Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Exit 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: 6c31e7f818fc42dea991fbc18a561e6e
	Following Set Member: dev-loop1.device
	Following Set Member: dev-disk-by\x2duuid-5e113d7a5e113d79.device
	Following Set Member: dev-disk-by\x2dlabel-Gemini.Man.2019.UHD.BluRay.2160p.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop1
	Found: found-udev
-> Unit pushover-warning at minissdpd.service:
	Description: pushover warning
	Instance: minissdpd
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: minissdpd.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service minissdpd at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit plymouth-start.service:
	Description: plymouth-start.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: systemd-ask-password-console.service (destination-file)
	Before: rescue.service (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
-> Unit zfs-mount.service:
	Description: Mount ZFS filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/zfs-mount.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c0eae7f5117145c08d2e72943642c039
	Fragment Path: /etc/systemd/system/zfs-mount.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:12 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:12 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: zfs-import-cache.service (origin-file)
	Wants: zfs-load-module.service (origin-file)
	Wants: zfs-import-scan.service (origin-file)
	Wants: zfs-import.target (origin-file)
	WantedBy: zfs.target (destination-file)
	WantedBy: zfs-share.service (destination-file)
	Before: zfs-share.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	Before: haveged.service (origin-file)
	Before: systemd-remount-fs.service (origin-file)
	After: zfs-import-scan.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: zfs-import-cache.service (origin-file)
	OnFailure: pushover-warning at zfs-mount.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: zfs-import-scan.service (origin-file)
	References: zfs-load-module.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: haveged.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: zfs-import-cache.service (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at zfs-mount.service (origin-file)
	References: zfs-import.target (origin-file)
	ReferencedBy: zfs.target (destination-file)
	ReferencedBy: zfs-share.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
	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
	-> ExecStart:
		Command Line: /sbin/zfs mount -a
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-vethb369f95.device:
	Description: /sys/devices/virtual/net/vethb369f95
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:42 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:42 CET
	Active Exit 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: 3548b8ae7a5746d497f1484c8f1189fa
	Following Set Member: sys-subsystem-net-devices-vethb369f95.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethb369f95
	Found: found-udev
-> Unit sys-subsystem-net-devices-vethf864a82.device:
	Description: /sys/subsystem/net/devices/vethf864a82
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sat 2020-10-31 16:52:10 CET
	Inactive Exit Timestamp: Sat 2020-10-31 16:52:10 CET
	Active Enter Timestamp: Sat 2020-10-31 16:52:10 CET
	Active Exit 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: af0b38eac4894cb18aa3169a7978d862
	Following Set Member: sys-devices-virtual-net-vethf864a82.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethf864a82
	Found: found-udev
-> Unit timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit 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: 714fbf5ffcda45e0ab8b441a3f561e45
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Wants: phpsessionclean.timer (origin-file)
	Wants: prometheus-node-exporter-apt.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: prometheus-node-exporter-smartmon.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: prometheus-node-exporter-mellanox-hca-temp.timer (origin-file)
	Wants: prometheus-node-exporter-ipmitool-sensor.timer (origin-file)
	Wants: apt-daily.timer (origin-file)
	Wants: man-db.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: man-db.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	After: prometheus-node-exporter-smartmon.timer (destination-default)
	After: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	After: logrotate.timer (destination-default)
	After: prometheus-node-exporter-apt.timer (destination-default)
	After: phpsessionclean.timer (destination-default)
	References: shutdown.target (origin-file)
	References: prometheus-node-exporter-apt.timer (origin-file)
	References: phpsessionclean.timer (origin-file)
	References: apt-daily-upgrade.timer (origin-file)
	References: prometheus-node-exporter-mellanox-hca-temp.timer (origin-file)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: logrotate.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: prometheus-node-exporter-ipmitool-sensor.timer (origin-file)
	References: man-db.timer (origin-file)
	References: prometheus-node-exporter-smartmon.timer (origin-file)
	ReferencedBy: phpsessionclean.timer (destination-default)
	ReferencedBy: prometheus-node-exporter-ipmitool-sensor.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: prometheus-node-exporter-smartmon.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: prometheus-node-exporter-apt.timer (destination-default)
	ReferencedBy: prometheus-node-exporter-mellanox-hca-temp.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit rsync.service:
	Description: fast remote file copy program daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/rsync.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 49908ad3ec674d39886ccc28d85eb9e1
	Documentation: man:rsync(1)
	Documentation: man:rsyncd.conf(5)
	Fragment Path: /lib/systemd/system/rsync.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /etc/rsyncd.conf untested
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at rsync.service (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at rsync.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: 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: 25098
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/rsync --daemon --no-detach
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: graphical.target (destination-file)
	Before: graphical.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 4da8391c13d04b019c04728e0cadbf5c
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-sdk1.device
	Following Set Member: dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-tank.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2duuid-8392379984986299429.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit unattended-upgrades.service:
	Description: Unattended Upgrades Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/unattended-upgrades.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 15b96a0290f74545a423554e598a85dc
	Documentation: man:unattended-upgrade(8)
	Fragment Path: /lib/systemd/system/unattended-upgrades.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:24 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:24 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: var-log.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-logind.service (origin-file)
	After: network.target (origin-file)
	After: -.mount (origin-path)
	OnFailure: pushover-warning at unattended-upgrades.service (origin-file)
	References: basic.target (origin-default)
	References: -.mount (origin-path)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: pushover-warning at unattended-upgrades.service (origin-file)
	References: var-log.mount (origin-path)
	References: shutdown.target (origin-default)
	References: systemd-logind.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /boot (origin-file)
	RequiresMountsFor: /var/log (origin-file)
	RequiresMountsFor: /run (origin-file)
	RequiresMountsFor: /var/lib (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 29573
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 30min
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-vethfc9a4f4.device:
	Description: /sys/devices/virtual/net/vethfc9a4f4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:19 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:19 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:19 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c945429ce8c3469b8d8dc90ead3b7a37
	Following Set Member: sys-subsystem-net-devices-vethfc9a4f4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vethfc9a4f4
	Found: found-udev
-> Unit user-1000.slice:
	Description: User Slice of UID 1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:35 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:35 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:35 CEST
	Active Exit 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: 875d8eece6b749d19b8589adc40cd9f8
	Documentation: man:user at .service(5)
	DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Tue 2020-06-16 22:02:35 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:35 CEST
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: session-592493.scope (destination-file)
	RequiredBy: session-2.scope (destination-file)
	RequiredBy: user at 1000.service (destination-file)
	RequiredBy: session-c34.scope (destination-file)
	RequiredBy: user-runtime-dir at 1000.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-592493.scope (destination-file)
	Before: session-2.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	Before: session-c34.scope (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	After: user.slice (origin-implicit)
	After: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: user.slice (origin-implicit)
	ReferencedBy: session-592493.scope (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: session-c34.scope (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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: 10813
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit session-2.scope:
	Description: Session 2 of user richard
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:05:50 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:37 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:37 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/session-2.scope
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 8360c6f19cb44503b0fbbd7e17dd8083
	Fragment Path: /run/systemd/transient/session-2.scope
	Condition Timestamp: Tue 2020-06-16 22:02:37 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:37 CEST
	Assert Result: yes
	Requires: user-1000.slice (origin-file)
	Wants: user-runtime-dir at 1000.service (origin-file)
	Wants: user at 1000.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: user-runtime-dir at 1000.service (origin-file)
	After: home.mount (origin-file)
	After: -.mount (origin-file)
	After: user-1000.slice (origin-file)
	After: user at 1000.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-logind.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: home.mount (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	References: user-1000.slice (origin-file)
	References: systemd-logind.service (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: user at 1000.service (origin-file)
	RequiresMountsFor: /home/richard (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: abandoned
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit pushover-warning at openipmi.service:
	Description: pushover warning
	Instance: openipmi
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: openipmi.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service openipmi at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 357345f31e234e14a05e0e988bb0444b
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	Following Set Member: dev-disk-by\x2dpartuuid-ec67da56\x2d5f48\x2d4e92\x2db2cf\x2d9efe57acbd7b.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3\x2dpart1.device
	Following Set Member: dev-sdb1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb-sdb1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb/sdb1
	Found: found-udev
-> Unit dev-sdb.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 997f5589f4494790843171551e2389e6
	Following: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata3-host3-target3:0:0-3:0:0:0-block-sdb.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26V1S4E.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a1385.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata3/host3/target3:0:0/3:0:0:0/block/sdb
	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: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 0d1f559e6c714650b2c8d7970976685d
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionFileNotEmpty: /lib/modules/4.19.0-9-amd64/modules.devname untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	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: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at kmod-static-nodes.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: system.slice (origin-file)
	References: pushover-warning at kmod-static-nodes.service (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
	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
	-> ExecStart:
		Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rpcbind.service:
	Description: pushover warning
	Instance: rpcbind
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpcbind.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rpcbind at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2020-07-22 21:22:17 CEST
	Inactive Exit Timestamp: Wed 2020-07-22 21:22:17 CEST
	Active Enter Timestamp: Wed 2020-07-22 21:22:17 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 144251e9429741748b67f953e7361729
	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 pushover-warning at systemd-user-sessions.service:
	Description: pushover warning
	Instance: systemd-user-sessions
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-user-sessions.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-user-sessions at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-73a5fdd3\x2defd1\x2d438a\x2dbf09\x2d91cfe42edc36.device:
	Description: KINGSTON_SUV400S37120G 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d6502c42618242d98ff4c97cab471df3
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-3b40b466\x2d2d4a\x2d41aa\x2da3d2\x2de46be143a0fd.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-sda5.device:
	Description: KINGSTON_SUV400S37120G 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 356a6d56cd7740f0878656bb4ec6b15a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-70d00fe4\x2df268\x2d4cb6\x2d92f1\x2df46b544707be.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart2.device:
	Description: KINGSTON_SUV400S37120G 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: a58b242de6b94af89b642c262fea26ae
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-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:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-19a85d29\x2d7cdc\x2d4336\x2d8b4d\x2d7a3e4e422c25.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-sda.device:
	Description: KINGSTON_SUV400S37120G
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 7b6d1dc18adc465fbede81e4b76807ae
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.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:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda
	Found: found-udev
-> Unit pushover-warning at netatalk.service:
	Description: pushover warning
	Instance: netatalk
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: netatalk.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service netatalk at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be\x2dpart1.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1a0e7758df8044a1b6ece3931957f731
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde-sde1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-sde1.device
	Following Set Member: dev-disk-by\x2dpartuuid-0c5ef2a7\x2da761\x2d4186\x2d94b3\x2d2c5a2df4230d.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde/sde1
	Found: found-udev
-> Unit pushover-warning at haveged.service:
	Description: pushover warning
	Instance: haveged
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: haveged.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service haveged at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit systemd-modules-load.service:
	Alias: kmod.service
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 1943d782b17c4c3c8076069a8aec5104
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	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: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: networking.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-sysctl.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at systemd-modules-load.service (origin-file)
	References: pushover-warning at systemd-modules-load.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-modules-load
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-update-utmp.service:
	Description: pushover warning
	Instance: systemd-update-utmp
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.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-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-update-utmp.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-update-utmp at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at rng-tools.service:
	Description: pushover warning
	Instance: rng-tools
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: rng-tools.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service rng-tools at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-f9ec1a68\x2d4383\x2d41fe\x2da5cd\x2d79e488c5cf97.device:
	Description: KINGSTON_SUV400S37120G 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: bc2d280d6d8544d59bec7591ed626d7f
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host1-target1:0:0-1:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SUV400S37120G_50026B766C03C843\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-sda9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host1/target1:0:0/1:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit pushover-warning at getty-static.service:
	Description: pushover warning
	Instance: getty-static
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: getty-static.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service getty-static at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-tmpfiles-setup-dev.service:
	Description: pushover warning
	Instance: systemd-tmpfiles-setup-dev
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-tmpfiles-setup-dev at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit mnt-usb.mount:
	Description: /mnt/usb
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-10-20 01:33:22 CEST
	Inactive Exit Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Enter Timestamp: Tue 2020-10-20 01:33:22 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/mnt-usb.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 2f289e8312bc41c285fe905514c5f49a
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: dev-loop1.device (origin-mountinfo-implicit)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: dev-loop1.device (origin-mountinfo-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: blockdev at dev-loop1.target (origin-mountinfo-implicit)
	After: local-fs-pre.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: dev-loop1.device (origin-mountinfo-implicit)
	References: local-fs.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: blockdev at dev-loop1.target (origin-mountinfo-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	RequiresMountsFor: /mnt (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /mnt/usb
	What: /dev/loop1
	File System Type: udf
	Options: ro,relatime,utf8
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:0-end_device\x2d0:0-target0:0:0-0:0:0:0-block-sdd.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 45c46e6a3e1d4278b4f45c3b0403e5a7
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f31f.device
	Following Set Member: dev-sdd.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy0\x2dlun\x2d0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26XK830.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/0000:02:00.0/host0/port-0:0/end_device-0:0/target0:0:0/0:0:0:0/block/sdd
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy6\x2dlun\x2d0.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 346a6bb87bdf4c118f736b2da96d1082
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXQ1H26JES33.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:6-end_device\x2d0:6-target0:0:6-0:0:6:0-block-sdj.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2b8cfbbbc.device
	Following Set Member: dev-sdj.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/0000:02:00.0/host0/port-0:6/end_device-0:6/target0:0:6/0:0:6:0/block/sdj
	Found: found-udev
-> Unit evohome-exporter.service:
	Alias: evohome.service
	Description: Evohome Prometheus Client
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:10:58 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:10:58 CET
	Active Enter Timestamp: Fri 2020-11-20 06:10:58 CET
	Active Exit Timestamp: Fri 2020-11-20 06:10:58 CET
	Inactive Enter Timestamp: Fri 2020-11-20 06:10:58 CET
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/evohome-exporter.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9feff8711aff4cb9aa62c182a7f64b8c
	Fragment Path: /etc/systemd/system/evohome-exporter.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-20 06:10:58 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:10:58 CET
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at evohome-exporter.service (origin-file)
	References: pushover-warning at evohome-exporter.service (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /run/evohome-exporter (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: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 17697
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 1min
	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
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: evohome-exporter
	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: daemon
	Group: daemon
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/local/lib/evohome-exporter/evohome-exporter.py
			PID: 17697
			Start Timestamp: Fri 2020-11-20 06:10:58 CET
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at logitechmediaserver.service:
	Description: pushover warning
	Instance: logitechmediaserver
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: logitechmediaserver.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service logitechmediaserver at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-quotacheck.service:
	Description: pushover warning
	Instance: systemd-quotacheck
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-quotacheck.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-quotacheck at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at cups-browsed.service:
	Description: pushover warning
	Instance: cups-browsed
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: cups-browsed.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service cups-browsed at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit tftpd-hpa.service:
	Description: LSB: HPA's tftp server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:24 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:24 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/tftpd-hpa.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6652b843324a42e09035082b9f06d549
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/tftpd-hpa.service
	Source Path: /etc/init.d/tftpd-hpa
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at tftpd-hpa.service (origin-file)
	References: multi-user.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: graphical.target (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: remote-fs.target (origin-file)
	References: pushover-warning at tftpd-hpa.service (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/tftpd-hpa start
	-> ExecStop:
		Command Line: /etc/init.d/tftpd-hpa stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at redis-server.service:
	Description: pushover warning
	Instance: redis-server
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: redis-server.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service redis-server at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:35 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:35 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:35 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d44c7d732c1145a0b521618e45959678
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: swap.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: swap.target (origin-mountinfo-default)
	References: system.slice (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=6579184k,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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee26379f564.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: adf2cf137fc244b2a8181ba65ef3afa2
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0.device
	Following Set Member: dev-sdf.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf
	Found: found-udev
-> Unit var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount:
	Description: /var/lib/docker/containers/5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb/mounts/shm
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 04:04:03 CET
	Inactive Exit Timestamp: Sun 2020-11-15 04:04:03 CET
	Active Enter Timestamp: Sun 2020-11-15 04:04:03 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-docker-containers-5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb-mounts-shm.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 356b3b93c24e4133836a226cd776ed4c
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.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)
	After: swap.target (origin-mountinfo-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: swap.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	RequiresMountsFor: /var/lib/docker/containers/5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb/mounts (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /var/lib/docker/containers/5cbc96408f88f81376c2f7cde32bfb8c9428a5fd1bd4d24ecce752b756aa20bb/mounts/shm
	What: shm
	File System Type: tmpfs
	Options: rw,nosuid,nodev,noexec,relatime,size=65536k
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at keyboard-setup.service:
	Description: pushover warning
	Instance: keyboard-setup
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: keyboard-setup.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service keyboard-setup at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-boot-system-token.service:
	Description: pushover warning
	Instance: systemd-boot-system-token
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: systemd-boot-system-token.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-boot-system-token at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR\x2dpart9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 6e39cb197fd94f408ec5710737dbcce7
	Following: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-f6b573b5\x2d7cb6\x2d4c9b\x2db580\x2d7e04ddbecafe.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4\x2dpart9.device
	Following Set Member: dev-sdc9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc-sdc9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc/sdc9
	Found: found-udev
-> Unit dev-disk-by\x2dlabel-tank.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a9483336a03c4e53ab922f63fb731dd9
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2duuid-8392379984986299429.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-sdk1.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit blk-availability.service:
	Description: Availability of block devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-09-11 09:28:05 CEST
	Inactive Exit Timestamp: Fri 2020-09-11 09:28:05 CEST
	Active Enter Timestamp: Fri 2020-09-11 09:28:05 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/blk-availability.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 160a9e389e2b4ee191d1578ca99b26b7
	Fragment Path: /lib/systemd/system/blk-availability.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-09-11 09:28:05 CEST
	Condition Result: yes
	Assert Timestamp: Fri 2020-09-11 09:28:05 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: iscsid.service (origin-file)
	After: iscsi-shutdown.service (origin-file)
	After: lvm2-activation.service (origin-file)
	After: system.slice (origin-file)
	After: fcoe.service (origin-file)
	After: iscsi.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: rbdmap.service (origin-file)
	OnFailure: pushover-warning at blk-availability.service (origin-file)
	References: system.slice (origin-file)
	References: fcoe.service (origin-file)
	References: iscsi-shutdown.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: rbdmap.service (origin-file)
	References: pushover-warning at blk-availability.service (origin-file)
	References: shutdown.target (origin-file)
	References: lvm2-activation.service (origin-file)
	References: iscsid.service (origin-file)
	References: iscsi.service (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	TimeoutStartFailureMode: terminate
	TimeoutStopFailureMode: terminate
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	-> ExecStart:
		Command Line: /bin/true
	-> ExecStop:
		Command Line: /sbin/blkdeactivate -u -l wholevg -m disablequeueing -r wait
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit user at 129.service:
	Description: User Manager for UID 129
	Instance: 129
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-11-20 06:02:31 CET
	Inactive Exit Timestamp: Fri 2020-11-20 06:02:30 CET
	Active Enter Timestamp: Fri 2020-11-20 06:02:31 CET
	Active Exit 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-129.slice
	CGroup: /user.slice/user-129.slice/user at 129.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Invocation ID: 8155f6ab4caa4582a03c7c3eec40de1f
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Fri 2020-11-20 06:02:30 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 06:02:30 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-runtime-dir at 129.service (origin-file)
	Requires: user-129.slice (origin-file)
	WantedBy: session-c49.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-c49.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: user-runtime-dir at 129.service (origin-file)
	After: user-129.slice (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at user.service (origin-file)
	References: dbus.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: user-129.slice (origin-file)
	References: user-runtime-dir at 129.service (origin-file)
	References: shutdown.target (origin-default)
	References: pushover-warning at user.service (origin-file)
	ReferencedBy: session-c49.scope (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: continue
	Main PID: 27819
	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
	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: 129
	DynamicUser: no
	PAMName: systemd-user
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 27819
			Start Timestamp: Fri 2020-11-20 06:02:30 CET
	Status Text: Startup finished in 536ms.
	CPUAccounting: no
	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
	DelegateControllers: memory pids
-> Unit hddtemp.service:
	Description: LSB: disk temperature monitoring daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:20 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/hddtemp.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 6017db3f37e644e08d7e36656551253b
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/hddtemp.service
	Source Path: /etc/init.d/hddtemp
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:20 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:20 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: multi-user.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	OnFailure: pushover-warning at hddtemp.service (origin-file)
	References: graphical.target (origin-file)
	References: remote-fs.target (origin-file)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at hddtemp.service (origin-file)
	References: multi-user.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/hddtemp start
	-> ExecStop:
		Command Line: /etc/init.d/hddtemp stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Conflicts: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: atd.service (destination-file)
	Before: cron.service (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit pushover-warning at systemd-modules-load.service:
	Description: pushover warning
	Instance: systemd-modules-load
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-modules-load.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-modules-load at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit minidlna.service:
	Description: LSB: minidlna server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:21 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:21 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/minidlna.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: d4a4b56e837844c6a644dc429b24c812
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/minidlna.service
	Source Path: /etc/init.d/minidlna
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:21 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:21 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: multi-user.target (origin-file destination-default)
	After: remote-fs.target (origin-file)
	After: network-online.target (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at minidlna.service (origin-file)
	References: graphical.target (origin-file)
	References: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: multi-user.target (origin-file)
	References: pushover-warning at minidlna.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: remote-fs.target (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	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: 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
	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
	-> ExecStart:
		Command Line: /etc/init.d/minidlna start
	-> ExecStop:
		Command Line: /etc/init.d/minidlna stop
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at cpufrequtils.service:
	Description: pushover warning
	Instance: cpufrequtils
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: cpufrequtils.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service cpufrequtils at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-subsystem-net-devices-br\x2db12e0cce45e0.device:
	Description: /sys/subsystem/net/devices/br-b12e0cce45e0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:03:09 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:03:09 CEST
	Active Exit 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: 5b64b0c08b434f7499b471600bdbaaaa
	Following Set Member: sys-devices-virtual-net-br\x2db12e0cce45e0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/br-b12e0cce45e0
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-080e157a\x2d324a\x2d4f0c\x2db5d0\x2d0e1d788d032e.device:
	Description: WDC_WD60EFRX-68L0BN1 tank
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:16 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:16 CEST
	Active Exit 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: 87d35cd438914a63a3bcfd446b6bb5a0
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-sdk1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0\x2dpart1.device
	Following Set Member: dev-disk-by\x2dlabel-tank.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk-sdk1.device
	Following Set Member: dev-disk-by\x2duuid-8392379984986299429.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk/sdk1
	Found: found-udev
-> Unit user-runtime-dir at 1000.service:
	Description: User Runtime Directory /run/user/1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:35 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:35 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:35 CEST
	Active Exit 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: 78c370ec162b4d33b1db07eefb030b47
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 22:02:35 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:35 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-1000.slice (origin-file)
	RequiredBy: user at 1000.service (destination-file)
	WantedBy: session-c34.scope (destination-file)
	WantedBy: session-2.scope (destination-file)
	WantedBy: session-592493.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-c34.scope (destination-file)
	Before: session-2.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	Before: session-592493.scope (destination-file)
	After: systemd-user-sessions.service (origin-file)
	After: sysinit.target (origin-default)
	After: user-1000.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	OnFailure: pushover-warning at user-runtime-dir.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: pushover-warning at user-runtime-dir.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.service (origin-file)
	References: basic.target (origin-default)
	References: user-1000.slice (origin-file)
	ReferencedBy: session-c34.scope (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: session-592493.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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-runtime-dir start 1000
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-rfkill.socket:
	Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:48 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:48 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:48 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/systemd-rfkill.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 29949cbf506a4eb0bd1baf770145e023
	Documentation: man:systemd-rfkill.socket(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.socket
	Condition Timestamp: Tue 2020-06-16 22:02:48 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:48 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-rfkill.service (origin-implicit)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-path)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	Triggers: systemd-rfkill.service (origin-implicit)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: systemd-rfkill.service (origin-implicit)
	ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	RequiresMountsFor: /dev/rfkill (origin-file)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	PassPacketInfo: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: yes
	FileDescriptorName: systemd-rfkill.socket
	SELinuxContextFromNet: no
	ListenSpecial: /dev/rfkill
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectClock: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit zfs-volumes.target:
	Description: ZFS volumes are ready
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 6601a2fd8fd14bd6be19ed3adfdb9cb6
	Fragment Path: /lib/systemd/system/zfs-volumes.target
	Condition Timestamp: Tue 2020-06-16 21:46:12 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:46:12 CEST
	Assert Result: yes
	Requires: zfs-volume-wait.service (origin-file)
	Wants: zfs-volume-wait.service (origin-file)
	WantedBy: zfs.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: zfs.target (destination-default)
	Before: shutdown.target (origin-default)
	After: zfs-volume-wait.service (origin-file)
	References: shutdown.target (origin-default)
	References: zfs-volume-wait.service (origin-file)
	ReferencedBy: zfs.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:2-end_device\x2d0:2-target0:0:2-0:0:2:0-block-sdf-sdf9.device:
	Description: WDC_WD60EFRX-68L0BN1 9
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9621e326467b4e6abded5ceff2b14226
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee26379f564\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy1\x2dlun\x2d0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-786cec57\x2d4ea3\x2d4403\x2db41c\x2d3b868e86438a.device
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWXN1H26WWM9Z\x2dpart9.device
	Following Set Member: dev-sdf9.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/0000:02:00.0/host0/port-0:2/end_device-0:2/target0:0:2/0:0:2:0/block/sdf/sdf9
	Found: found-udev
-> Unit nfs-idmapd.service:
	Description: NFSv4 ID-name mapping service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:45:41 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:45:41 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/nfs-idmapd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 964c6c4ae9c6492db5134df34891a1c0
	Fragment Path: /lib/systemd/system/nfs-idmapd.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:45:41 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:45:41 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	Wants: nfs-config.service (origin-file)
	BindsTo: nfs-server.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	After: nfs-config.service (origin-file)
	After: local-fs.target (origin-file)
	OnFailure: pushover-warning at nfs-idmapd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	References: nfs-config.service (origin-file)
	References: system.slice (origin-file)
	References: nfs-server.service (origin-file)
	References: pushover-warning at nfs-idmapd.service (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: nfs-server.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: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 9269
	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
	EnvironmentFile: -/run/sysconfig/nfs-utils
	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
	-> ExecStart:
		Command Line: /usr/sbin/rpc.idmapd $RPCIDMAPDARGS
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-udev-settle.service:
	Description: udev Wait for Complete Device Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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-settle.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 94944af2852d426d82e93d4b5c7134d4
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-settle.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	RequiredBy: zfs-import-scan.service (destination-file)
	RequiredBy: zfs-load-module.service (destination-file)
	RequiredBy: zfs-import-cache.service (destination-file)
	Before: zfs-volume-wait.service (destination-file)
	Before: zfs-load-module.service (destination-file)
	Before: zfs-import-cache.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: zfs-import-scan.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	OnFailure: pushover-warning at systemd-udev-settle.service (origin-file)
	References: pushover-warning at systemd-udev-settle.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	ReferencedBy: zfs-import-cache.service (destination-file)
	ReferencedBy: zfs-volume-wait.service (destination-file)
	ReferencedBy: zfs-load-module.service (destination-file)
	ReferencedBy: zfs-import-scan.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
	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
	-> ExecStart:
		Command Line: /bin/udevadm settle
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AXNET.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0a437e80731a4b508da828f0e221ab60
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy7\x2dlun\x2d0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:7-end_device\x2d0:7-target0:0:7-0:0:7:0-block-sdk.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2637a0c95.device
	Following Set Member: dev-sdk.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/0000:02:00.0/host0/port-0:7/end_device-0:7/target0:0:7/0:0:7:0/block/sdk
	Found: found-udev
-> Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 22:02:19 CEST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	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: multi-user.target (destination-file)
	ConflictedBy: getty at tty1.service (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: multi-user.target (destination-file)
	Before: rescue.target (destination-file)
	After: emergency.service (destination-file)
	After: system.slice (origin-file)
	After: getty at tty1.service (destination-file)
	After: plymouth-start.service (origin-file)
	After: sysinit.target (origin-file)
	OnFailure: pushover-warning at rescue.service (origin-file)
	References: pushover-warning at rescue.service (origin-file)
	References: system.slice (origin-file)
	References: plymouth-start.service (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: rescue.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
	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
	-> ExecStartPre:
		Command Line: /bin/plymouth --wait quit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sulogin-shell rescue
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at cron.service:
	Description: pushover warning
	Instance: cron
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	ReferencedBy: cron.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service cron at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit share-backup-twappel.mount:
	Description: /share/backup/twappel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:14 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:14 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/share-backup-twappel.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 9159230cc1f945d2948d8d8b74fe7f0b
	Source Path: /proc/self/mountinfo
	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: local-fs-pre.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: share-backup.mount (origin-path)
	After: share.mount (origin-path)
	After: -.mount (origin-path)
	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: share-backup.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: share.mount (origin-path)
	RequiresMountsFor: /share/backup (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /share/backup/twappel
	What: tank/share/backup/twappel
	File System Type: zfs
	Options: rw,nodev,noatime,xattr,noacl
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at docker.service:
	Description: pushover warning
	Instance: docker
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: docker.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service docker at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at zfs-load-module.service:
	Description: pushover warning
	Instance: zfs-load-module
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.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-pushover\x2dwarning.slice (origin-file)
	After: basic.target (origin-default)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: pushover-warning at pushover-warning.service (origin-file)
	ReferencedBy: zfs-load-module.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service zfs-load-module at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Thu 2020-11-19 10:44:19 CET
	Inactive Exit Timestamp: Mon 2020-11-16 14:22:47 CET
	Active Enter Timestamp: Mon 2020-11-16 14:22:48 CET
	Active Exit Timestamp: Mon 2020-11-16 14:22:47 CET
	Inactive Enter Timestamp: Mon 2020-11-16 14:22:47 CET
	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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory devices pids bpf-firewall bpf-devices
	Invocation ID: cee86036c5b947e080bc379646cdc699
	Documentation: man:systemd-logind.service(8)
	Documentation: man:logind.conf(5)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/logind
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
	Fragment Path: /lib/systemd/system/systemd-logind.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /lib/systemd/system/dbus.service untested
	Condition Timestamp: Mon 2020-11-16 14:22:47 CET
	Condition Result: yes
	Assert Timestamp: Mon 2020-11-16 14:22:47 CET
	Assert Result: yes
	Requires: tmp.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: modprobe at drm.service (origin-file)
	Wants: user.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-592493.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: session-c47.scope (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: session-2.scope (destination-file)
	Before: session-c34.scope (destination-file)
	Before: multi-user.target (destination-default)
	Before: session-c49.scope (destination-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: modprobe at drm.service (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: var-tmp.mount (origin-path)
	After: tmp.mount (origin-path)
	After: user.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: pushover-warning at systemd-logind.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: sysinit.target (origin-default)
	References: pushover-warning at systemd-logind.service (origin-file)
	References: dbus.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: modprobe at drm.service (origin-file)
	References: tmp.mount (origin-path)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: user.slice (origin-file)
	References: -.mount (origin-path)
	References: var-tmp.mount (origin-path)
	References: system.slice (origin-file)
	ReferencedBy: session-592493.scope (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: session-c49.scope (destination-file)
	ReferencedBy: session-c34.scope (destination-file)
	ReferencedBy: session-c47.scope (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /run/systemd/seats (origin-file)
	RequiresMountsFor: /run/systemd/shutdown (origin-file)
	RequiresMountsFor: /var/lib/systemd/linger (origin-file)
	RequiresMountsFor: /run/systemd/inhibit (origin-file)
	RequiresMountsFor: /run/systemd/sessions (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/systemd/users (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: 6838
	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
	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: _newselect semtimedop statx sigreturn madvise semget msgsnd readlink clone membarrier getxattr pipe2 setpriority open signal userfaultfd fadvise64_64 recv time getegid32 lstat64 setresuid32 copy_file_range ioctl shutdown unshare signalfd4 execve writev process_vm_readv pwrite64 getgroups32 setgroups32 lseek mlock fstatfs setitimer kill gettimeofday mkdirat sync unlinkat getsockname getpeername chmod waitpid ipc sched_getscheduler rt_sigreturn fallocate sendmmsg restart_syscall creat futimesat unlink rt_tgsigqueueinfo getuid32 shmget getresgid32 mq_open getpid send personality fstat64 fcntl64 clock_nanosleep chown32 getrandom rt_sigpending getpgrp io_destroy setreuid32 getdents rt_sigprocmask mremap alarm times eventfd2 write mq_timedreceive timer_settime faccessat recvfrom sigsuspend clock_gettime pread64 sigaltstack set_tls dup munlockall utime semctl close timerfd_settime renameat munlock rt_sigaction mknod shmat getrusage setfsuid32 pause rmdir fchown32 chown fork set_thread_area umask mq_getsetattr stat semop msgrcv sched_getparam wait4 sendfile mlockall dup2 epoll_wait arch_prctl lremovexattr sched_setparam setresgid32 sysinfo flistxattr inotify_init1 msync getresuid32 timer_delete mq_timedsend sched_getaffinity epoll_create preadv2 fchown nanosleep sched_setaffinity setresgid setpgid splice brk ppoll pselect6 truncate fchownat sigaction recvmsg nice pwritev2 setresuid setgid memfd_create ugetrlimit mprotect poll geteuid32 lchown32 getuid fsetxattr setuid exit rt_sigsuspend mmap tgkill symlinkat statfs64 oldlstat getppid clock_getres set_mempolicy utimensat symlink mlock2 msgget prctl mq_notify getdents64 io_cancel waitid oldstat getgid32 link sendto getcpu sched_rr_get_interval getresuid add_key prlimit64 read kcmp exit_group mmap2 get_mempolicy epoll_ctl_old setns lsetxattr chdir getresgid getgid setreuid fchmodat sigpending ioprio_get tee sync_file_range2 fchmod rt_sigtimedwait capset timerfd_create tkill signalfd syncfs truncate64 timer_create lgetxattr fchdir setgid32 fdatasync setfsgid io_submit getsid statfs setxattr mkdir getgroups removexattr sched_getattr rename getegid eventfd oldfstat sched_yield fremovexattr mbind ftruncate lchown getcwd readv vfork listen setgroups setsockopt renameat2 openat linkat fstatfs64 set_tid_address io_getevents keyctl uname sched_get_priority_min fstat get_robust_list sendmsg readlinkat setregid inotify_init get_thread_area setfsgid32 setfsuid select sigprocmask futex set_robust_list epoll_create1 shmctl mknodat timer_getoverrun lstat fstatat64 geteuid munmap setrlimit sched_setattr remap_file_pages recvmmsg connect mq_unlink ftruncate64 accept4 request_key epoll_wait_old accept setregid32 dup3 ioprio_set swapcontext _llseek sched_setscheduler setuid32 bind execveat getrlimit llistxattr getpgid listxattr vmsplice process_vm_writev move_pages readdir getsockopt io_setup shmdt pipe fcntl flock preadv capget readahead access sync_file_range msgctl utimes epoll_pwait sched_get_priority_max fgetxattr migrate_pages fsync timer_gettime socketpair epoll_ctl name_to_handle_at pwritev gettid inotify_rm_watch socket setsid newfstatat timerfd_gettime getpriority oldolduname getitimer olduname sendfile64 rt_sigqueueinfo fadvise64 inotify_add_watch socketcall stat64
	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: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	DeviceAllow: char-rtc r
	DeviceAllow: char-vcs rw
	DeviceAllow: char-tty rw
	DeviceAllow: char-input rw
	DeviceAllow: char-drm rw
	DeviceAllow: char-/dev/console rw
	DeviceAllow: block-* r
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata4-host4-target4:0:0-4:0:0:0-block-sdc.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 2f25e47e64694945805e030be32008c1
	Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61D96AX9VR.device
	Following Set Member: dev-sdc.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee20e24b733.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata4/host4/target4:0:0/4:0:0:0/block/sdc
	Found: found-udev
-> Unit man-db.service:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-11-20 00:00:43 CET
	Inactive Exit Timestamp: Fri 2020-11-20 00:00:00 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-11-20 00:00:43 CET
	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: 37ccb6155f0f4c18b8eb7dc4be71d8bf
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionACPower: true succeeded
	Condition Timestamp: Fri 2020-11-20 00:00:00 CET
	Condition Result: yes
	Assert Timestamp: Fri 2020-11-20 00:00:00 CET
	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: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at man-db.service (origin-file)
	TriggeredBy: man-db.timer (destination-implicit)
	References: pushover-warning at man-db.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	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
	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
	-> ExecStart:
		Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
			PID: 5189
			Start Timestamp: Fri 2020-11-20 00:00:00 CET
			Exit Timestamp: Fri 2020-11-20 00:00:00 CET
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
			PID: 5190
			Start Timestamp: Fri 2020-11-20 00:00:00 CET
			Exit Timestamp: Fri 2020-11-20 00:00:01 CET
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/mandb --quiet
			PID: 5193
			Start Timestamp: Fri 2020-11-20 00:00:01 CET
			Exit Timestamp: Fri 2020-11-20 00:00:43 CET
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit pushover-warning at systemd-update-utmp-runlevel.service:
	Description: pushover warning
	Instance: systemd-update-utmp-runlevel
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2020-11-15 21:05:43 CET
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit 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-pushover\x2dwarning.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Fragment Path: /etc/systemd/system/pushover-warning at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Requires: sysinit.target (origin-default)
	Requires: system-pushover\x2dwarning.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system-pushover\x2dwarning.slice (origin-file)
	OnFailure: pushover-warning at pushover-warning.service (origin-file)
	References: system-pushover\x2dwarning.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: pushover-warning at pushover-warning.service (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: systemd-update-utmp-runlevel.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
	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
	-> ExecStart:
		Command Line: /usr/bin/curl -s --form-string token=axroeaxmm41z5yq4xaun44eberh4gt --form-string user=usd4dtm3c4pf6tmvp8i61bp1qjy3b5 --form-string 'message=service systemd-update-utmp-runlevel at nasty failed' --form-string sound=spacealarm https://api.pushover.net/1/messages.json
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD60EFRX\x2d68L0BN1_WD\x2dWX61DC896F3F.device:
	Description: WDC_WD60EFRX-68L0BN1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:46:15 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c5f07bc5548140488e907c17995c8cc7
	Following: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee2662f54be.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dsas\x2dphy2\x2dlun\x2d0.device
	Following Set Member: dev-sde.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-0000:02:00.0-host0-port\x2d0:1-end_device\x2d0:1-target0:0:1-0:0:1:0-block-sde.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/0000:02:00.0/host0/port-0:1/end_device-0:1/target0:0:1/0:0:1:0/block/sde
	Found: found-udev
-> Unit user-runtime-dir at 128.service:
	Description: User Runtime Directory /run/user/128
	Instance: 128
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Thu 2020-11-19 23:41:02 CET
	Inactive Exit Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Enter Timestamp: Thu 2020-11-19 23:41:02 CET
	Active Exit 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-128.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Invocation ID: 38eb563f6c5d4ab6b3ff9064e65ce586
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Thu 2020-11-19 23:41:02 CET
	Condition Result: yes
	Assert Timestamp: Thu 2020-11-19 23:41:02 CET
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-128.slice (origin-file)
	RequiredBy: user at 128.service (destination-file)
	WantedBy: session-c47.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-c47.scope (destination-file)
	Before: shutdown.target (origin-default)
	Before: user at 128.service (destination-file)
	After: user-128.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: sysinit.target (origin-default)
	OnFailure: pushover-warning at user-runtime-dir.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: pushover-warning at user-runtime-dir.service (origin-file)
	References: dbus.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: user-128.slice (origin-file)
	ReferencedBy: session-c47.scope (destination-file)
	ReferencedBy: user at 128.service (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
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-runtime-dir start 128
			PID: 12816
			Start Timestamp: Thu 2020-11-19 23:41:02 CET
			Exit Timestamp: Thu 2020-11-19 23:41:02 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-runtime-dir stop 128
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit zfs-import-cache.service:
	Description: Import ZFS pools by cache file
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 22:02:12 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 22:02:12 CEST
	Active Enter Timestamp: Tue 2020-06-16 22:02:12 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/zfs-import-cache.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: c21262fc2bd74cb4b3e133cdfeabc2f3
	Documentation: man:zpool(8)
	Fragment Path: /lib/systemd/system/zfs-import-cache.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	ConditionPathExists: /etc/zfs/zpool.cache untested
	Condition Timestamp: Tue 2020-06-16 22:02:12 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 22:02:12 CEST
	Assert Result: yes
	Requires: systemd-udev-settle.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: zfs-load-module.service (origin-file)
	WantedBy: zfs.target (destination-file)
	WantedBy: zfs-mount.service (destination-file)
	Before: zfs-import.target (origin-file)
	Before: zfs-mount.service (destination-file)
	After: systemd-remount-fs.service (origin-file)
	After: zfs-load-module.service (origin-file)
	After: systemd-udev-settle.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: cryptsetup.target (origin-file)
	After: multipathd.target (origin-file)
	After: system.slice (origin-file)
	OnFailure: pushover-warning at zfs-import-cache.service (origin-file)
	References: zfs-load-module.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-udev-settle.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: zfs-import.target (origin-file)
	References: multipathd.target (origin-file)
	References: pushover-warning at zfs-import-cache.service (origin-file)
	ReferencedBy: zfs.target (destination-file)
	ReferencedBy: zfs-mount.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
	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
	-> ExecStart:
		Command Line: /sbin/zpool import -c /etc/zfs/zpool.cache -aN
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 21:44:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /user.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Invocation ID: 048e36c273a344b28d26996dcd3d1525
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	RequiredBy: user-1000.slice (destination-implicit)
	RequiredBy: user-128.slice (destination-implicit)
	RequiredBy: user-129.slice (destination-implicit)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: user-129.slice (destination-implicit)
	Before: shutdown.target (origin-default)
	Before: user-128.slice (destination-implicit)
	Before: user-1000.slice (destination-implicit)
	Before: slices.target (origin-file)
	After: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: -.slice (origin-implicit)
	References: slices.target (origin-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: user-129.slice (destination-implicit)
	ReferencedBy: user-1000.slice (destination-implicit)
	ReferencedBy: user-128.slice (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: no
	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
-> 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: Tue 2020-06-16 21:46:11 CEST
	Inactive Exit Timestamp: Tue 2020-06-16 21:44:11 CEST
	Active Enter Timestamp: Tue 2020-06-16 21:46:11 CEST
	Active Exit Timestamp: n/a
	Inactive Enter 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: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 42d9fc14bfb343f4a31b12d29c699172
	Fragment Path: /lib/systemd/system/ifupdown-pre.service
	DropIn Path: /etc/systemd/system/service.d/90-pushover.conf
	Condition Timestamp: Tue 2020-06-16 21:44:11 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 21:44:11 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	RequiredBy: networking.service (destination-file)
	Before: networking.service (destination-file)
	Before: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	OnFailure: pushover-warning at ifupdown-pre.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: pushover-warning at ifupdown-pre.service (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
	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
	-> 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: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit run-docker-netns-b436231155fa.mount:
	Description: /run/docker/netns/b436231155fa
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2020-11-15 00:06:43 CET
	Inactive Exit Timestamp: Sun 2020-11-15 00:06:43 CET
	Active Enter Timestamp: Sun 2020-11-15 00:06:43 CET
	Active Exit Timestamp: n/a
	Inactive Enter 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-docker-netns-b436231155fa.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Invocation ID: 50dc9c96f1c24baf974168a89e9d58af
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: umount.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /run/docker/netns (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/docker/netns/b436231155fa
	What: nsfs
	File System Type: nsfs
	Options: rw
	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
	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
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: no
	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: 4915
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-------------- next part --------------
==> /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/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket

==> /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/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-mount.service.wants/zfs-import-cache.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-mount.service.wants/zfs-load-module.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-mount.service.wants/zfs-import.target <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-mount.service.wants/zfs-import-scan.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/redis-server.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/redis-server.service
/etc/systemd/system/redis.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/prometheus-node-exporter.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/prometheus-node-exporter.service

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/prometheus-node-exporter-mellanox-hca-temp.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/prometheus-node-exporter-mellanox-hca-temp.timer

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

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

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

==> /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/zfs-zed.service.dsh-also <==
/etc/systemd/system/zed.service
/etc/systemd/system/zfs.target.wants/zfs-zed.service

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-import.target.wants/zfs-import-cache.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-import.target.wants/zfs-import-scan.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-share.service.wants/zfs-mount.service <==

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/prometheus-node-exporter-smartmon.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/prometheus-node-exporter-ipmitool-sensor.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/prometheus-node-exporter-mellanox-hca-temp.timer <==

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-mount.service.dsh-also <==
/etc/systemd/system/zfs-share.service.wants/zfs-mount.service
/etc/systemd/system/zfs.target.wants/zfs-mount.service

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-load-module.service.dsh-also <==
/etc/systemd/system/zfs-mount.service.wants/zfs-load-module.service
/etc/systemd/system/zfs.target.wants/zfs-load-module.service

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-volume-wait.service.dsh-also <==
/etc/systemd/system/zfs-volumes.target.wants/zfs-volume-wait.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/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-import-scan.service.dsh-also <==
/etc/systemd/system/zfs-import.target.wants/zfs-import-scan.service

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-import-cache.service.dsh-also <==
/etc/systemd/system/zfs-import.target.wants/zfs-import-cache.service

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-volumes.target.wants/zfs-volume-wait.service <==

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs-import.target.dsh-also <==
/etc/systemd/system/zfs-mount.service.wants/zfs-import.target
/etc/systemd/system/zfs.target.wants/zfs-import.target

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/prometheus-node-exporter-ipmitool-sensor.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/prometheus-node-exporter-ipmitool-sensor.timer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/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/zfs.target.wants/zfs-share.service <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs.target.wants/zfs-import-scan.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs.target.wants/zfs-volumes.target <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs.target.wants/zfs-load-module.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs.target.wants/zfs-import-cache.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/zfs.target.wants/zfs-import.target <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/mariadb.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/mariadb.service
/etc/systemd/system/mysql.service
/etc/systemd/system/mysqld.service
-------------- next part --------------
#tank/home/root					/root		zfs	defaults 0 0
tmpfs						/tmp		tmpfs	defaults 0 0
PARTUUID=64be2f69-60f5-4860-aa0e-04dc856cec7e	/boot/efi	vfat	defaults 0 1
PARTUUID=73a5fdd3-efd1-438a-bf09-91cfe42edc36	none		swap	defaults 0 0
#tank/share					/share		zfs	defaults 0 0
#tank/share/mp3					/share/mp3	zfs	defaults 0 0
/share/mp3 /var/www/nextcloud/data/richard/files/mp3		none	defaults,ro,bind 0 0


More information about the Pkg-systemd-maintainers mailing list