Bug#942042: systemd: Enabling systemd-networkd does not disable ifupdown management of /etc/network/interfaces

Artur Pydo debian-bts at pydo.org
Wed Oct 9 14:22:31 BST 2019


Package: systemd
Version: 241-7~deb10u1
Severity: normal

Dear Maintainer,

I had a running Debian Buster upgraded from Debian Stretch with ens3 network interface configured by DHCP in /etc/network/interfaces.
As I had to configure several static failover alias IP addresses on this interface I decided to switch to systemd-networkd.
I configured the same ens3 interface with DHCP and with additional static IPs in /etc/systemd/network/50-default.network.
I enabled systemd-networkd service and rebooted the server.

I've seen that dhclient process was still running and apparently ens3 interface was configured by DHCP with both running dhclient and systemd-networkd daemon.
I could not see anything wrong while executibg 'ip a' command but 'ip r' showed two default route instead of one.
The main problem was that if failover IP configured permanently on the ens3 interface was not routed to this server, the system was unable to establish outgoing connections to internet as if the DHCP IP address routing was wrong. The system needed the failover IP to establish outgoing connections as if the default DHCP IP adress was not there or was not usable.
However this behaviour was reproducible on only one server. A second server with the same setup worked fine in a different geographic area.
I didn't provide different configuration files as this is not really a configuration problem but the fact that 2 different systems manage the same network interface at the same time. However this is what I saw when it happened :

$ ip ro show
default via 2.3.4.1 dev ens3
default via 2.3.4.1 dev ens3 proto dhcp src 2.3.4.5 metric 1024
2.3.4.1 dev ens3 scope link
2.3.4.1 dev ens3 proto dhcp scope link src 2.3.4.5 metric 1024

$ networkctl status ens3
● 2: ens3
       Link File: /lib/systemd/network/99-default.link
    Network File: /etc/systemd/network/50-default.network
            Type: ether
           State: routable (configuring)
            Path: pci-0000:00:03.0
          Driver: virtio_net
          Vendor: Red Hat, Inc.
           Model: Virtio network device
      HW Address: fa:16:3e:14:09:99
         Address: 2.3.4.5
                  fe80::f816:3eff:fe14:999
         Gateway: 2.3.4.5
                  2.3.4.5
             DNS: 213.186.33.99

In the configuration files there was no information about any gateway, default or no default, all the routing information was autoconfigured through DHCP.

To solve this issue, I first noticed that the dhclient was only present on systems with /etc/network/interfaces present.
I removed /etc/network/interfaces, I rebooted the server. dhclient was not running anymore and the ens3 interface was correctly configured, usable and the routing table was "clean" :

$ ip ro show
default via 2.3.4.1 dev ens3 proto dhcp src 2.3.4.5 metric 1024
2.3.4.1 dev ens3 proto dhcp scope link src 2.3.4.5 metric 1024

I suggest to automatically disable the management of /etc/network/interfaces file (or rename that file ?) as long as the network interfaces is managed by another system such as systemd-networkd to avoid any confusion or a double configuration by different systems at the same time.
I didn't see any recomendations in Debian documentation about /etc/network/interfaces and systemd-networkd conflict. It may be a good idea to point it out.

-- Package-specific info:

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

Kernel: Linux 4.19.0-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

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
ii  libgpg-error0    1.35-1
ii  libidn11         1.33-2.2
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  libseccomp2      2.3.3-4
ii  libselinux1      2.8-1+b1
ii  libsystemd0      241-7~deb10u1
ii  mount            2.33.1-0.1
ii  util-linux       2.33.1-0.1

Versions of packages systemd recommends:
ii  dbus            1.12.16-1
pn  libpam-systemd  <none>

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

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.133+deb10u1
ii  udev             241-7~deb10u1

-- 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-06-05 09:53:53.997010172 +0200
@@ -1 +1 @@
-d /run/screen 0777 root utmp
+d /run/screen 1777 root utmp

[EXTENDED]   /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED]   /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[EXTENDED]   /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf

4 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Tue 2019-10-08 18:34:13 CEST
Timestamp userspace: Tue 2019-10-08 18:34:15 CEST
Timestamp finish: Tue 2019-10-08 18:36:16 CEST
Timestamp security-start: Tue 2019-10-08 18:34:15 CEST
Timestamp security-finish: Tue 2019-10-08 18:34:15 CEST
Timestamp generators-start: Tue 2019-10-08 18:34:15 CEST
Timestamp generators-finish: Tue 2019-10-08 18:34:15 CEST
Timestamp units-load-start: Tue 2019-10-08 18:34:15 CEST
Timestamp units-load-finish: Tue 2019-10-08 18:34:15 CEST
-> 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 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-platform-serial8250-tty-ttyS2.device
	Invocation ID: 3a08631a59cc44fabb09d4aba0e981ce
	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 pacemaker.service:
	Description: Pacemaker High Availability Cluster Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:36:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:36:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:36: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/pacemaker.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: pacemaker.service
	Invocation ID: 0cdb692242d742168f578588e6c6a5d1
	Documentation: man:pacemakerd
	Documentation: https://clusterlabs.org/pacemaker/doc/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html
	Fragment Path: /lib/systemd/system/pacemaker.service
	Condition Timestamp: Tue 2019-10-08 18:36:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:36:16 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: corosync.service (origin-file)
	Wants: dbus.service (origin-file)
	Wants: resource-agents-deps.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: logd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: resource-agents-deps.target (origin-file)
	After: rsyslog.service (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.service (origin-file)
	After: corosync.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: time-sync.target (origin-file)
	After: basic.target (origin-default)
	After: logd.service (destination-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: resource-agents-deps.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-file)
	References: dbus.service (origin-file)
	References: rsyslog.service (origin-file)
	References: corosync.service (origin-file)
	ReferencedBy: logd.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 599
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min
	TimeoutStopSec: 30min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: no
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/pacemaker
	EnvironmentFile: -/etc/default/sbd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: null
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/pacemakerd -f
			PID: 599
			Start Timestamp: Tue 2019-10-08 18:36:16 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit multi-user.target:
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:36:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:36:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:36: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
	Name: runlevel4.target
	Name: runlevel3.target
	Name: multi-user.target
	Name: runlevel2.target
	Invocation ID: 1857467c14ea4d7bb0bf5cd6102c8c23
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Tue 2019-10-08 18:36:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:36:16 CEST
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: nginx.service (origin-file)
	Wants: dbus.service (origin-file)
	Wants: irqbalance.service (origin-file)
	Wants: pacemaker.service (origin-file)
	Wants: pcsd.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: systemd-networkd.service (origin-file)
	Wants: postfix.service (origin-file)
	Wants: netfilter-persistent.service (origin-file)
	Wants: ntp.service (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: rsyslog.service (origin-file)
	Wants: logd.service (origin-file)
	Wants: corosync.service (origin-file)
	Wants: ssh.service (origin-file)
	Wants: fail2ban.service (origin-file)
	Wants: networking.service (origin-file)
	Wants: haproxy.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: cron.service (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.target (origin-file)
	Conflicts: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: corosync.service (origin-default)
	After: cron.service (origin-default)
	After: basic.target (origin-file origin-default)
	After: rsyslog.service (origin-default)
	After: rescue.target (origin-file)
	After: haproxy.service (origin-default)
	After: logd.service (origin-default)
	After: pacemaker.service (origin-default)
	After: getty.target (origin-default)
	After: dbus.service (origin-default)
	After: fail2ban.service (origin-default)
	After: postfix.service (origin-default)
	After: systemd-logind.service (origin-default)
	After: ssh.service (origin-default)
	After: systemd-networkd.service (destination-file)
	After: nginx.service (origin-default)
	After: pcsd.service (origin-default)
	After: rescue.service (origin-file)
	After: ntp.service (origin-default)
	After: systemd-user-sessions.service (origin-default)
	After: irqbalance.service (origin-default)
	References: irqbalance.service (origin-file origin-default)
	References: console-setup.service (origin-file)
	References: networking.service (origin-file)
	References: shutdown.target (origin-default)
	References: cron.service (origin-file origin-default)
	References: postfix.service (origin-file origin-default)
	References: pacemaker.service (origin-file origin-default)
	References: nginx.service (origin-file origin-default)
	References: netfilter-persistent.service (origin-file)
	References: rsyslog.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: systemd-networkd.service (origin-file)
	References: haproxy.service (origin-file origin-default)
	References: systemd-ask-password-wall.path (origin-file)
	References: basic.target (origin-file origin-default)
	References: fail2ban.service (origin-file origin-default)
	References: corosync.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: rescue.service (origin-file)
	References: pcsd.service (origin-file origin-default)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: ssh.service (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: logd.service (origin-file origin-default)
	References: getty.target (origin-file origin-default)
	References: dbus.service (origin-file origin-default)
	References: ntp.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: getty.target
	Invocation ID: 9dc318e4f9974584b2060e19305b2ccb
	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 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Wants: getty at tty1.service (origin-file)
	Wants: getty-static.service (origin-file)
	Wants: serial-getty at ttyS0.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: getty-static.service (origin-default)
	After: getty at tty1.service (origin-default destination-file)
	After: serial-getty at ttyS0.service (origin-default destination-file)
	References: getty at tty1.service (origin-file origin-default)
	References: getty-static.service (origin-file origin-default)
	References: serial-getty at ttyS0.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	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 systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-journald.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids bpf-firewall
	Name: systemd-journald.service
	Invocation ID: 7d770e6d1b9240df80382b669d6df00d
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	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: sysinit.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	After: syslog.socket (origin-file)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	References: systemd-journald-dev-log.socket (origin-file)
	References: syslog.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
	ReferencedBy: systemd-journald-audit.socket (destination-implicit)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-journald.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	Main PID: 250
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: getgroups geteuid sendmmsg oldlstat getpgid tkill mmap2 symlink time getrandom getgid waitpid readlinkat times geteuid32 move_pages sigsuspend readahead exit truncate fstat setreuid32 writev process_vm_readv rt_sigpending sched_rr_get_interval gettid sched_getaffinity sendfile64 setxattr shmat getresuid getrusage mq_unlink epoll_wait_old msgget clock_gettime utimes getresgid execveat ioprio_get getresuid32 accept kcmp getxattr olduname statfs fcntl membarrier preadv2 fallocate open arch_prctl mkdir getegid32 semctl lstat64 rt_sigtimedwait stat set_thread_area sched_get_priority_max epoll_wait lchown setfsgid add_key renameat getpid eventfd fchmod getdents64 pselect6 io_submit setgid ipc utimensat oldolduname memfd_create dup2 write setns shmget removexattr lsetxattr fchown wait4 timer_delete oldfstat ftruncate64 clock_nanosleep msync getppid mmap statx close personality epoll_ctl_old rmdir ioprio_set getcpu name_to_handle_at connect getpeername openat shmdt rt_tgsigqueueinfo semtimedop ppoll setgid32 sigprocmask getuid timerfd_create userfaultfd getuid32 rt_sigreturn mlock2 exit_group fadvise64_64 epoll_ctl sendto select fchownat request_key sendfile tgkill ugetrlimit sync mq_timedsend setfsuid sched_getparam capset pause fadvise64 mknodat lgetxattr fstatfs64 uname fsync inotify_rm_watch chown readlink sched_setaffinity readv fchmodat read mprotect fchdir semop semget fsetxattr ftruncate unlinkat preadv inotify_init pread64 socket getdents munlockall get_robust_list timerfd_gettime process_vm_writev fdatasync splice munlock sendmsg pipe2 umask flistxattr listen capget getegid sched_setattr mkdirat getsockname setresuid32 nice set_mempolicy nanosleep rt_sigaction timer_settime msgsnd fstatfs renameat2 rt_sigqueueinfo utime dup3 bind statfs64 futex inotify_init1 timer_create sched_getattr chdir remap_file_pages setsid waitid msgrcv getgroups32 setuid setreuid mlockall getitimer ioctl fremovexattr sched_getscheduler getresgid32 sched_yield pwritev setresgid rt_sigprocmask accept4 newfstatat listxattr sigpending mq_notify madvise getsid signalfd4 mlock getcwd gettimeofday truncate64 flock sched_get_priority_min shmctl rt_sigsuspend unshare execve mknod inotify_add_watch io_getevents setresgid32 timerfd_settime creat recvmsg setsockopt set_robust_list send get_thread_area setuid32 linkat getsockopt setfsuid32 faccessat mq_open chown32 setresuid symlinkat fork recvmmsg prctl readdir pwrite64 mq_getsetattr access brk setpriority fstatat64 io_cancel setfsgid32 get_mempolicy set_tid_address fgetxattr setgroups signalfd unlink io_setup sigaction msgctl lseek rename llistxattr setregid keyctl munmap tee getgid32 sigreturn setregid32 poll link prlimit64 io_destroy restart_syscall oldstat timer_gettime sigaltstack timer_getoverrun syncfs fchown32 getpriority fcntl64 _llseek mbind futimesat pipe migrate_pages set_tls setrlimit clone vmsplice kill setpgid swapcontext pwritev2 epoll_create1 socketpair sched_setscheduler sysinfo shutdown mremap chmod lstat setgroups32 _newselect sync_file_range stat64 epoll_pwait recv recvfrom socketcall dup epoll_create alarm lremovexattr getrlimit signal eventfd2 mq_timedreceive setitimer copy_file_range sched_setparam fstat64 clock_getres getpgrp vfork lchown32
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
			PID: 250
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Current: 13
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
	IPAddressDeny=0.0.0.0/0
	IPAddressDeny=::/0
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: remote-fs-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: remote-fs.target (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: remote-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-sda.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-sda.device
	Invocation ID: 7931c7dae87b43428f501d4401910bbb
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda
	Found: found-udev
-> Unit display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: display-manager.service
	WantedBy: graphical.target (destination-file)
	Before: graphical.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: emergency.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	RequiredBy: emergency.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: rescue.service (origin-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: rescue.service (origin-file)
	Before: sysinit.target (destination-file)
	Before: emergency.target (destination-file)
	After: system.slice (origin-file)
	After: syslog.socket (destination-file)
	References: shutdown.target (origin-file)
	References: rescue.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: emergency.target (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: local-fs-pre.target
	Invocation ID: 2d6b0e4dfe4043f8b6a91f8aff507bce
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	WantedBy: keyboard-setup.service (destination-file)
	WantedBy: systemd-remount-fs.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: local-fs.target (destination-file)
	After: systemd-remount-fs.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: keyboard-setup.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-journald.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-journald.socket
	Invocation ID: 81e7e5e74f844923bd07d227d13598cf
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: corosync.service (destination-file)
	Before: sockets.target (origin-file)
	Before: netfilter-persistent.service (destination-file)
	Before: nginx.service (destination-file)
	Before: networking.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: -.mount (destination-file)
	Before: logd.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: ntp.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: pacemaker.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: haproxy.service (destination-file)
	Before: dbus.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: pcsd.service (destination-file)
	Before: man-db.service (destination-file)
	Before: serial-getty at ttyS0.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: ssh.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: postfix.service (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: postfix at -.service (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: fail2ban.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: irqbalance.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: system.slice (origin-file)
	References: systemd-journald.service (origin-implicit)
	References: -.mount (origin-path)
	References: sockets.target (origin-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: corosync.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: pcsd.service (destination-file)
	ReferencedBy: postfix.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: nginx.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: fail2ban.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: pacemaker.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: irqbalance.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: logd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: haproxy.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: postfix at -.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-random-seed.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
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-ttyS0.device
	Invocation ID: c0742ca4da574ac485dec7c1e68a2851
	Following: sys-devices-pnp0-00:04-tty-ttyS0.device
	Following Set Member: sys-devices-pnp0-00:04-tty-ttyS0.device
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	BoundBy: serial-getty at ttyS0.service (destination-file)
	Before: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
	Found: found-udev
-> Unit serial-getty at ttyS0.service:
	Description: Serial Getty on ttyS0
	Instance: ttyS0
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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-serial\x2dgetty.slice
	CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Name: serial-getty at ttyS0.service
	Invocation ID: 8166526595cf4d0b9995a736920f0ad6
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/serial-getty at .service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system-serial\x2dgetty.slice (origin-file)
	Requires: sysinit.target (origin-default)
	BindsTo: dev-ttyS0.device (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: rescue.service (origin-file)
	Before: getty.target (origin-file destination-default)
	After: system-serial\x2dgetty.slice (origin-file)
	After: dev-ttyS0.device (origin-file)
	After: getty-pre.target (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: basic.target (origin-default)
	After: rc-local.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	References: getty-pre.target (origin-file)
	References: dev-ttyS0.device (origin-file)
	References: system-serial\x2dgetty.slice (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: plymouth-quit-wait.service (origin-file)
	References: rc-local.service (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: getty.target (origin-file)
	References: rescue.service (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 431
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/ttyS0
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: no
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	UtmpIdentifier: ttyS0
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/agetty -o '-p -- \u' --keep-baud 115200,38400,9600 ttyS0 $TERM
			PID: 431
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit ipset.service:
	Description: ipset.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: ipset.service
	Before: fail2ban.service (destination-file)
	ReferencedBy: fail2ban.service (destination-file)
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: shutdown.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: system-serial\x2dgetty.slice (destination-default)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: system-postfix.slice (destination-default)
	ConflictedBy: ntp.service (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: fail2ban.service (destination-default)
	ConflictedBy: postfix at -.service (destination-default)
	ConflictedBy: nss-lookup.target (destination-default)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: pcsd.service (destination-default)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: logd.service (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: irqbalance.service (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: dbus.service (destination-default)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: nginx.service (destination-default)
	ConflictedBy: networking.service (destination-file)
	ConflictedBy: corosync.service (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: systemd-networkd-wait-online.service (destination-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: man-db.timer (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: haproxy.service (destination-default)
	ConflictedBy: serial-getty at ttyS0.service (destination-default)
	ConflictedBy: netfilter-persistent.service (destination-file)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: resource-agents-deps.target (destination-default)
	ConflictedBy: postfix.service (destination-default)
	ConflictedBy: pacemaker.service (destination-default)
	ConflictedBy: network-online.target (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: slices.target (destination-default)
	After: swap.target (destination-default)
	After: system-serial\x2dgetty.slice (destination-default)
	After: emergency.target (destination-default)
	After: rescue.target (destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: logrotate.service (destination-default)
	After: systemd-update-utmp.service (destination-file)
	After: irqbalance.service (destination-default)
	After: dbus.service (destination-default)
	After: ssh.service (destination-default)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: local-fs-pre.target (destination-default)
	After: graphical.target (destination-default)
	After: rsyslog.service (destination-default)
	After: corosync.service (destination-default)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: serial-getty at ttyS0.service (destination-default)
	After: pacemaker.service (destination-default)
	After: systemd-ask-password-console.service (destination-file)
	After: multi-user.target (destination-default)
	After: nss-lookup.target (destination-default)
	After: systemd-logind.service (destination-default)
	After: apt-daily.timer (destination-default)
	After: man-db.timer (destination-default)
	After: pcsd.service (destination-default)
	After: getty-static.service (destination-default)
	After: getty-pre.target (destination-default)
	After: systemd-modules-load.service (destination-file)
	After: systemd-user-sessions.service (destination-default)
	After: systemd-fsckd.service (destination-file)
	After: rescue.service (destination-file)
	After: logd.service (destination-default)
	After: getty at tty1.service (destination-default)
	After: systemd-networkd-wait-online.service (destination-file)
	After: ntp.service (destination-default)
	After: systemd-sysusers.service (destination-file)
	After: user.slice (destination-default)
	After: nginx.service (destination-default)
	After: system-postfix.slice (destination-default)
	After: getty.target (destination-default)
	After: dbus.socket (destination-default)
	After: netfilter-persistent.service (destination-file)
	After: time-sync.target (destination-default)
	After: system-getty.slice (destination-default)
	After: paths.target (destination-default)
	After: cryptsetup.target (destination-default)
	After: systemd-binfmt.service (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: network-online.target (destination-default)
	After: sysinit.target (destination-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: network.target (destination-default)
	After: apt-daily.service (destination-default)
	After: apt-daily-upgrade.service (destination-default)
	After: nss-user-lookup.target (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: apt-daily-upgrade.timer (destination-default)
	After: fail2ban.service (destination-default)
	After: logrotate.timer (destination-default)
	After: postfix.service (destination-default)
	After: systemd-ask-password-wall.service (destination-default)
	After: network-pre.target (destination-default)
	After: remote-fs-pre.target (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: cron.service (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: systemd-fsck-root.service (destination-file)
	After: systemd-random-seed.service (destination-file)
	After: networking.service (destination-file)
	After: rc-local.service (destination-default)
	After: syslog.socket (destination-file)
	After: resource-agents-deps.target (destination-default)
	After: sockets.target (destination-default)
	After: haproxy.service (destination-default)
	After: man-db.service (destination-default)
	After: basic.target (destination-default)
	After: postfix at -.service (destination-default)
	After: emergency.service (destination-file)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: pacemaker.service (destination-default)
	ReferencedBy: nginx.service (destination-default)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: system-serial\x2dgetty.slice (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: postfix.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-default)
	ReferencedBy: postfix at -.service (destination-default)
	ReferencedBy: logd.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: pcsd.service (destination-default)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: fail2ban.service (destination-default)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: system-postfix.slice (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: haproxy.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: nss-lookup.target (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: resource-agents-deps.target (destination-default)
	ReferencedBy: corosync.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: irqbalance.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit apt-daily.timer:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2019-10-09 07:57:07 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: apt-daily.timer
	Invocation ID: e80156a3920b4d0995e301482e7bbd71
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.timer (destination-file)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	After: -.mount (origin-path)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: apt-daily.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: apt-daily.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	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
	OnCalendar: *-*-* 06,18:00:00
-> Unit exim4.service:
	Description: exim4.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: exim4.service
	ConflictedBy: postfix.service (destination-file)
	ReferencedBy: postfix.service (destination-file)
-> Unit apparmor.service:
	Description: apparmor.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: apparmor.service
	Before: networking.service (destination-file)
	ReferencedBy: networking.service (destination-file)
-> Unit dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0.device
	Invocation ID: ca2eadfdad214b7ea9470f5519721956
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda
	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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-initctl.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-initctl.socket
	Invocation ID: 83cec3a42c3a4d7bb6cf456d5302195e
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sockets.target (destination-file)
	Before: systemd-initctl.service (origin-implicit)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-initctl.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-initctl.service (origin-implicit)
	References: -.mount (origin-path)
	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
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: 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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: emergency.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/emergency.target
	Requires: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: sysinit.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-file)
	After: emergency.service (origin-file)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit 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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-remount-fs.service
	Invocation ID: 6cd1510ed7ca4a3f8ffe8860bd6b7d89
	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
	ConditionPathExists: /etc/fstab succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 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-sysusers.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: local-fs.target (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 256
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rescue.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	Requires: system.slice (origin-file)
	RequiredBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	ConflictedBy: serial-getty at ttyS0.service (destination-file)
	ConflictedBy: getty at tty1.service (destination-file)
	ConflictedBy: emergency.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: graphical.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: rescue.target (destination-file)
	After: serial-getty at ttyS0.service (destination-file)
	After: sysinit.target (origin-file)
	After: plymouth-start.service (origin-file)
	After: system.slice (origin-file)
	After: emergency.service (destination-file)
	After: getty at tty1.service (destination-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: emergency.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device
	Invocation ID: be72210027f74232b5765bce7759e9ad
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda
	Found: found-udev
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-ttyS2.device
	Invocation ID: 1aa43fae0d8c4b3188f04cb86194ed80
	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 sys-devices-pci0000:00-0000:00:03.0-virtio0-net-ens3.device:
	Description: Virtio network device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-pci0000:00-0000:00:03.0-virtio0-net-ens3.device
	Invocation ID: 6cb4ac84d6674986959dabb99ade1e17
	Following Set Member: sys-subsystem-net-devices-ens3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/ens3
	Found: found-udev
-> Unit systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: systemd-ask-password-console.path
	Invocation ID: f9b97386047f4f19a5f7a8439d9a6823
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: paths.target (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-path)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: plymouth-start.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-ask-password-console.service (origin-implicit)
	References: emergency.service (origin-file)
	References: paths.target (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	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 apt-daily-upgrade.timer:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2019-10-09 06:03:27 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: apt-daily-upgrade.timer
	Invocation ID: f4e978f124a443ab8560a6f07e61be75
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	Before: timers.target (origin-default)
	After: time-sync.target (origin-default)
	After: apt-daily.timer (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily-upgrade.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: apt-daily.timer (origin-file)
	References: timers.target (origin-default)
	References: sysinit.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: apt-daily-upgrade.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnCalendar: *-*-* 06:00:00
-> Unit sys-devices-pnp0-00:05-tty-ttyS1.device:
	Description: /sys/devices/pnp0/00:05/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-pnp0-00:05-tty-ttyS1.device
	Invocation ID: 4174b206365b4143b08fe7e6282680ba
	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:05/tty/ttyS1
	Found: found-udev
-> Unit NetworkManager.service:
	Description: NetworkManager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: NetworkManager.service
	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.target:
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: runlevel1.target
	Name: rescue.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: rescue.service (origin-file)
	Requires: sysinit.target (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-default)
	After: rescue.service (origin-file)
	After: sysinit.target (origin-file origin-default)
	References: rescue.service (origin-file)
	References: sysinit.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit system-serial\x2dgetty.slice:
	Description: system-serial\x2dgetty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/system-serial\x2dgetty.slice
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-serial\x2dgetty.slice
	Invocation ID: 596076d07a8b42d88559f14e09ae87c3
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: serial-getty at ttyS0.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: serial-getty at ttyS0.service (destination-file)
	After: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: serial-getty at ttyS0.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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: yes
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: init.scope
	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
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/sys-kernel-debug.mount
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: sys-kernel-debug.mount
	Invocation ID: 294dc508c66e42108c657cef552bd3f4
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/debug succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	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
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: -.slice
	CGroup: /user.slice
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: user.slice
	Invocation ID: 3c5a7d045e144184997f936c06be150d
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: slices.target (origin-file)
	Before: systemd-logind.service (destination-file)
	Before: shutdown.target (origin-default)
	After: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: -.slice (origin-implicit)
	References: slices.target (origin-file)
	ReferencedBy: systemd-logind.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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	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 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-update-utmp.service
	Invocation ID: fa91ad43368745a6bd28dd7e860d7de0
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	After: auditd.service (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: auditd.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/log/wtmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 303
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sendmail.service:
	Description: sendmail.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sendmail.service
	ConflictedBy: postfix.service (destination-file)
	ReferencedBy: postfix.service (destination-file)
-> Unit graphical.target:
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:36:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:36:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:36: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
	Name: default.target
	Name: runlevel5.target
	Name: graphical.target
	Invocation ID: 6111cc36d8ba4a86b98d8b9274ce9450
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Tue 2019-10-08 18:36:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:36:16 CEST
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: display-manager.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.target (origin-file)
	Conflicts: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: display-manager.service (origin-file)
	After: multi-user.target (origin-file origin-default)
	After: rescue.target (origin-file)
	After: rescue.service (origin-file)
	References: display-manager.service (origin-file)
	References: shutdown.target (origin-default)
	References: multi-user.target (origin-file origin-default)
	References: rescue.target (origin-file)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: rescue.service (origin-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit -.mount:
	Description: /
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34:15 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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: -.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/-.mount
	Source Path: /etc/fstab
	Requires: system.slice (origin-file)
	RequiredBy: ssh.service (destination-path)
	RequiredBy: systemd-initctl.socket (destination-path)
	RequiredBy: systemd-fsckd.socket (destination-path)
	RequiredBy: apt-daily.timer (destination-path)
	RequiredBy: corosync.service (destination-path)
	RequiredBy: logrotate.timer (destination-path)
	RequiredBy: systemd-timesyncd.service (destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: syslog.socket (destination-path)
	RequiredBy: systemd-ask-password-wall.path (destination-path)
	RequiredBy: basic.target (destination-path)
	RequiredBy: ntp.service (destination-path)
	RequiredBy: dbus.socket (destination-path)
	RequiredBy: systemd-journal-flush.service (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	RequiredBy: systemd-networkd.service (destination-path)
	RequiredBy: sys-fs-fuse-connections.mount (destination-path)
	RequiredBy: systemd-udevd-control.socket (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	RequiredBy: dev-hugepages.mount (destination-path)
	RequiredBy: logrotate.service (destination-path)
	RequiredBy: dev-mqueue.mount (destination-path)
	RequiredBy: console-setup.service (destination-path)
	RequiredBy: man-db.timer (destination-path)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-path)
	RequiredBy: systemd-ask-password-console.path (destination-path)
	RequiredBy: systemd-journald-dev-log.socket (destination-path)
	RequiredBy: systemd-update-utmp.service (destination-path)
	RequiredBy: systemd-random-seed.service (destination-path)
	RequiredBy: systemd-journald.socket (destination-path)
	RequiredBy: sys-kernel-debug.mount (destination-path)
	RequiredBy: sys-kernel-config.mount (destination-path)
	Before: systemd-update-utmp.service (destination-path)
	Before: apt-daily-upgrade.timer (destination-path)
	Before: sys-fs-fuse-connections.mount (destination-path)
	Before: basic.target (destination-path)
	Before: systemd-initctl.socket (destination-path)
	Before: sys-kernel-debug.mount (destination-path)
	Before: systemd-random-seed.service (destination-path)
	Before: logrotate.service (destination-path)
	Before: console-setup.service (destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-path)
	Before: systemd-udevd-control.socket (destination-path)
	Before: logrotate.timer (destination-path)
	Before: dbus.socket (destination-path)
	Before: systemd-journal-flush.service (destination-path)
	Before: dev-hugepages.mount (destination-path)
	Before: corosync.service (destination-path)
	Before: systemd-ask-password-wall.path (destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-path)
	Before: man-db.timer (destination-path)
	Before: systemd-ask-password-console.path (destination-path)
	Before: systemd-journald-dev-log.socket (destination-path)
	Before: systemd-fsckd.socket (destination-path)
	Before: syslog.socket (destination-path)
	Before: apt-daily.timer (destination-path)
	Before: ssh.service (destination-path)
	Before: systemd-timesyncd.service (destination-path)
	Before: proc-sys-fs-binfmt_misc.mount (destination-path)
	Before: sys-kernel-config.mount (destination-path)
	Before: dev-mqueue.mount (destination-path)
	Before: systemd-networkd.service (destination-path)
	Before: local-fs.target (origin-file)
	Before: systemd-journald.socket (destination-path)
	Before: ntp.service (destination-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: dbus.socket (destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	ReferencedBy: apt-daily.timer (destination-path)
	ReferencedBy: systemd-initctl.socket (destination-path)
	ReferencedBy: dev-mqueue.mount (destination-path)
	ReferencedBy: console-setup.service (destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-path)
	ReferencedBy: systemd-networkd.service (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-path)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: syslog.socket (destination-path)
	ReferencedBy: logrotate.timer (destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-path)
	ReferencedBy: systemd-udevd-control.socket (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	ReferencedBy: dev-hugepages.mount (destination-path)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-path)
	ReferencedBy: corosync.service (destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-path)
	ReferencedBy: ssh.service (destination-path)
	ReferencedBy: man-db.timer (destination-path)
	ReferencedBy: ntp.service (destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-path)
	ReferencedBy: systemd-ask-password-console.path (destination-path)
	ReferencedBy: basic.target (destination-path)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-path)
	ReferencedBy: systemd-journald.socket (destination-path)
	ReferencedBy: systemd-fsckd.socket (destination-path)
	RequiresMountsFor: /dev/disk/by-uuid/de672388-3374-460c-a771-f445373320db (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /
	What: /dev/sda1
	File System Type: ext4
	Options: rw,relatime,discard,errors=remount-ro
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit apt-daily.service:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2019-10-09 07:57:07 CEST
	Inactive Exit Timestamp: Wed 2019-10-09 07:56:36 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2019-10-09 07:57:07 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
	Name: apt-daily.service
	Invocation ID: 00d1453d917248c6931424040bb03988
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	ConditionACPower: true succeeded
	Condition Timestamp: Wed 2019-10-09 07:56:36 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2019-10-09 07:56:36 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	After: network.target (origin-file)
	After: NetworkManager.service (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: apt-daily.timer (destination-implicit)
	After: connman.service (origin-file)
	After: systemd-networkd.service (origin-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: connman.service (origin-file)
	References: shutdown.target (origin-default)
	References: NetworkManager.service (origin-file)
	References: network.target (origin-file)
	References: network-online.target (origin-file)
	References: systemd-networkd.service (origin-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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: 26378
			Start Timestamp: Wed 2019-10-09 07:56:36 CEST
			Exit Timestamp: Wed 2019-10-09 07:57:07 CEST
			Exit Code: exited
			Exit Status: 100
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily update
			PID: 26396
			Start Timestamp: Wed 2019-10-09 07:57:07 CEST
			Exit Timestamp: Wed 2019-10-09 07:57:07 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit rsyslog.service:
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/rsyslog.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: syslog.service
	Name: rsyslog.service
	Invocation ID: f13d8044e9c64e9b882cd6d04bd030ca
	Documentation: man:rsyslogd(8)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: syslog.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: haproxy.service (destination-file)
	Before: pacemaker.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: syslog.socket (destination-implicit)
	TriggeredBy: syslog.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: syslog.socket (origin-file)
	ReferencedBy: syslog.socket (destination-implicit)
	ReferencedBy: haproxy.service (destination-file)
	ReferencedBy: pacemaker.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	Main PID: 313
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 313
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/cron.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: cron.service
	Invocation ID: 00d60c24ee2644b78765e39ab99e0f1e
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: basic.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: basic.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 319
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/cron
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 319
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-ttyS1.device
	Invocation ID: 7d052e1abbbb49ccaf8e91d6b976706f
	Following: sys-devices-pnp0-00:05-tty-ttyS1.device
	Following Set Member: sys-devices-pnp0-00:05-tty-ttyS1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:05/tty/ttyS1
	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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: keyboard-setup.service
	Invocation ID: fbd4542ee25741289e001a855fca984c
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 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)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 248
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: time-sync.target
	Invocation ID: ca66e1388acd467d8ef4718f05d8ce63
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: man-db.timer (destination-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: pacemaker.service (destination-file)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: pacemaker.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit getty-pre.target:
	Description: Login Prompts (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: getty-pre.target
	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: serial-getty at ttyS0.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: console-screen.service
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit corosync.service:
	Description: Corosync Cluster Engine
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:36:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:36:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:36: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/corosync.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: corosync.service
	Invocation ID: 10e21094ab17473ca05dd79e1f207380
	Documentation: man:corosync
	Documentation: man:corosync.conf
	Documentation: man:corosync_overview
	Fragment Path: /lib/systemd/system/corosync.service
	ConditionKernelCommandLine: !nocluster succeeded
	Condition Timestamp: Tue 2019-10-08 18:36:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:36:15 CEST
	Assert Result: yes
	Requires: network-online.target (origin-file)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	RequiredBy: pacemaker.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: pacemaker.service (destination-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: network-online.target (origin-file)
	ReferencedBy: pacemaker.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	Main PID: 536
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/corosync
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: null
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/corosync -f $COROSYNC_OPTIONS
			PID: 536
			Start Timestamp: Tue 2019-10-08 18:36:15 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/system-postfix.slice
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-postfix.slice
	Invocation ID: 2784f0b439714fb0ba6c97079d1d7034
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 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: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-logind.service:
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-logind.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids bpf-firewall
	Name: systemd-logind.service
	Invocation ID: a7ff5c170bda46f290ede62d55b27c47
	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
	ConditionPathExists: /lib/systemd/system/dbus.service succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: user.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: dbus.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: user.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: user.slice (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	Main PID: 329
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.login1
	Bus Name Good: yes
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: waitid mq_timedsend write getresuid32 bind clone name_to_handle_at sigreturn clock_getres epoll_create1 fchownat getpgid setfsgid sched_getaffinity oldolduname io_submit membarrier prlimit64 readlink setns setgid oldfstat timer_settime fchmodat lsetxattr process_vm_readv inotify_init1 linkat setitimer sendfile64 ftruncate64 getegid32 ftruncate semctl openat mmap fstatfs64 sigprocmask rt_sigaction fadvise64 stat64 recv fstat pwritev getresuid unlink msync faccessat getsockopt nanosleep sched_setaffinity io_destroy io_getevents mknod dup3 splice mq_timedreceive select getcpu nice epoll_wait dup io_setup readahead syncfs timer_delete mkdir getsid getresgid32 symlinkat keyctl sigsuspend msgsnd fcntl64 setpriority readdir getuid32 fchown inotify_add_watch shmctl restart_syscall inotify_init preadv2 rmdir rt_sigpending shmdt sync_file_range futex prctl msgget read semtimedop rt_sigtimedwait setrlimit setfsuid setpgid mlock sigaltstack fchmod _llseek shmget mq_notify umask time oldstat accept4 socket sched_yield chown32 readv writev rt_tgsigqueueinfo mprotect set_robust_list fremovexattr statx sched_get_priority_min eventfd2 gettimeofday arch_prctl kill renameat wait4 getdents setregid32 signalfd epoll_ctl execve epoll_ctl_old sysinfo fsync flistxattr capget rt_sigsuspend mbind sigpending fork sched_getparam fstat64 personality socketcall setuid32 lstat execveat setresuid memfd_create rt_sigreturn fgetxattr fdatasync getcwd set_tid_address semget utimes getrusage swapcontext recvmsg llistxattr lchown mmap2 getuid getdents64 ioctl sync utime sched_setparam timerfd_gettime truncate clock_gettime getxattr timer_create fstatfs setresgid32 migrate_pages uname pread64 unshare link getgroups process_vm_writev chown inotify_rm_watch msgrcv newfstatat gettid get_mempolicy munlock setgroups setregid getresgid setgroups32 getpid sched_setscheduler socketpair kcmp setresgid tgkill sendmmsg mknodat accept set_thread_area fcntl mq_open epoll_create timer_gettime sendmsg vmsplice remap_file_pages sched_setattr alarm chmod brk statfs64 setgid32 access epoll_wait_old sendfile getrandom mq_getsetattr stat pwrite64 exit_group oldlstat rename epoll_pwait chdir setuid rt_sigqueueinfo capset sendto unlinkat getppid ioprio_set signal renameat2 pipe2 mq_unlink futimesat fchdir setfsuid32 getgid exit sched_getattr ipc setsid fsetxattr sched_rr_get_interval mlockall semop userfaultfd send getgroups32 tee recvmmsg setreuid32 munlockall geteuid32 preadv rt_sigprocmask lgetxattr setresuid32 munmap listen timerfd_create set_mempolicy dup2 move_pages mlock2 recvfrom fchown32 setsockopt fallocate getitimer olduname _newselect ugetrlimit shmat lremovexattr sched_getscheduler getegid pause geteuid clock_nanosleep connect timer_getoverrun set_tls pwritev2 request_key signalfd4 getsockname statfs getgid32 setxattr readlinkat mkdirat fadvise64_64 getpriority vfork waitpid get_robust_list setreuid add_key ppoll shutdown getrlimit lchown32 creat sigaction truncate64 flock symlink utimensat times listxattr sched_get_priority_max getpgrp pselect6 timerfd_settime io_cancel open madvise close getpeername fstatat64 removexattr pipe lstat64 poll copy_file_range mremap lseek msgctl get_thread_area ioprio_get eventfd setfsgid32 tkill
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
			PID: 329
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
	IPAddressDeny=0.0.0.0/0
	IPAddressDeny=::/0
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-udevd-kernel.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-udevd-kernel.socket
	Invocation ID: 4116f79d8bd94839a3f406fafb549ea1
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-udevd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: systemd-udevd.service (origin-implicit)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: 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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> 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 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: console-setup.service
	Invocation ID: 173201f09b5e4168aa426acdcecea92f
	Fragment Path: /lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: kbd.service (origin-file)
	After: -.mount (origin-path)
	After: console-screen.service (origin-file)
	References: -.mount (origin-path)
	References: local-fs.target (origin-file)
	References: kbd.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: console-screen.service (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 294
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rc-local.service
	Documentation: man:systemd-rc-local-generator(8)
	Fragment Path: /lib/systemd/system/rc-local.service
	DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
	ConditionFileIsExecutable: /etc/rc.local untested
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: serial-getty at ttyS0.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-networkd-wait-online.service:
	Description: Wait for Network to be Configured
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Tue 2019-10-08 18:36:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2019-10-08 18:36:15 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-networkd-wait-online.service
	Invocation ID: 8b5263e1d1b54c0f944f4750cf578f55
	Documentation: man:systemd-networkd-wait-online.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd-wait-online.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: systemd-networkd.service (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: network-online.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network-online.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-networkd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-networkd.service (origin-file)
	ReferencedBy: network-online.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: failed
	Result: exit-code
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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-networkd-wait-online
			PID: 414
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:36:15 CEST
			Exit Code: exited
			Exit Status: 1
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: proc-sys-fs-binfmt_misc.mount
	Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	What: binfmt_misc
	File System Type: binfmt_misc
	Options: n/a
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: ifupdown-pre.service
	Invocation ID: 0a1f10fc52a34fcba00c58ebcc9c433f
	Fragment Path: /lib/systemd/system/ifupdown-pre.service
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	RequiredBy: networking.service (destination-file)
	Before: network.target (origin-file)
	Before: networking.service (destination-file)
	After: systemd-udev-trigger.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-udevd.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 3min
	TimeoutStopSec: 3min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/networking
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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'
			PID: 265
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2duuid-de672388\x2d3374\x2d460c\x2da771\x2df445373320db.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-disk-by\x2duuid-de672388\x2d3374\x2d460c\x2da771\x2df445373320db.device
	Invocation ID: 74c50c74a26d4a0481fbf88daa85d9dc
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-96b107d2\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\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:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit systemd-modules-load.service:
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-modules-load.service
	Invocation ID: dd8a94261bb740c0834e8b4e329845be
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load failed
	ConditionKernelCommandLine: |modules-load failed
	ConditionDirectoryNotEmpty: |/run/modules-load.d failed
	ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: netfilter-persistent.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: netfilter-persistent.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: sysinit.target (origin-file)
	Before: networking.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 255
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-vconsole-setup.service
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/syslog.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: syslog.socket
	Invocation ID: 4884ea339ea44f17a8b923f49a929778
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: sockets.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: systemd-journald.service (destination-file)
	Before: rsyslog.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: rsyslog.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	References: emergency.service (origin-file)
	References: rsyslog.service (origin-implicit)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: plymouth-start.service
	Before: rescue.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
-> Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: sys-fs-fuse-connections.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
	ConditionVirtualization: !private-users succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /sys/fs/fuse/connections failed
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.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)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/fs/fuse (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Where: /sys/fs/fuse/connections
	What: fusectl
	File System Type: fusectl
	Options: n/a
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-ttyS3.device
	Invocation ID: 3f560433194d4a0788e5f15c50f7f824
	Following: sys-devices-platform-serial8250-tty-ttyS3.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
	Found: found-udev
-> Unit systemd-fsckd.service:
	Description: File System Check Daemon to report status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-fsckd.service
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	Requires: system.slice (origin-file)
	Requires: systemd-fsckd.socket (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-fsckd.socket (destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-fsckd.socket (destination-implicit)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system.slice (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/dbus.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: dbus.service
	Invocation ID: 1c1782ac7fa44cfca1db9bb2b45eb4f9
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	WantedBy: pacemaker.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: pacemaker.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (destination-implicit)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	TriggeredBy: dbus.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: pacemaker.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 314
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 314
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit logd.service:
	Description: ha_logd logging daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/logd.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: logd.service
	Invocation ID: 8b752b0065684cf0a794dbea7c52d6f6
	Documentation: man:ha_logd(8)
	Fragment Path: /lib/systemd/system/logd.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	PartOf: pacemaker.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: pacemaker.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: pacemaker.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 330
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/logd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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 /run/logd.pid
			PID: 322
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/lib/heartbeat/ha_logd -c /etc/logd.cf
			PID: 330
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	-> ExecStopPost:
		Command Line: /bin/rm -f /run/logd.pid
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-udevd.service:
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-udevd.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids bpf-firewall
	Name: systemd-udevd.service
	Invocation ID: 5c3f5ca2294c4a22b79b822ddb33928c
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 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-trigger.service (destination-file)
	WantedBy: ifupdown-pre.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-hwdb-update.service (origin-file)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	Main PID: 275
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: mixed
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 275
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
	Status Text: Processing with 24 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
	IPAddressDeny=0.0.0.0/0
	IPAddressDeny=::/0
-> Unit nss-user-lookup.target:
	Description: User and Group Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: nss-user-lookup.target
	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: shutdown.target (origin-default)
	Before: cron.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: timers.target
	Invocation ID: 3fe63330278d4d8ea6ec1d5035665ea0
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Wants: apt-daily-upgrade.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: apt-daily.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: man-db.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: apt-daily.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: logrotate.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: man-db.timer (destination-default)
	References: apt-daily-upgrade.timer (origin-file)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: logrotate.timer (origin-file)
	References: man-db.timer (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-sda1.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-sda1.device
	Invocation ID: b7e08a9e82c347d6a3dae5d0c227e27a
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-de672388\x2d3374\x2d460c\x2da771\x2df445373320db.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-96b107d2\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\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:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1
	Found: found-udev,found-mount
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-journald-audit.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-journald-audit.socket
	Invocation ID: b2b12a1ef5d64f468c9aeaed6bdf46f5
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ succeeded
	ConditionSecurity: audit succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: 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)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: 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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-virtio\x2dports-org.qemu.guest_agent.0.device:
	Description: /dev/virtio-ports/org.qemu.guest_agent.0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-virtio\x2dports-org.qemu.guest_agent.0.device
	Invocation ID: cf3dfe9d00b644e9a8d1e0dcee012aa5
	Following: sys-devices-pci0000:00-0000:00:05.0-virtio2-virtio\x2dports-vport2p1.device
	Following Set Member: dev-vport2p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio2-virtio\x2dports-vport2p1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/virtio-ports/vport2p1
	Found: found-udev
-> Unit firewalld.service:
	Description: firewalld.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: firewalld.service
	ConsistsOf: fail2ban.service (destination-file)
	Before: fail2ban.service (destination-file)
	ReferencedBy: fail2ban.service (destination-file)
-> 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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-udev-trigger.service
	Invocation ID: c6bcb7f4564a4cc48b69e39129170317
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-udevd-control.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 253
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/udevadm trigger --type=devices --action=add
			PID: 261
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-networkd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-networkd.socket
	Invocation ID: 1b5e6887629f46edb73ee79df410bd03
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:rtnetlink(7)
	Fragment Path: /lib/systemd/system/systemd-networkd.socket
	ConditionCapability: CAP_NET_ADMIN succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-networkd.service (origin-implicit)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	Triggers: systemd-networkd.service (origin-implicit)
	References: systemd-networkd.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sockets.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-networkd.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\x2dpart1.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
	Invocation ID: cb0942892c8d40fca502cd71d07f2d9b
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-de672388\x2d3374\x2d460c\x2da771\x2df445373320db.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-96b107d2\x2d01.device
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\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:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sysinit.target
	Invocation ID: 4aeedc3f3add4e6095bb189fb404771c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Wants: systemd-sysusers.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: swap.target (origin-file)
	RequiredBy: pacemaker.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: haproxy.service (destination-default)
	RequiredBy: logd.service (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: dbus.service (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: corosync.service (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: postfix at -.service (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: serial-getty at ttyS0.service (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: ntp.service (destination-default)
	RequiredBy: postfix.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: nginx.service (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: irqbalance.service (destination-default)
	RequiredBy: pcsd.service (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: fail2ban.service (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: cron.service (destination-default)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: emergency.target (origin-file)
	Before: systemd-logind.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: man-db.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: irqbalance.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: logd.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: fail2ban.service (destination-default)
	Before: ntp.service (destination-default)
	Before: ssh.service (destination-default)
	Before: cron.service (destination-default)
	Before: logrotate.timer (destination-default)
	Before: pacemaker.service (destination-default)
	Before: corosync.service (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: postfix.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: postfix at -.service (destination-default)
	Before: man-db.timer (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: apt-daily.timer (destination-default)
	Before: rc-local.service (destination-default)
	Before: serial-getty at ttyS0.service (destination-default)
	Before: dbus.service (destination-default)
	Before: nginx.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: pcsd.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: haproxy.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: dbus.socket (destination-default)
	Before: shutdown.target (origin-default)
	Before: rescue.service (destination-file)
	After: local-fs.target (origin-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: emergency.service (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: systemd-journald.service (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: emergency.target (origin-file)
	After: sys-kernel-config.mount (destination-file)
	After: systemd-random-seed.service (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: dev-hugepages.mount (destination-file)
	After: dev-mqueue.mount (destination-file)
	After: cryptsetup.target (origin-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-udevd.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: local-fs.target (origin-file)
	References: swap.target (origin-file origin-default)
	References: cryptsetup.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: dev-hugepages.mount (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: emergency.target (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: systemd-ask-password-console.path (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: sys-kernel-config.mount (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: emergency.service (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	ReferencedBy: pcsd.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: haproxy.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: postfix at -.service (destination-default)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: nginx.service (destination-default)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: corosync.service (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: serial-getty at ttyS0.service (destination-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: postfix.service (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: logd.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: pacemaker.service (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: fail2ban.service (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: irqbalance.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/dev-mqueue.mount
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: dev-mqueue.mount
	Invocation ID: 4a0f0a1b23104522bdb5d8344c7f437c
	Documentation: man:mq_overview(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-mqueue.mount
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /proc/sys/fs/mqueue succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	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
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit haproxy.service:
	Description: HAProxy Load Balancer
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 19:25:04 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/haproxy.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: haproxy.service
	Invocation ID: f34764832c9149b3bfd31685ca7ac016
	Documentation: man:haproxy(1)
	Documentation: file:/usr/share/doc/haproxy/configuration.txt.gz
	Fragment Path: /lib/systemd/system/haproxy.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: rsyslog.service (origin-file)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: rsyslog.service (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	Main PID: 439
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: CONFIG=/etc/haproxy/haproxy.cfg
	Environment: PIDFILE=/run/haproxy.pid
	Environment: EXTRAOPTS=-S /run/haproxy-master.sock
	EnvironmentFile: -/etc/default/haproxy
	EnvironmentFile: -/etc/sysconfig/haproxy
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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/haproxy -f $CONFIG -c -q $EXTRAOPTS
			PID: 420
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE $EXTRAOPTS
			PID: 439
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	-> ExecReload:
		Command Line: /usr/sbin/haproxy -f $CONFIG -c -q $EXTRAOPTS
			PID: 2005
			Start Timestamp: Tue 2019-10-08 19:25:04 CEST
			Exit Timestamp: Tue 2019-10-08 19:25:04 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/kill -USR2 $MAINPID
			PID: 2006
			Start Timestamp: Tue 2019-10-08 19:25:04 CEST
			Exit Timestamp: Tue 2019-10-08 19:25:04 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit nginx.service:
	Description: A high performance web server and a reverse proxy server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/nginx.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: nginx.service
	Invocation ID: 4c0db4cc0cc24cda94fe2a914dcdc65d
	Documentation: man:nginx(8)
	Fragment Path: /lib/systemd/system/nginx.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: nss-lookup.target (origin-file)
	After: basic.target (origin-default)
	References: nss-lookup.target (origin-file)
	References: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 436
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/nginx.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 5s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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/nginx -t -q -g 'daemon on; master_process on;'
			PID: 425
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/nginx -g 'daemon on; master_process on;'
			PID: 435
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /usr/sbin/nginx -g 'daemon on; master_process on;' -s reload
	-> ExecStop:
		Command Line: /sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Invocation ID: d94d4c97191f449cab19e9d1d5bb9fbb
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-de672388\x2d3374\x2d460c\x2da771\x2df445373320db.device
	Following Set Member: dev-disk-by\x2dpartuuid-96b107d2\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\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:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit systemd-networkd.service:
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-networkd.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: systemd-networkd.service
	Invocation ID: 2c76cbd344c2439286deceb6c16261d2
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Wants: network.target (origin-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: network.target (origin-file)
	Before: apt-daily.service (destination-file)
	Before: multi-user.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-networkd.socket (destination-implicit)
	After: -.mount (origin-path)
	TriggeredBy: systemd-networkd.socket (destination-implicit)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: multi-user.target (origin-file)
	References: network.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-implicit)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	RequiresMountsFor: /run/systemd/netif (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	Main PID: 373
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/netif
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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: openat getuid32 getrusage fstatat64 getegid32 swapcontext faccessat renameat sendfile64 mkdirat add_key rt_tgsigqueueinfo waitpid timer_delete getdents64 send kcmp getgid pause fadvise64_64 ugetrlimit inotify_init1 request_key setfsgid fremovexattr oldolduname io_getevents sched_get_priority_max tgkill clone setresgid32 prlimit64 sigpending utimes bind fgetxattr pselect6 removexattr set_tid_address pread64 writev inotify_add_watch llistxattr setresuid32 exit connect readahead getsockname setfsuid32 getgroups gettid prctl mbind readlink fallocate setreuid getpgrp setpriority epoll_ctl time epoll_wait_old rt_sigsuspend getegid close tkill readdir setpgid utime readlinkat dup2 msgget rt_sigprocmask oldstat sched_getparam mq_getsetattr statfs64 mremap sched_setattr mlockall splice flock mmap timer_settime pwritev2 epoll_ctl_old get_mempolicy socket fork remap_file_pages mq_open sync fstatfs64 fcntl64 pwritev shmdt msync process_vm_writev rt_sigpending io_destroy lchown capset get_robust_list set_thread_area wait4 timerfd_settime getcpu keyctl mprotect semtimedop fsetxattr setregid32 mmap2 semget munlockall rmdir statfs chown listxattr ioprio_set pwrite64 execveat setfsuid renameat2 mknod getcwd getuid mq_timedreceive sched_yield shutdown fchmodat fchownat io_cancel olduname pipe getgid32 lseek setrlimit lgetxattr recvmmsg nanosleep setgid32 timer_gettime lremovexattr mkdir fchown32 membarrier select unlink semop clock_gettime preadv dup setsockopt vfork sigreturn chown32 epoll_pwait rt_sigqueueinfo _newselect mknodat getresgid32 ftruncate64 symlink getresuid sched_rr_get_interval fstatfs sendmsg getxattr dup3 newfstatat sched_getattr fchmod futex write getgroups32 epoll_create sendto tee lchown32 clock_nanosleep shmctl setregid setfsgid32 sched_setaffinity mq_timedsend geteuid linkat setreuid32 signalfd setxattr preadv2 set_mempolicy sched_setparam name_to_handle_at epoll_create1 setsid flistxattr setns chdir utimensat fcntl recvfrom arch_prctl syncfs shmat pipe2 alarm eventfd rt_sigtimedwait sched_getaffinity getsockopt _llseek socketpair sync_file_range truncate64 rt_sigreturn waitid io_setup stat64 signalfd4 setgid munmap sendfile process_vm_readv fstat move_pages getrandom read brk sched_get_priority_min getpeername getdents signal setgroups oldfstat capget getpid symlinkat getitimer timer_getoverrun accept msgrcv shmget madvise clock_getres sendmmsg getrlimit sigaltstack fsync geteuid32 getpgid copy_file_range oldlstat unlinkat creat times fadvise64 msgsnd epoll_wait fchown sigprocmask mlock kill socketcall umask getsid getppid accept4 sched_getscheduler access timer_create ftruncate listen futimesat fdatasync getresuid32 mq_unlink rename setresuid set_tls execve chmod personality semctl migrate_pages sigsuspend uname fchdir nice timerfd_create getpriority sysinfo inotify_init unshare lstat64 gettimeofday userfaultfd set_robust_list exit_group poll sigaction timerfd_gettime setresgid setuid eventfd2 link open inotify_rm_watch fstat64 stat io_submit rt_sigaction lstat mq_notify ioctl ipc setuid32 setitimer truncate msgctl readv vmsplice mlock2 getresgid lsetxattr setgroups32 munlock sched_setscheduler recvmsg ppoll ioprio_get recv memfd_create get_thread_area statx restart_syscall
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
			PID: 373
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	Status Text: Processing requests...
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: slices.target
	Invocation ID: 1cf538b05c634563bd753e0c032dbf30
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Wants: system.slice (origin-file)
	Wants: -.slice (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: -.slice (origin-file)
	After: system.slice (origin-file)
	After: user.slice (destination-file)
	References: -.slice (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	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 kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: kbd.service
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/system-getty.slice
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-getty.slice
	Invocation ID: 23d4bab987524769a0c100546310e5c4
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 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: shutdown.target (origin-default)
	References: system.slice (origin-implicit)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-fsck-root.service:
	Description: File System Check on Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-fsck-root.service
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck-root.service
	ConditionPathExists: !/run/initramfs/fsck-root failed
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-remount-fs.service (destination-file)
	After: systemd-fsckd.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit netfilter-persistent.service:
	Description: netfilter persistent configuration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: netfilter-persistent.service
	Invocation ID: a066d4dd53294a889b6a439bbde0217d
	Fragment Path: /lib/systemd/system/netfilter-persistent.service
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: network-pre.target (origin-file)
	Wants: local-fs.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: network-pre.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-modules-load.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: shutdown.target (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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/netfilter-persistent start
			PID: 285
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /usr/sbin/netfilter-persistent stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit postfix at -.service:
	Description: Postfix Mail Transport Agent (instance -)
	Instance: -
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2019-10-09 12:12:02 CEST
	Inactive Exit Timestamp: Wed 2019-10-09 12:12:02 CEST
	Active Enter Timestamp: Wed 2019-10-09 12:12:02 CEST
	Active Exit Timestamp: Wed 2019-10-09 12:12:01 CEST
	Inactive Enter Timestamp: Wed 2019-10-09 12:12:02 CEST
	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
	Name: postfix at -.service
	Invocation ID: cbcb8db059404a5f8c33f664e7258294
	Documentation: man:postfix(1)
	Fragment Path: /lib/systemd/system/postfix at .service
	Condition Timestamp: Wed 2019-10-09 12:12:02 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2019-10-09 12:12:02 CEST
	Assert Result: yes
	Requires: system-postfix.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	PartOf: postfix.service (origin-file)
	WantedBy: postfix.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: postfix.service (origin-file)
	Before: shutdown.target (origin-default)
	After: system-postfix.slice (origin-file)
	After: nss-lookup.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	ReloadPropagatedFrom: postfix.service (origin-file)
	References: basic.target (origin-default)
	References: system-postfix.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nss-lookup.target (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: postfix.service (origin-file)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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 -
			PID: 2004
			Start Timestamp: Wed 2019-10-09 12:12:02 CEST
			Exit Timestamp: Wed 2019-10-09 12:12:02 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/postmulti -i - -p start
			PID: 2061
			Start Timestamp: Wed 2019-10-09 12:12:02 CEST
			Exit Timestamp: Wed 2019-10-09 12:12:02 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: basic.target
	Invocation ID: 1d8b05f2321845489db228c944605318
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-file)
	Wants: timers.target (origin-file)
	Wants: sockets.target (origin-file)
	Wants: slices.target (origin-file)
	Wants: paths.target (origin-file)
	Wants: tmp.mount (origin-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty-static.service (destination-default)
	Before: logd.service (destination-default)
	Before: irqbalance.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: dbus.service (destination-default)
	Before: postfix.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: getty at tty1.service (destination-default)
	Before: serial-getty at ttyS0.service (destination-default)
	Before: pacemaker.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: ntp.service (destination-default)
	Before: haproxy.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: pcsd.service (destination-default)
	Before: man-db.service (destination-default)
	Before: postfix at -.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: nginx.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: cron.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: fail2ban.service (destination-default)
	Before: corosync.service (destination-default)
	Before: ssh.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	After: tmp.mount (origin-file)
	After: sockets.target (origin-file origin-default)
	After: slices.target (origin-file origin-default)
	After: -.mount (origin-path)
	After: paths.target (origin-file origin-default)
	After: sysinit.target (origin-file origin-default)
	References: paths.target (origin-file origin-default)
	References: timers.target (origin-file)
	References: sockets.target (origin-file origin-default)
	References: -.mount (origin-path)
	References: tmp.mount (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-file origin-default)
	References: slices.target (origin-file origin-default)
	ReferencedBy: pcsd.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: fail2ban.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: serial-getty at ttyS0.service (destination-default)
	ReferencedBy: irqbalance.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: logd.service (destination-default)
	ReferencedBy: corosync.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: haproxy.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: nginx.service (destination-default)
	ReferencedBy: postfix.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: pacemaker.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: postfix at -.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-subsystem-net-devices-ens3.device:
	Description: Virtio network device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-subsystem-net-devices-ens3.device
	Invocation ID: 42b270f9077d45e4bbf7b14f698d99fe
	Following Set Member: sys-devices-pci0000:00-0000:00:03.0-virtio0-net-ens3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/ens3
	Found: found-udev
-> Unit systemd-sysusers.service:
	Description: Create System Users
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-sysusers.service
	Invocation ID: 814d3f5e0c224d839eed5469d0b957e3
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /lib/systemd/system/systemd-sysusers.service
	ConditionNeedsUpdate: /etc succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 269
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/dev-hugepages.mount
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: dev-hugepages.mount
	Invocation ID: dbd5ffcc31e442bb80497d770dd93169
	Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-hugepages.mount
	ConditionVirtualization: !private-users succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /sys/kernel/mm/hugepages succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	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
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-sysctl.service:
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-sysctl.service
	Invocation ID: 674c06b7acb3418ea39267264160915c
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 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: networking.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 266
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit ssh.service:
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/ssh.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: ssh.service
	Invocation ID: dfe75e1ee3584772a0934fca46ee1a5c
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: -.mount (origin-path)
	After: auditd.service (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	References: network.target (origin-file)
	References: -.mount (origin-path)
	References: auditd.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: 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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	Main PID: 433
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/ssh
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: sshd
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 422
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
			PID: 433
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit logrotate.timer:
	Description: Daily rotation of log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2019-10-09 00:00:06 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: logrotate.timer
	Invocation ID: 13fc107b8fae4806812f549078381b54
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.timer
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: logrotate.service (origin-implicit)
	References: timers.target (origin-default)
	References: logrotate.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.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
	OnCalendar: *-*-* 00:00:00
-> Unit systemd-timesyncd.service:
	Description: Network Time Synchronization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Name: systemd-timesyncd.service
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
	ConditionFileIsExecutable: !/usr/sbin/VBoxService untested
	ConditionFileIsExecutable: !/usr/sbin/chronyd untested
	ConditionFileIsExecutable: !/usr/sbin/openntpd untested
	ConditionFileIsExecutable: !/usr/sbin/ntpd untested
	ConditionVirtualization: !container untested
	ConditionCapability: CAP_SYS_TIME untested
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Wants: time-sync.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: ntp.service (destination-file)
	Before: time-sync.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: time-sync.target (origin-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/timesync
	StateDirectoryMode: 0755
	StateDirectory: systemd/timesync
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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: futimesat oldfstat ipc pwritev rt_sigpending semop symlink inotify_rm_watch fcntl64 oldstat setregid32 sigreturn timerfd_settime munlock io_getevents getgid32 vmsplice getsockopt getrusage setitimer accept shutdown pipe dup setns fchown32 msgrcv name_to_handle_at oldlstat adjtimex _newselect setfsuid io_destroy execve fchmod get_mempolicy clock_adjtime mprotect exit set_robust_list writev userfaultfd fork close getitimer kill setpriority signalfd4 accept4 sigaltstack statx set_thread_area fadvise64_64 set_mempolicy recvfrom eventfd2 mkdir chdir epoll_pwait shmget migrate_pages get_robust_list sched_get_priority_max getcpu clock_settime getuid32 ugetrlimit rmdir utimensat fchmodat readv epoll_ctl_old vfork copy_file_range clone alarm mq_notify syncfs ioprio_get epoll_create sched_rr_get_interval setgroups getgroups sigpending epoll_wait readahead getxattr prctl setgroups32 lstat io_cancel ioctl recvmsg getdents64 rt_sigqueueinfo rt_sigtimedwait fchown setpgid fsetxattr waitpid flistxattr mlock getresuid32 clock_getres move_pages ftruncate lremovexattr utime setgid32 setxattr lstat64 epoll_wait_old sched_yield geteuid lgetxattr readdir getpriority llistxattr shmat setuid32 getresuid semtimedop rename readlink rt_sigsuspend getresgid setresuid timer_delete process_vm_readv fstatfs access fsync _llseek nanosleep fchdir renameat2 stime getuid dup3 msgctl msgget mlock2 mq_unlink send getresgid32 renameat sched_get_priority_min socketpair setgid sync_file_range fstatat64 recvmmsg kcmp truncate sched_setparam ftruncate64 getgroups32 getpgid gettid mremap bind rt_sigprocmask time gettimeofday fallocate setsockopt capset sendmmsg geteuid32 preadv poll fstatfs64 times fstat inotify_init unlink get_thread_area mmap2 read link getppid socket keyctl setfsuid32 msgsnd sendto fstat64 setresgid timer_getoverrun eventfd io_submit tkill sendmsg symlinkat personality getrlimit futex getcwd request_key mq_timedreceive sigprocmask umask socketcall newfstatat msync sched_getparam signalfd truncate64 mknod mkdirat statfs recv sendfile64 signal setuid getegid rt_sigaction clock_gettime process_vm_writev setresuid32 chown32 remap_file_pages timerfd_gettime mknodat pause swapcontext setreuid memfd_create sched_setattr setregid set_tls unshare clock_nanosleep epoll_create1 ppoll execveat waitid mlockall pread64 epoll_ctl mq_timedsend rt_tgsigqueueinfo getgid semctl capget sched_getattr restart_syscall stat setsid openat sysinfo ioprio_set sched_setaffinity brk write sched_setscheduler membarrier pselect6 pwrite64 mbind sigsuspend shmdt set_tid_address sigaction getsockname setrlimit mq_getsetattr preadv2 add_key mmap shmctl getrandom fgetxattr listxattr prlimit64 sched_getscheduler timerfd_create oldolduname getegid32 getpgrp olduname chown setresgid32 getdents munmap tgkill splice lsetxattr arch_prctl removexattr connect inotify_init1 inotify_add_watch lchown nice stat64 getsid readlinkat sched_getaffinity lseek timer_settime tee uname open munlockall lchown32 timer_gettime madvise settimeofday chmod fcntl sendfile utimes exit_group timer_create wait4 faccessat sync getpeername mq_open pwritev2 flock getpid semget setreuid32 unlinkat rt_sigreturn creat statfs64 fadvise64 select fdatasync io_setup pipe2 fchownat setfsgid32 listen setfsgid dup2 fremovexattr linkat
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=closed
	Delegate=no
-> Unit dev-disk-by\x2dpartuuid-96b107d2\x2d01.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-disk-by\x2dpartuuid-96b107d2\x2d01.device
	Invocation ID: 8f18149833c142ea87798504ad3ca1e8
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-de672388\x2d3374\x2d460c\x2da771\x2df445373320db.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\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:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: cryptsetup.target
	Invocation ID: ef0b43323e7d4167a7ec33ad126948f2
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: sys-kernel-config.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/config failed
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (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
	Where: /sys/kernel/config
	What: configfs
	File System Type: configfs
	Options: n/a
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-ask-password-wall.service:
	Description: Forward Password Requests to Wall
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-ask-password-wall.service
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-ask-password-wall.path (destination-implicit)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pnp0-00:04-tty-ttyS0.device:
	Description: /sys/devices/pnp0/00:04/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-pnp0-00:04-tty-ttyS0.device
	Invocation ID: 82455f1960ca46ea9a1a210450cede50
	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:04/tty/ttyS0
	Found: found-udev
-> Unit ip6tables.service:
	Description: ip6tables.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: ip6tables.service
	Before: fail2ban.service (destination-file)
	ReferencedBy: fail2ban.service (destination-file)
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2019-10-08 18:49:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:49:16 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2019-10-08 18:49:16 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
	Name: systemd-tmpfiles-clean.service
	Invocation ID: c6d9cb5757a549de9f078f075fdc7233
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Tue 2019-10-08 18:49:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:49:16 CEST
	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-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: time-sync.target (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: time-sync.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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: 1076
			Start Timestamp: Tue 2019-10-08 18:49:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:49:16 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: paths.target
	Invocation ID: 304e3e57bf40492595074aa34f6d5b23
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-tmpfiles-setup-dev.service
	Invocation ID: 6d1ca8b36f0a4b2a9498cb147e9c2743
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 274
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> 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 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-tmpfiles-setup.service
	Invocation ID: e52ffda3787a48c0890e9a848035a07b
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: logrotate.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: ntp.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: corosync.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-journal-flush.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald.service (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: corosync.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 298
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit man-db.timer:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2019-10-09 00:00:06 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: man-db.timer
	Invocation ID: b7debfa9007248919b043283ab3884f0
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.timer
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: man-db.service (origin-implicit)
	Before: timers.target (origin-default)
	After: -.mount (origin-path)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: man-db.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/timers (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: man-db.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	OnCalendar: *-*-* 00:00:00
-> Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: nss-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Conflicts: shutdown.target (origin-default)
	Before: postfix at -.service (destination-file)
	Before: nginx.service (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: nginx.service (destination-file)
	ReferencedBy: postfix at -.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit systemd-tmpfiles-clean.timer:
	Description: Daily Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:49:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: systemd-tmpfiles-clean.timer
	Invocation ID: 5c2bcdcdbc124ff6b6c7897aaa6b8fb5
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: timers.target (origin-default)
	ReferencedBy: timers.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Timer State: waiting
	Result: success
	Unit: systemd-tmpfiles-clean.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnUnitActiveSec: 1d
	OnBootSec: 15min
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34:15 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 memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: cpu cpuacct memory pids
	CGroup members mask: memory devices pids bpf-firewall bpf-devices
	Name: -.slice
	Documentation: man:systemd.special(7)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: system.slice (destination-implicit)
	RequiredBy: init.scope (destination-file)
	WantedBy: slices.target (destination-file)
	Before: slices.target (destination-file)
	Before: user.slice (destination-implicit)
	Before: system.slice (destination-implicit)
	Before: init.scope (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: init.scope (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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-user-sessions.service
	Invocation ID: eca4e552d2e644faba68f7eabf1540f3
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: serial-getty at ttyS0.service (destination-file)
	After: system.slice (origin-file)
	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: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nss-user-lookup.target (origin-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 418
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit resource-agents-deps.target:
	Description: resource-agents dependencies
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: resource-agents-deps.target
	Invocation ID: 687b2da85dc24636bdcb27d3f45c942e
	Fragment Path: /lib/systemd/system/resource-agents-deps.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	WantedBy: pacemaker.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: pacemaker.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: pacemaker.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: remote-fs.target
	Invocation ID: 6f84fd26c1e7424dbe9fbc42a09a6e1c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: cron.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-update-done.service:
	Description: systemd-update-done.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-update-done.service
	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 getty-static.service:
	Description: getty on tty2-tty6 if dbus and logind are not available
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: getty-static.service
	Fragment Path: /lib/systemd/system/getty-static.service
	ConditionPathExists: !/lib/systemd/system/dbus.service failed
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty.target (destination-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: getty.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:05.0-virtio2-virtio\x2dports-vport2p1.device:
	Description: /sys/devices/pci0000:00/0000:00:05.0/virtio2/virtio-ports/vport2p1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-pci0000:00-0000:00:05.0-virtio2-virtio\x2dports-vport2p1.device
	Invocation ID: 37edec662fbf4e2d8a84c1867eefdc3b
	Following Set Member: dev-vport2p1.device
	Following Set Member: dev-virtio\x2dports-org.qemu.guest_agent.0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/virtio-ports/vport2p1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0.device
	Invocation ID: 085e6cd851804c59af326ac59b8c121b
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda.device
	Following Set Member: dev-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:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda
	Found: found-udev
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: network-pre.target
	Invocation ID: 6f59cf06cdfd4c0286fe7164518c4d5e
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-pre.target
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	WantedBy: netfilter-persistent.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: network.target (destination-file)
	Before: networking.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: shutdown.target (origin-default)
	After: netfilter-persistent.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: network.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: network.target
	Invocation ID: 78d908b6271d4b8cb3d5553e11964c53
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: networking.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: nginx.service (destination-file)
	Before: ssh.service (destination-file)
	Before: haproxy.service (destination-file)
	Before: fail2ban.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: network-online.target (destination-file)
	Before: apt-daily.service (destination-file)
	Before: pacemaker.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: ntp.service (destination-file)
	After: ifupdown-pre.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: network-pre.target (origin-file)
	After: networking.service (destination-file)
	References: network-pre.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: pacemaker.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: haproxy.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: fail2ban.service (destination-file)
	ReferencedBy: nginx.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit pcsd.service:
	Description: PCS GUI and remote configuration interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:36:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:36:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:36: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/pcsd.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: pcsd.service
	Invocation ID: 8a35f6f0aacd4c5f9e6401277207d492
	Documentation: man:pcsd(8)
	Documentation: man:pcs(8)
	Fragment Path: /lib/systemd/system/pcsd.service
	Condition Timestamp: Tue 2019-10-08 18:36:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:36:15 CEST
	Assert Result: yes
	Requires: network-online.target (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: network-online.target (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	Main PID: 538
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: /etc/default/pcsd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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/pcsd
			PID: 538
			Start Timestamp: Tue 2019-10-08 18:36:15 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit irqbalance.service:
	Description: irqbalance daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/irqbalance.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: irqbalance.service
	Invocation ID: 1d40ac2ee4aa4dd0b599bbdd74ee5789
	Documentation: man:irqbalance(1)
	Documentation: https://github.com/Irqbalance/irqbalance
	Fragment Path: /lib/systemd/system/irqbalance.service
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 326
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/irqbalance
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: 
	DynamicUser: no
	ReadWritePaths: /proc/irq /run
	ReadOnlyPaths: /
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
			PID: 326
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0\x2dpart1.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-disk-by\x2did-scsi\x2d0QEMU_QEMU_HARDDISK_drive\x2dscsi0\x2d0\x2d0\x2d0\x2dpart1.device
	Invocation ID: b4d9b6c42a6c446d85266908380e4d44
	Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-de672388\x2d3374\x2d460c\x2da771\x2df445373320db.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-96b107d2\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dscsi\x2d0:0:0:0\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:04.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-binfmt.service
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d failed
	ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
	ConditionPathIsReadWrite: /proc/sys succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sys-devices-platform-serial8250-tty-ttyS3.device
	Invocation ID: 841b1b63a43f4382b6df07f4cf831dbd
	Following Set Member: dev-ttyS3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
	Found: found-udev
-> Unit systemd-ask-password-console.service:
	Description: Dispatch Password Requests to Console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-ask-password-console.service
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
	ConditionPathExists: !/run/plymouth/pid untested
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	After: plymouth-start.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: systemd-vconsole-setup.service (origin-file)
	References: emergency.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-ask-password-console.path (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-journald-dev-log.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-journald-dev-log.socket
	Invocation ID: 8e8f5ae66c014f65b7976d3452881517
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit postfix.service:
	Description: Postfix Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Wed 2019-10-09 12:12:02 CEST
	Inactive Exit Timestamp: Wed 2019-10-09 12:12:02 CEST
	Active Enter Timestamp: Wed 2019-10-09 12:12:02 CEST
	Active Exit Timestamp: Wed 2019-10-09 12:12:01 CEST
	Inactive Enter Timestamp: Wed 2019-10-09 12:12:01 CEST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: postfix.service
	Invocation ID: 0b3b5341be314eadbd16bc236a80b52f
	Fragment Path: /lib/systemd/system/postfix.service
	ConditionPathExists: /etc/postfix/main.cf succeeded
	Condition Timestamp: Wed 2019-10-09 12:12:02 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2019-10-09 12:12:02 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	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: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: postfix at -.service (destination-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	PropagatesReloadTo: postfix at -.service (destination-file)
	References: shutdown.target (origin-default)
	References: exim4.service (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: postfix at -.service (origin-file)
	References: sendmail.service (origin-file)
	ReferencedBy: postfix at -.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 2166
			Start Timestamp: Wed 2019-10-09 12:12:02 CEST
			Exit Timestamp: Wed 2019-10-09 12:12:02 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: sockets.target
	Invocation ID: 97058640fa34484fa4f339e6193eb3e5
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: syslog.socket (destination-file)
	After: systemd-udevd-kernel.socket (destination-file)
	After: systemd-initctl.socket (destination-file)
	After: systemd-journald-audit.socket (destination-file)
	After: systemd-journald-dev-log.socket (destination-file)
	After: systemd-journald.socket (destination-file)
	After: systemd-networkd.socket (destination-file)
	After: dbus.socket (origin-default destination-default)
	After: systemd-udevd-control.socket (destination-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-initctl.socket (origin-file)
	References: systemd-networkd.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: dbus.socket (origin-file origin-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit tmp.mount:
	Description: tmp.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: tmp.mount
	WantedBy: basic.target (destination-file)
	Before: basic.target (destination-file)
	ReferencedBy: basic.target (destination-file)
-> 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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: proc-sys-fs-binfmt_misc.automount
	Invocation ID: da47bb4d7fd8492cb51895a26e10e684
	Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
	ConditionPathIsReadWrite: /proc/sys succeeded
	ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (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: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Automount State: waiting
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:36:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:36:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:36: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
	Name: network-online.target
	Invocation ID: e2a0a743805744e8bb9f863026c6c41e
	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 2019-10-08 18:36:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:36:15 CEST
	Assert Result: yes
	Wants: systemd-networkd-wait-online.service (origin-file)
	Wants: networking.service (origin-file)
	RequiredBy: pcsd.service (destination-file)
	RequiredBy: corosync.service (destination-file)
	WantedBy: postfix at -.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: rc-local.service (destination-file)
	Before: pcsd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: postfix at -.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: corosync.service (destination-file)
	After: networking.service (destination-file)
	After: network.target (origin-file)
	After: systemd-networkd-wait-online.service (destination-file)
	References: networking.service (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: systemd-networkd-wait-online.service (origin-file)
	ReferencedBy: corosync.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: postfix at -.service (destination-file)
	ReferencedBy: pcsd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-journal-flush.service:
	Description: Flush Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-journal-flush.service
	Invocation ID: 49f69dd43a9842008a7433c272fad502
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: systemd-journald.service (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/log/journal (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 273
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit getty at tty1.service:
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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-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
	Name: getty at tty1.service
	Invocation ID: 9c8ee2fa8ee34596ae488d335ace65c4
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty at .service
	ConditionPathExists: /dev/tty0 succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system-getty.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.service (origin-file)
	Before: getty.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	Before: rescue.service (origin-file)
	After: getty-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: sysinit.target (origin-default)
	After: system-getty.slice (origin-file)
	After: rc-local.service (origin-file)
	After: basic.target (origin-default)
	References: getty.target (origin-file)
	References: getty-pre.target (origin-file)
	References: system-getty.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: rc-local.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: plymouth-quit-wait.service (origin-file)
	References: rescue.service (origin-file)
	ReferencedBy: getty.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 432
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	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
	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
			PID: 432
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit fail2ban.service:
	Description: Fail2Ban Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/fail2ban.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: fail2ban.service
	Invocation ID: f9e9805bf62e45af8eb74acdd50c2b50
	Documentation: man:fail2ban(1)
	Fragment Path: /lib/systemd/system/fail2ban.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	PartOf: firewalld.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: iptables.service (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: ip6tables.service (origin-file)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: firewalld.service (origin-file)
	After: system.slice (origin-file)
	After: ipset.service (origin-file)
	References: iptables.service (origin-file)
	References: ip6tables.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: ipset.service (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: firewalld.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 426
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/fail2ban/fail2ban.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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/mkdir -p /var/run/fail2ban
			PID: 419
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/bin/fail2ban-server -xf start
			PID: 426
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
	-> ExecReload:
		Command Line: /usr/bin/fail2ban-client reload
	-> ExecStop:
		Command Line: /usr/bin/fail2ban-client stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-vport2p1.device:
	Description: /dev/vport2p1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: dev-vport2p1.device
	Invocation ID: c9b91824562d46de8a10cf967b7330e4
	Following: sys-devices-pci0000:00-0000:00:05.0-virtio2-virtio\x2dports-vport2p1.device
	Following Set Member: dev-virtio\x2dports-org.qemu.guest_agent.0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio2-virtio\x2dports-vport2p1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/virtio-ports/vport2p1
	Found: found-udev
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/dbus.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: dbus.socket
	Invocation ID: 90acf2ad2c1e4c31a0e0101810358cce
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: dbus.service (origin-implicit)
	Before: systemd-logind.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	Triggers: dbus.service (origin-implicit)
	References: dbus.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: dbus.socket
	SELinuxContextFromNet: no
	ListenStream: /var/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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Wed 2019-10-09 06:03:27 CEST
	Inactive Exit Timestamp: Wed 2019-10-09 06:02:56 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2019-10-09 06:03:27 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: apt-daily-upgrade.service
	Invocation ID: a08d20e733fe4cdc99be91b52a9d18e7
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true succeeded
	Condition Timestamp: Wed 2019-10-09 06:02:56 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2019-10-09 06:02:56 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: connman.service (origin-file)
	After: apt-daily.service (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-networkd.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: apt-daily.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-networkd.service (origin-file)
	References: network-online.target (origin-file)
	References: NetworkManager.service (origin-file)
	References: connman.service (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 15min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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: 22527
			Start Timestamp: Wed 2019-10-09 06:02:56 CEST
			Exit Timestamp: Wed 2019-10-09 06:03:26 CEST
			Exit Code: exited
			Exit Status: 100
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily install
			PID: 22546
			Start Timestamp: Wed 2019-10-09 06:03:26 CEST
			Exit Timestamp: Wed 2019-10-09 06:03:27 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit man-db.service:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2019-10-09 00:00:06 CEST
	Inactive Exit Timestamp: Wed 2019-10-09 00:00:06 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2019-10-09 00:00:06 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
	Name: man-db.service
	Invocation ID: 8ab9097032bb4647a9d49b0eb45452ba
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.service
	ConditionACPower: true succeeded
	Condition Timestamp: Wed 2019-10-09 00:00:06 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2019-10-09 00:00:06 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: man-db.timer (destination-implicit)
	TriggeredBy: man-db.timer (destination-implicit)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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: 9993
			Start Timestamp: Wed 2019-10-09 00:00:06 CEST
			Exit Timestamp: Wed 2019-10-09 00:00:06 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
			PID: 9994
			Start Timestamp: Wed 2019-10-09 00:00:06 CEST
			Exit Timestamp: Wed 2019-10-09 00:00:06 CEST
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/mandb --quiet
			PID: 9995
			Start Timestamp: Wed 2019-10-09 00:00:06 CEST
			Exit Timestamp: Wed 2019-10-09 00:00:06 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit kmod-static-nodes.service:
	Description: Create list of required static device nodes for the current kernel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: kmod-static-nodes.service
	Invocation ID: 9d34dd23ea0b4ff68cc62eac17295b2b
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/4.19.0-6-amd64/modules.devname succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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/kmod.conf
			PID: 251
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-udevd-control.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-udevd-control.socket
	Invocation ID: 0823b9451b054fcca1df35beba18ce3d
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: systemd-udevd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: systemd-udevd.service (origin-implicit)
	References: -.mount (origin-path)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	RequiresMountsFor: /run/udev/control (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: 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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: auditd.service
	Before: systemd-update-utmp.service (destination-file)
	Before: ssh.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/systemd-fsckd.socket
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-fsckd.socket
	Invocation ID: 652470ffe78341daa1fa1056c0802d63
	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 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: -.mount (origin-path)
	References: systemd-fsckd.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	RequiresMountsFor: /run/systemd/fsck.progress (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: 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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> 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 2019-10-08 18:36:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:36:16 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2019-10-08 18:36:16 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
	Name: systemd-update-utmp-runlevel.service
	Invocation ID: 64e7f46c6719458ca772e5d2a84c7db3
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Tue 2019-10-08 18:36:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:36:16 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requisite: systemd-update-utmp.service (origin-file)
	WantedBy: rescue.target (destination-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: rescue.target (origin-file)
	After: graphical.target (origin-file)
	After: systemd-update-utmp.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-path)
	After: multi-user.target (origin-file)
	References: rescue.target (origin-file)
	References: graphical.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: multi-user.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	References: systemd-update-utmp.service (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 711
			Start Timestamp: Tue 2019-10-08 18:36:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:36:16 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: -.slice
	CGroup: /system.slice
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory devices pids bpf-firewall bpf-devices
	Name: system.slice
	Documentation: man:systemd.special(7)
	Requires: -.slice (origin-implicit)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: system-serial\x2dgetty.slice (destination-implicit)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: haproxy.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: system-postfix.slice (destination-implicit)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: networking.service (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: ifupdown-pre.service (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: netfilter-persistent.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: logd.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: corosync.service (destination-file)
	RequiredBy: fail2ban.service (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: postfix.service (destination-file)
	RequiredBy: irqbalance.service (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: -.mount (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: pcsd.service (destination-file)
	RequiredBy: nginx.service (destination-file)
	RequiredBy: pacemaker.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: ntp.service (destination-file)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: slices.target (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: system-serial\x2dgetty.slice (destination-implicit)
	Before: systemd-networkd.service (destination-file)
	Before: rescue.service (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: slices.target (destination-file)
	Before: networking.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: dbus.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: syslog.socket (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: dbus.socket (destination-file)
	Before: -.mount (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: emergency.service (destination-file)
	Before: pcsd.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: haproxy.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: irqbalance.service (destination-file)
	Before: netfilter-persistent.service (destination-file)
	Before: rsyslog.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: systemd-fsckd.socket (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: corosync.service (destination-file)
	Before: ssh.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: systemd-initctl.socket (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: pacemaker.service (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: logd.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: nginx.service (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: system-postfix.slice (destination-implicit)
	Before: systemd-udev-trigger.service (destination-file)
	Before: ntp.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: postfix.service (destination-file)
	Before: fail2ban.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: nginx.service (destination-file)
	ReferencedBy: dbus.socket (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: irqbalance.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: pcsd.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: haproxy.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: system-postfix.slice (destination-implicit)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: corosync.service (destination-file)
	ReferencedBy: systemd-fsckd.socket (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: logd.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: pacemaker.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: fail2ban.service (destination-file)
	ReferencedBy: system-serial\x2dgetty.slice (destination-implicit)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: postfix.service (destination-file)
	ReferencedBy: dev-mqueue.mount (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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit ntp.service:
	Description: Network Time Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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/ntp.service
	CGroup realized: yes
	CGroup realized mask: memory devices pids bpf-firewall bpf-devices
	CGroup own mask: memory pids
	Name: ntp.service
	Invocation ID: 22cd96bebc554f9b928aad6f0b580b23
	Documentation: man:ntpd(8)
	Fragment Path: /lib/systemd/system/ntp.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: systemd-timesyncd.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-path)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-timesyncd.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: network.target (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)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 429
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 417
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit iptables.service:
	Description: iptables.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: iptables.service
	Before: fail2ban.service (destination-file)
	ReferencedBy: fail2ban.service (destination-file)
-> Unit plymouth-quit-wait.service:
	Description: plymouth-quit-wait.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: plymouth-quit-wait.service
	Before: getty at tty1.service (destination-file)
	Before: serial-getty at ttyS0.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: serial-getty at ttyS0.service (destination-file)
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: swap.target
	Invocation ID: 032603d0489445bebcb40326688ec585
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-file destination-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: connman.service
	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 local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: local-fs.target
	Invocation ID: 7c7b63cdf1804b1c84ddf73082878197
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Wants: systemd-fsck-root.service (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	WantedBy: netfilter-persistent.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: console-setup.service (destination-file)
	Before: networking.service (destination-file)
	Before: netfilter-persistent.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	After: -.mount (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-remount-fs.service (destination-file)
	OnFailure: emergency.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: emergency.target (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: netfilter-persistent.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-hwdb-update.service
	Documentation: man:hwdb(7)
	Documentation: man:systemd-hwdb(8)
	Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
	ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed
	ConditionPathExists: |/etc/udev/hwdb.bin failed
	ConditionPathExists: |!/lib/udev/hwdb.bin failed
	ConditionNeedsUpdate: /etc succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-update-done.service (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-update-done.service (origin-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit networking.service:
	Description: Raise network interfaces
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2019-10-08 18:34:16 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: networking.service
	Invocation ID: f71574096bf84d4da8e57271afa70362
	Documentation: man:interfaces(5)
	Fragment Path: /lib/systemd/system/networking.service
	Condition Timestamp: Tue 2019-10-08 18:34:16 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:16 CEST
	Assert Result: yes
	Requires: ifupdown-pre.service (origin-file)
	Requires: system.slice (origin-file)
	Wants: network.target (origin-file)
	WantedBy: network-online.target (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: network.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network-online.target (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: apparmor.service (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: ifupdown-pre.service (origin-file)
	After: system.slice (origin-file)
	References: ifupdown-pre.service (origin-file)
	References: shutdown.target (origin-file)
	References: network-online.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: network-pre.target (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: apparmor.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/networking
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 375
			Start Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:16 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-machine-id-commit.service
	Documentation: man:systemd-machine-id-commit.service(8)
	Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
	ConditionPathIsMountPoint: /etc/machine-id failed
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-initctl.service
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	Requires: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	TriggeredBy: systemd-initctl.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: all
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-random-seed.service
	Invocation ID: 27384df9dae7432eabd1d2cbc4f135c3
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	ConditionVirtualization: !container succeeded
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
			PID: 268
			Start Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
			Exit Code: exited
			Exit Status: 0
	-> 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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit logrotate.service:
	Description: Rotate log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Wed 2019-10-09 00:00:06 CEST
	Inactive Exit Timestamp: Wed 2019-10-09 00:00:06 CEST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2019-10-09 00:00:06 CEST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Name: logrotate.service
	Invocation ID: ea6e90ff9c83473980e2dd534cc6e502
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.service
	ConditionACPower: true succeeded
	Condition Timestamp: Wed 2019-10-09 00:00:06 CEST
	Condition Result: yes
	Assert Timestamp: Wed 2019-10-09 00:00:06 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: logrotate.timer (destination-implicit)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: basic.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/logrotate /etc/logrotate.conf
			PID: 9992
			Start Timestamp: Wed 2019-10-09 00:00:06 CEST
			Exit Timestamp: Wed 2019-10-09 00:00:06 CEST
			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
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=closed
	Delegate=no
-> 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 2019-10-08 18:34:15 CEST
	Inactive Exit Timestamp: Tue 2019-10-08 18:34:15 CEST
	Active Enter Timestamp: Tue 2019-10-08 18:34: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
	Name: systemd-ask-password-wall.path
	Invocation ID: 5fde4003f69144979ea3e19a262bd558
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Tue 2019-10-08 18:34:15 CEST
	Condition Result: yes
	Assert Timestamp: Tue 2019-10-08 18:34:15 CEST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Conflicts: emergency.service (origin-file)
	Before: paths.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-ask-password-wall.service (origin-implicit)
	Before: cryptsetup.target (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: paths.target (origin-file)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: -.mount (origin-path)
	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
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/fail2ban.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/fail2ban.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/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.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/network-online.target.wants/networking.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/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/sshd.service <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nginx.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/sysinit.target.wants/keyboard-setup.service <==

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/cloud-init.target.wants/cloud-init-local.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/cloud-init.target.wants/cloud-config.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/cloud-init.target.wants/cloud-final.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/cloud-final.service.dsh-also <==
/etc/systemd/system/cloud-init.target.wants/cloud-final.service

==> /var/lib/systemd/deb-systemd-helper-enabled/nginx.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nginx.service
-------------- next part --------------
UUID=de672388-3374-460c-a771-f445373320db / ext4 errors=remount-ro,discard 0 1


More information about the Pkg-systemd-maintainers mailing list