Bug#857573: systemd: Raise network interfaces fails to stop cleanly on shutdown/reboot

Mike Edwards pf-debian-bugs at mirkwood.net
Sun Mar 12 19:02:15 GMT 2017


Package: systemd
Version: 232-18
Severity: important

Dear Maintainer,

The stop job for 'Raise network interfaces' fails to complete when
shutting down or rebooting a fresh stretch install when certain
conditions are met:

 * ATA-over-Ethernet (aoe) kernel module is loaded, and AOE devices are
listed in /dev/etherd
 * Interface bridging via brctl is used

If either one of these conditions are not satisfied, reboot or shutdown
will proceed without issue.  If both are present, 'Raise network
interfaces' will repeatedly try to stop, raising the timeout on
occasion, but will never complete.  This means an easy workaround is
ensuring the 'aoe' kernel module is removed before shutting down or
rebooting, if no aoe disks are in use at that time, but that can't be
guaranteed in all situations.

This bug has also been observed with systemd in jessie, but I can file a
separate bug report for that, if requested to do so.

Additional information below.

Contents of /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
#auto lo
#iface lo inet loopback
#
## The primary network interface
#allow-hotplug ens3
#iface ens3 inet dhcp

Contents of /etc/network/interfaces.d/lo:
# The loopback network interface
auto lo
iface lo inet loopback

Contents of /etc/network/interfaces.d/lan0:
# The primary network interface
auto lan0 
iface lan0 inet dhcp
  bridge_ports ens3
  bridge_stp off
  bridge_maxwait 5

Output of brctl show:
bridge name	bridge id		STP enabled	interfaces
lan0		8000.deadbeef0800	no		ens3

Output of ip addr show:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
master lan0 state UP group default qlen 1000
    link/ether de:ad:be:ef:08:00 brd ff:ff:ff:ff:ff:ff
3: lan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state
UP group default qlen 1000
    link/ether de:ad:be:ef:08:00 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.118/23 brd 192.168.1.255 scope global lan0
       valid_lft forever preferred_lft forever
    inet6 fe80::dcad:beff:feef:800/64 scope link 
       valid_lft forever preferred_lft forever


-- Package-specific info:

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

Kernel: Linux 4.9.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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.115
ii  libacl1         2.2.52-3+b1
ii  libapparmor1    2.11.0-2
ii  libaudit1       1:2.6.7-1
ii  libblkid1       2.29.1-1
ii  libc6           2.24-9
ii  libcap2         1:2.25-1
ii  libcryptsetup4  2:1.7.3-3
ii  libgcrypt20     1.7.6-1
ii  libgpg-error0   1.26-2
ii  libidn11        1.33-1
ii  libip4tc0       1.6.0+snapshot20161117-5
ii  libkmod2        23-2
ii  liblz4-1        0.0~r131-2+b1
ii  liblzma5        5.2.2-1.2+b1
ii  libmount1       2.29.1-1
ii  libpam0g        1.1.8-3.5
ii  libseccomp2     2.3.1-2.1
ii  libselinux1     2.6-3
ii  libsystemd0     232-18
ii  mount           2.29.1-1
ii  util-linux      2.29.1-1

Versions of packages systemd recommends:
ii  dbus            1.10.16-1
ii  libpam-systemd  232-18

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

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.127
ii  udev             232-18

-- no debconf information
-------------- next part --------------
[EXTENDED]   /lib/systemd/system/postfix.service -> /etc/systemd/system/postfix.service.d/override.conf
[EXTENDED]   /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED]   /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[EXTENDED]   /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf

4 overridden configuration files found.
-------------- next part --------------
-> Unit sys-devices-platform-floppy.0-block-fd0.device:
	Description: /sys/devices/platform/floppy.0/block/fd0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-platform-floppy.0-block-fd0.device
	Invocation ID: 7bcb035ee14b46ffa33a64798a419294
	Following Set Member: dev-fd0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/floppy.0/block/fd0
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Invocation ID: 64717358e24748a98c84383beecf744e
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS2.device
	Invocation ID: 354d9ea427954863b2e50e7bd4712d94
	Following: sys-devices-platform-serial8250-tty-ttyS2.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: getty-static.service
	Fragment Path: /lib/systemd/system/getty-static.service
	ConditionPathExists: !/lib/systemd/system/dbus.service untested
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: no
	Requires: sysinit.target
	Requires: system.slice
	WantedBy: getty.target
	Conflicts: shutdown.target
	Before: getty.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: sysinit.target
	After: system.slice
	After: basic.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: sysinit.target
	ReferencedBy: getty.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: 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
-> Unit dev-disk-by\x2dpartuuid-88dbcebd\x2d01.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpartuuid-88dbcebd\x2d01.device
	Invocation ID: 990717a661fb4d9e9e4f65de8728db21
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8fc00e4e\x2dcb39\x2d4abd\x2db746\x2d1513d3244c3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	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 untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: no
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: local-fs.target
	After: system.slice
	References: sysinit.target
	References: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: local-fs.target
	ReferencedBy: sysinit.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/systemd-machine-id-setup --commit
-> Unit org.freedesktop.network1.busname:
	Description: org.freedesktop.network1.busname
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.network1.busname
	WantedBy: systemd-networkd.service
	Before: systemd-networkd.service
	ReferencedBy: systemd-networkd.service
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: syslog.socket
	Invocation ID: 4f11f77b1ae24e5698b46e0afc63d31b
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	RequiredBy: rsyslog.service
	Conflicts: shutdown.target
	ConflictedBy: emergency.service
	Before: shutdown.target
	Before: rsyslog.service
	Before: systemd-journald.service
	Before: sockets.target
	After: -.slice
	After: -.mount
	Triggers: rsyslog.service
	References: -.slice
	References: -.mount
	References: shutdown.target
	References: sockets.target
	References: rsyslog.service
	ReferencedBy: emergency.service
	ReferencedBy: rsyslog.service
	ReferencedBy: systemd-journald.service
	RequiresMountsFor: /run/systemd/journal/syslog
	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
	FDName: syslog.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	ListenDatagram: /run/systemd/journal/syslog
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit xendomains.service:
	Description: LSB: Start/stop secondary xen domains
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:04 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:04 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:04 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/xendomains.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: xendomains.service
	Invocation ID: 0e603cbddaa943f8984dcf6f602da0c2
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/xendomains.service
	Source Path: /etc/init.d/xendomains
	Condition Timestamp: Sun 2017-03-12 18:36:04 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:04 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: corosync.service
	Before: libvirtd.service
	Before: shutdown.target
	Before: heartbeat.service
	Before: graphical.target
	Before: multi-user.target
	After: iscsi.service
	After: xen.service
	After: drbd.service
	After: openvswitch-switch.service
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: sysinit.target
	References: corosync.service
	References: graphical.target
	References: systemd-journald.socket
	References: shutdown.target
	References: multi-user.target
	References: drbd.service
	References: heartbeat.service
	References: remote-fs.target
	References: openvswitch-switch.service
	References: sysinit.target
	References: basic.target
	References: iscsi.service
	References: libvirtd.service
	References: system.slice
	References: xen.service
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	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: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /etc/init.d/xendomains start
	-> ExecReload:
		Command Line: /etc/init.d/xendomains reload
	-> ExecStop:
		Command Line: /etc/init.d/xendomains stop
-> Unit lvm2-lvmetad.service:
	Description: LVM2 metadata daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/lvm2-lvmetad.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: lvm2-lvmetad.service
	Invocation ID: 2a5240cf017f4cf0992d086bfde78603
	Documentation: man:lvmetad(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: lvm2-lvmetad.socket
	Requires: system.slice
	Conflicts: shutdown.target
	Before: lvm2-monitor.service
	After: systemd-journald.socket
	After: lvm2-lvmetad.socket
	After: system.slice
	TriggeredBy: lvm2-lvmetad.socket
	References: systemd-journald.socket
	References: lvm2-lvmetad.socket
	References: shutdown.target
	References: system.slice
	ReferencedBy: lvm2-lvmetad.socket
	ReferencedBy: lvm2-monitor.service
	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: simple
	Restart: on-abort
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 215
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/lvmetad.pid
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: yes
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /sbin/lvmetad -f
-> Unit systemd-logind.service:
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-logind.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-logind.service
	Invocation ID: b41d7eb539a240d99a31f76e6bb5edcd
	Documentation: man:systemd-logind.service(8)
	Documentation: man:logind.conf(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
	Fragment Path: /lib/systemd/system/systemd-logind.service
	ConditionPathExists: /lib/systemd/system/dbus.service untested
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: dbus.socket
	Requires: system.slice
	Wants: user.slice
	Wants: dbus.socket
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: user-1000.slice
	Before: session-1.scope
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: nss-user-lookup.target
	After: sysinit.target
	After: basic.target
	After: user.slice
	After: system.slice
	After: dbus.socket
	References: systemd-journald.socket
	References: nss-user-lookup.target
	References: sysinit.target
	References: basic.target
	References: shutdown.target
	References: user.slice
	References: system.slice
	References: dbus.socket
	ReferencedBy: user-1000.slice
	ReferencedBy: session-1.scope
	ReferencedBy: multi-user.target
	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: unknown
	Main PID: 362
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.login1
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 16384
	LimitNOFILESoft: 16384
	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
	SystemCallFilter: ~clock_settime getpmsg afs_syscall putpmsg sysfs stime lookup_dcookie pciconfig_write s390_pci_mmio_read gtty pciconfig_read _sysctl delete_module switch_endian ptrace ioperm lock iopl s390_pci_mmio_write create_module ftime mpx stty profil process_vm_writev finit_module rtas s390_runtime_instr pciconfig_iobase security uselib settimeofday adjtimex break tuxcall perf_event_open query_module process_vm_readv clock_adjtime modify_ldt sgetmask ulimit vm86old get_kernel_syms ustat request_key spu_run add_key ssetmask init_module keyctl prof vm86 vserver
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
	Status Text: Processing requests...
-> Unit dev-disk-by\x2dpartuuid-88dbcebd\x2d02.device:
	Description: QEMU_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpartuuid-88dbcebd\x2d02.device
	Invocation ID: 315c76aead8148f29b0ea1bf5e2dd434
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-u3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device
	Invocation ID: ceb24d37deda4e639fe3052e6504767d
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device
	Following Set Member: dev-stretch64-swap_1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-stretch64\x2dswap_1.device
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-sda1.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda1.device
	Invocation ID: 7ddc924ce44b4c2cb2163ff34a9f43c1
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-8fc00e4e\x2dcb39\x2d4abd\x2db746\x2d1513d3244c3a.device
	Job Timeout: 1min 30s
	Wants: boot.mount
	BoundBy: boot.mount
	Before: boot.mount
	ReferencedBy: boot.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit libvirtd.service:
	Description: libvirtd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: libvirtd.service
	After: xendomains.service
	ReferencedBy: xendomains.service
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dbus.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dbus.service
	Invocation ID: 59082872e1224013a475393384959f1a
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: dbus.socket
	Requires: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: system.slice
	After: dbus.socket
	After: systemd-journald.socket
	After: sysinit.target
	After: basic.target
	TriggeredBy: dbus.socket
	References: system.slice
	References: dbus.socket
	References: shutdown.target
	References: systemd-journald.socket
	References: sysinit.target
	References: basic.target
	ReferencedBy: dbus.socket
	ReferencedBy: multi-user.target
	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: 368
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	OOMScoreAdjust: -900
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap:
	Description: /dev/disk/by-uuid/26ff5778-f1e5-4032-a3fd-864bece16b3a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Invocation ID: 96ae38f232d448f496398d7c0ec379c4
	Following: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-stretch64-swap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Following Set Member: dev-dm\x2d1.swap
	Requires: system.slice
	Requires: -.mount
	Conflicts: umount.target
	Before: swap.target
	Before: umount.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: system.slice
	References: -.mount
	References: swap.target
	References: umount.target
	References: systemd-journald.socket
	RequiresMountsFor: /dev/disk/by-uuid/26ff5778-f1e5-4032-a3fd-864bece16b3a
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-uuid/26ff5778-f1e5-4032-a3fd-864bece16b3a
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	Options: 
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	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 untested
	ConditionPathIsReadWrite: !/ untested
	Requires: system.slice
	Wants: systemd-fsckd.socket
	Before: systemd-remount-fs.service
	Before: local-fs.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: systemd-fsckd.socket
	After: system.slice
	References: system.slice
	References: systemd-journald.socket
	References: systemd-fsckd.socket
	References: local-fs.target
	References: shutdown.target
	ReferencedBy: systemd-remount-fs.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck
-> Unit dev-sda2.device:
	Description: QEMU_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda2.device
	Invocation ID: 1e3d8bf5b2184a40ac2daa92e3b1a41d
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald-dev-log.socket
	Invocation ID: 5e9e9194c81549c0bbad81b8b72b17ec
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	WantedBy: systemd-journald.service
	WantedBy: sockets.target
	Before: systemd-journald.service
	Before: sockets.target
	After: -.slice
	After: -.mount
	Triggers: systemd-journald.service
	References: -.slice
	References: -.mount
	References: sockets.target
	References: systemd-journald.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/systemd/journal/dev-log
	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
	FDName: systemd-journald-dev-log.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	SendBuffer: 8388608
	ListenDatagram: /run/systemd/journal/dev-log
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-mapper-stretch64\x2dswap_1.device:
	Description: /dev/mapper/stretch64-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-stretch64\x2dswap_1.device
	Invocation ID: 8b3eb2344ce14a38a76ed6cb3316b09c
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device
	Following Set Member: dev-stretch64-swap_1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Wants: dev-mapper-stretch64\x2dswap_1.swap
	BoundBy: dev-mapper-stretch64\x2dswap_1.swap
	Before: dev-mapper-stretch64\x2dswap_1.swap
	ReferencedBy: dev-mapper-stretch64\x2dswap_1.swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit exim4.service:
	Description: exim4.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: exim4.service
	ConflictedBy: postfix.service
	ReferencedBy: postfix.service
-> Unit sys-devices-virtual-block-dm\x2d1.device:
	Description: /sys/devices/virtual/block/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d1.device
	Invocation ID: c8ca8d13fb6a4bc1a797ec37b047578c
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device
	Following Set Member: dev-stretch64-swap_1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device
	Following Set Member: dev-mapper-stretch64\x2dswap_1.device
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit boot.mount:
	Description: /boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/boot.mount
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: boot.mount
	Invocation ID: b7dd81ad782148eda2cda191e2bd388d
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sun 2017-03-12 18:35:57 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:57 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	BindsTo: dev-sda1.device
	RequiredBy: local-fs.target
	WantedBy: dev-sda1.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: -.mount
	After: dev-sda1.device
	After: local-fs-pre.target
	After: system.slice
	References: system.slice
	References: local-fs.target
	References: -.mount
	References: dev-sda1.device
	References: local-fs-pre.target
	References: umount.target
	ReferencedBy: local-fs.target
	RequiresMountsFor: / /dev/disk/by-uuid/8fc00e4e-cb39-4abd-b746-1513d3244c3a
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /boot
	What: /dev/sda1
	File System Type: xfs
	Options: rw,relatime,attr2,inode64,noquota
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: 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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dev-mqueue.mount
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dev-mqueue.mount
	Invocation ID: 65493f37ed8e43d8adf14a0885c67846
	Documentation: man:mq_overview(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-mqueue.mount
	Source Path: /proc/self/mountinfo
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /proc/sys/fs/mqueue untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: system.slice
	After: -.mount
	References: sysinit.target
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-timesyncd.service:
	Description: Network Time Synchronization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-timesyncd.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-timesyncd.service
	Invocation ID: 28bdddee011046ceb0467f5e4a4f4e1e
	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
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	Wants: time-sync.target
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: time-sync.target
	Before: sysinit.target
	Before: shutdown.target
	After: system.slice
	After: -.mount
	After: systemd-sysusers.service
	After: systemd-tmpfiles-setup.service
	After: systemd-journald.socket
	After: systemd-remount-fs.service
	References: systemd-tmpfiles-setup.service
	References: system.slice
	References: sysinit.target
	References: shutdown.target
	References: -.mount
	References: systemd-journald.socket
	References: time-sync.target
	References: systemd-sysusers.service
	References: systemd-remount-fs.service
	ReferencedBy: sysinit.target
	RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
	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: unknown
	Main PID: 344
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
	DynamicUser: no
	SystemCallFilter: ~ulimit lookup_dcookie switch_endian iopl chroot pivot_root lock init_module ioperm mpx keyctl ptrace putpmsg sgetmask _sysctl pciconfig_read gtty pciconfig_write vm86old prof process_vm_writev s390_runtime_instr ftime vm86 add_key get_kernel_syms process_vm_readv finit_module umount2 tuxcall getpmsg security s390_pci_mmio_write request_key delete_module spu_run umount profil perf_event_open afs_syscall ssetmask uselib break vserver pciconfig_iobase s390_pci_mmio_read stty ustat modify_ldt create_module rtas mount query_module sysfs
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
	Status Text: Synchronized to time server 216.182.1.1:123 (2.debian.pool.ntp.org).
-> Unit lvm2-lvmpolld.socket:
	Description: LVM2 poll daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-lvmpolld.socket
	Invocation ID: bd1853c32d2c477b848cfc8a0a73d3ce
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	RequiredBy: lvm2-lvmpolld.service
	WantedBy: sysinit.target
	Before: lvm2-lvmpolld.service
	After: -.slice
	After: -.mount
	Triggers: lvm2-lvmpolld.service
	References: lvm2-lvmpolld.service
	References: -.slice
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: lvm2-lvmpolld.service
	RequiresMountsFor: /run/lvm/lvmpolld.socket
	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: yes
	Writable: no
	FDName: lvm2-lvmpolld.socket
	SELinuxContextFromNet: no
	ListenStream: /run/lvm/lvmpolld.socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-resolved.service:
	Description: Network Name Resolution
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-resolved.service
	Documentation: man:systemd-resolved.service(8)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/resolved
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
	Fragment Path: /lib/systemd/system/systemd-resolved.service
	DropIn Path: /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
	Requires: sysinit.target
	Requires: system.slice
	Requires: -.mount
	Wants: org.freedesktop.resolve1.busname
	Conflicts: shutdown.target
	Before: postfix.service
	Before: shutdown.target
	After: network.target
	After: org.freedesktop.resolve1.busname
	After: systemd-networkd.service
	After: -.mount
	After: systemd-journald.socket
	After: sysinit.target
	After: system.slice
	After: basic.target
	References: shutdown.target
	References: network.target
	References: org.freedesktop.resolve1.busname
	References: systemd-networkd.service
	References: -.mount
	References: systemd-journald.socket
	References: sysinit.target
	References: system.slice
	References: basic.target
	ReferencedBy: postfix.service
	RequiresMountsFor: /tmp /var/tmp
	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: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_raw
	DynamicUser: no
	ReadWritePaths: -/run/resolvconf
	SystemCallFilter: ~lookup_dcookie chroot adjtimex putpmsg lock spu_run clock_adjtime afs_syscall add_key s390_pci_mmio_write pciconfig_read process_vm_writev stime stty vm86old perf_event_open mount sgetmask tuxcall _sysctl ulimit finit_module iopl query_module sysfs request_key umount2 ssetmask mpx ftime ioperm delete_module pivot_root modify_ldt uselib settimeofday get_kernel_syms keyctl getpmsg clock_settime s390_runtime_instr vm86 gtty umount ustat create_module switch_endian init_module pciconfig_iobase s390_pci_mmio_read vserver break profil ptrace security process_vm_readv pciconfig_write prof rtas
	-> ExecStart:
		Command Line: /lib/systemd/systemd-resolved
	-> ExecStartPost:
		Command Line: /bin/sh -c '[ ! -e /run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | /sbin/resolvconf -a systemd-resolved'
-> Unit dev-hvc2.device:
	Description: /dev/hvc2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc2.device
	Invocation ID: 2d5dcb11bdd04897a809c8ebff61cf4d
	Following: sys-devices-virtual-tty-hvc2.device
	Following Set Member: sys-devices-virtual-tty-hvc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc2
-> Unit apt-daily.service:
	Description: Daily apt activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: apt-daily.service
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	ConditionACPower: true untested
	Requires: sysinit.target
	Requires: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: system.slice
	After: apt-daily.timer
	After: sysinit.target
	After: basic.target
	TriggeredBy: apt-daily.timer
	References: systemd-journald.socket
	References: system.slice
	References: sysinit.target
	References: shutdown.target
	References: basic.target
	ReferencedBy: apt-daily.timer
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1.device
	Invocation ID: d99efe8a3692484c9c8d273a55647c84
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS0.device
	Invocation ID: f42ec0cc4531454989ff60c807c151eb
	Following: sys-devices-pnp0-00:05-tty-ttyS0.device
	Following Set Member: sys-devices-pnp0-00:05-tty-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:05/tty/ttyS0
-> Unit cryptsetup.target:
	Description: Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: cryptsetup.target
	Invocation ID: 35459d45448a4ef08f49fbdeaeb71768
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	After: systemd-ask-password-wall.path
	After: systemd-ask-password-console.path
	References: shutdown.target
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: systemd-ask-password-console.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: emergency.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Requires: system.slice
	Requires: -.mount
	RequiredBy: emergency.target
	Conflicts: rescue.service
	Conflicts: syslog.socket
	Conflicts: shutdown.target
	ConflictedBy: sysinit.target
	Before: sysinit.target
	Before: shutdown.target
	Before: emergency.target
	After: system.slice
	After: -.mount
	References: system.slice
	References: shutdown.target
	References: -.mount
	References: rescue.service
	References: syslog.socket
	ReferencedBy: sysinit.target
	ReferencedBy: emergency.target
	RequiresMountsFor: /root
	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
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: HOME=/root
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	-> ExecStartPre:
		Command Line: /bin/plymouth --wait quit
		Command Line: /bin/echo -e 'You are in emergency mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
	-> ExecStart:
		Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> 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: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: proc-sys-fs-binfmt_misc.automount
	Invocation ID: 426d0140ebc54e2392c5b725fcd70a29
	Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
	ConditionPathIsReadWrite: /proc/sys/ untested
	ConditionPathExists: /proc/sys/fs/binfmt_misc/ untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-binfmt.service
	After: -.mount
	Triggers: proc-sys-fs-binfmt_misc.mount
	References: sysinit.target
	References: proc-sys-fs-binfmt_misc.mount
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-binfmt.service
	RequiresMountsFor: /proc/sys/fs
	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 dev-hvc1.device:
	Description: /dev/hvc1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc1.device
	Invocation ID: 07e2c0254b52445ea40de5f1e53bd813
	Following: sys-devices-virtual-tty-hvc1.device
	Following Set Member: sys-devices-virtual-tty-hvc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc1
-> Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:17 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: run-user-1000.mount
	Invocation ID: 3d70e1d1622243eda18d50f627be2145
	Source Path: /proc/self/mountinfo
	Requires: system.slice
	Requires: -.mount
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: -.mount
	After: local-fs-pre.target
	After: system.slice
	References: umount.target
	References: -.mount
	References: local-fs.target
	References: system.slice
	References: local-fs-pre.target
	RequiresMountsFor: /run/user
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /run/user/1000
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=182300k,mode=700,uid=1000,gid=1000
	From /proc/self/mountinfo: yes
	From fragment: no
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: 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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZITdps\x2dYTpZ\x2dibtd\x2dsXY2\x2dWttb\x2dekqc\x2dAR7TxU.device:
	Description: QEMU_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZITdps\x2dYTpZ\x2dibtd\x2dsXY2\x2dWttb\x2dekqc\x2dAR7TxU.device
	Invocation ID: 75b28cb2c2e54ed4a60db2ec68f93408
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d05.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-fsckd.service
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	Requires: systemd-fsckd.socket
	Requires: system.slice
	Before: shutdown.target
	After: systemd-journald.socket
	After: systemd-fsckd.socket
	After: system.slice
	TriggeredBy: systemd-fsckd.socket
	References: system.slice
	References: systemd-journald.socket
	References: systemd-fsckd.socket
	References: shutdown.target
	ReferencedBy: systemd-fsckd.socket
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsckd
-> Unit sys-devices-virtual-block-dm\x2d0.device:
	Description: /sys/devices/virtual/block/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d0.device
	Invocation ID: 4cd6de90d9c84a4a9163da1dec79adb5
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device
	Following Set Member: dev-stretch64-root.device
	Following Set Member: dev-mapper-stretch64\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device
	Following Set Member: dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device
	Following Set Member: dev-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: umount.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	ConflictedBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	ConflictedBy: dev-dm\x2d1.swap
	ConflictedBy: boot.mount
	ConflictedBy: run-user-1000.mount
	ConflictedBy: dev-stretch64-swap_1.swap
	ConflictedBy: dev-mapper-stretch64\x2dswap_1.swap
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	After: dev-mapper-stretch64\x2dswap_1.swap
	After: run-user-1000.mount
	After: boot.mount
	After: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	After: dev-dm\x2d1.swap
	After: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	After: dev-stretch64-swap_1.swap
	ReferencedBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: boot.mount
	ReferencedBy: run-user-1000.mount
	ReferencedBy: dev-stretch64-swap_1.swap
	ReferencedBy: dev-mapper-stretch64\x2dswap_1.swap
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-subsystem-net-devices-ens3.device:
	Description: 82540EM Gigabit Ethernet Controller (QEMU Virtual Machine)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-net-devices-ens3.device
	Invocation ID: 2e48f8311037471f9e1644fb30b0d91b
	Following Set Member: sys-devices-pci0000:00-0000:00:03.0-net-ens3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/net/ens3
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS3.device
	Invocation ID: 44934c580fcc44b7b5177c10beebbdf3
	Following: sys-devices-platform-serial8250-tty-ttyS3.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	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: sysinit.target
	Requires: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: system.slice
	After: basic.target
	After: systemd-ask-password-wall.path
	After: sysinit.target
	After: systemd-journald.socket
	After: systemd-user-sessions.service
	TriggeredBy: systemd-ask-password-wall.path
	References: system.slice
	References: basic.target
	References: sysinit.target
	References: shutdown.target
	References: systemd-journald.socket
	References: systemd-user-sessions.service
	ReferencedBy: systemd-ask-password-wall.path
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> 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
-> Unit local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: local-fs.target
	Invocation ID: 012d329307374d74a93d669e56fd386a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: boot.mount
	Requires: -.mount
	Wants: systemd-remount-fs.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: networking.service
	Before: systemd-machine-id-commit.service
	Before: systemd-tmpfiles-clean.service
	Before: sysinit.target
	Before: console-setup.service
	Before: systemd-tmpfiles-setup.service
	After: systemd-remount-fs.service
	After: local-fs-pre.target
	After: run-user-1000.mount
	After: boot.mount
	After: systemd-fsck-root.service
	After: -.mount
	OnFailure: emergency.target
	References: boot.mount
	References: -.mount
	References: systemd-remount-fs.service
	References: emergency.target
	References: local-fs-pre.target
	References: shutdown.target
	ReferencedBy: networking.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: boot.mount
	ReferencedBy: console-setup.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-modules-load.service:
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-modules-load.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-modules-load.service
	Invocation ID: 88a5780265bd43ce8262c53b11251001
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load untested
	ConditionKernelCommandLine: |modules-load untested
	ConditionDirectoryNotEmpty: |/run/modules-load.d untested
	ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: systemd-sysctl.service
	Before: shutdown.target
	Before: networking.service
	Before: sys-fs-fuse-connections.mount
	Before: sys-kernel-config.mount
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: systemd-journald.socket
	References: shutdown.target
	References: system.slice
	ReferencedBy: networking.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: sysinit.target
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: sys-fs-fuse-connections.mount
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-modules-load
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: QEMU_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Invocation ID: 7b30761ff411457393ea3feff33e654e
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device
	Following Set Member: dev-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit sys-devices-pnp0-00:05-tty-ttyS0.device:
	Description: /sys/devices/pnp0/00:05/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pnp0-00:05-tty-ttyS0.device
	Invocation ID: b69574e8259c4659b417abeb5e86f965
	Following Set Member: dev-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:05/tty/ttyS0
-> Unit serial-getty at hvc0.service:
	Description: Serial Getty on hvc0
	Instance: hvc0
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system-serial\x2dgetty.slice
	CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at hvc0.service
	CGroup realized: yes
	CGroup mask: 0x40
	CGroup members mask: 0x0
	Name: serial-getty at hvc0.service
	Invocation ID: 6ae4ad7331fb4b029fbc1f0d8347db07
	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: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system-serial\x2dgetty.slice
	BindsTo: dev-hvc0.device
	WantedBy: getty.target
	Conflicts: shutdown.target
	Before: getty.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: system-serial\x2dgetty.slice
	After: rc-local.service
	After: basic.target
	After: sysinit.target
	After: plymouth-quit-wait.service
	After: systemd-journald.socket
	After: dev-hvc0.device
	References: systemd-user-sessions.service
	References: system-serial\x2dgetty.slice
	References: rc-local.service
	References: basic.target
	References: sysinit.target
	References: getty.target
	References: plymouth-quit-wait.service
	References: shutdown.target
	References: systemd-journald.socket
	References: dev-hvc0.device
	ReferencedBy: getty.target
	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: 762
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/hvc0
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: no
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	UtmpIdentifier: hvc0
	-> ExecStart:
		Command Line: /sbin/agetty --keep-baud 115200,38400,9600 hvc0 $TERM
			PID: 762
			Start Timestamp: Sun 2017-03-12 18:36:08 EDT
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rc-local.service
	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: sysinit.target
	Requires: system.slice
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: serial-getty at hvc0.service
	Before: shutdown.target
	After: system.slice
	After: basic.target
	After: network.target
	After: sysinit.target
	After: network-online.target
	After: systemd-journald.socket
	References: network-online.target
	References: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: network.target
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal+console
	StandardError: journal+console
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /etc/rc.local start
-> Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:17 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/user at 1000.service
	CGroup realized: yes
	CGroup mask: 0x40
	CGroup members mask: 0x0
	Name: user at 1000.service
	Invocation ID: 7ddd872e2e4b4cf69137197c0a71a8f5
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Sun 2017-03-12 18:36:17 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:17 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: user-1000.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: sysinit.target
	After: basic.target
	After: systemd-journald.socket
	After: systemd-user-sessions.service
	After: user-1000.slice
	References: sysinit.target
	References: basic.target
	References: systemd-journald.socket
	References: systemd-user-sessions.service
	References: user-1000.slice
	References: shutdown.target
	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: 828
	Main PID Known: yes
	Main PID Alien: no
	KillMode: mixed
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1000
	DynamicUser: no
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 828
			Start Timestamp: Sun 2017-03-12 18:36:17 EDT
	Status Text: Startup finished in 50ms.
-> Unit dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device:
	Description: /dev/disk/by-id/dm-name-stretch64-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device
	Invocation ID: 78f8f5dd126e4bf88797a76faaa62bf5
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-stretch64-swap_1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-stretch64\x2dswap_1.device
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> 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: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-setup-dev.service
	Invocation ID: 8bc8f62d3127419d87c8a04869ed46bc
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: systemd-udevd.service
	Before: local-fs-pre.target
	Before: shutdown.target
	After: kmod-static-nodes.service
	After: systemd-journald.socket
	After: system.slice
	After: systemd-sysusers.service
	References: sysinit.target
	References: shutdown.target
	References: local-fs-pre.target
	References: systemd-sysusers.service
	References: system.slice
	References: systemd-udevd.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: kmod-static-nodes.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
-> Unit timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: timers.target
	Invocation ID: e3a9f6a901f140a9b91e78baab9e749e
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Wants: apt-daily.timer
	Wants: systemd-tmpfiles-clean.timer
	WantedBy: basic.target
	Conflicts: shutdown.target
	After: apt-daily.timer
	After: systemd-tmpfiles-clean.timer
	References: apt-daily.timer
	References: shutdown.target
	References: systemd-tmpfiles-clean.timer
	ReferencedBy: apt-daily.timer
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-user-sessions.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-user-sessions.service
	Invocation ID: 6de7f466cad54c12a560ee9f36e22aa8
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: systemd-ask-password-wall.service
	Before: user at 1000.service
	Before: session-1.scope
	Before: user-1000.slice
	Before: multi-user.target
	Before: shutdown.target
	Before: serial-getty at hvc0.service
	After: sysinit.target
	After: systemd-journal-flush.service
	After: systemd-journald.socket
	After: system.slice
	After: remote-fs.target
	After: nss-user-lookup.target
	After: network.target
	After: basic.target
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	References: shutdown.target
	References: remote-fs.target
	References: nss-user-lookup.target
	References: network.target
	References: basic.target
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: user at 1000.service
	ReferencedBy: session-1.scope
	ReferencedBy: user-1000.slice
	ReferencedBy: multi-user.target
	ReferencedBy: serial-getty at hvc0.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-sessions start
			PID: 753
			Start Timestamp: Sun 2017-03-12 18:36:08 EDT
			Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit dev-dm\x2d0.device:
	Description: /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d0.device
	Invocation ID: 750194a59bcd44689a5596fd61107b39
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device
	Following Set Member: dev-stretch64-root.device
	Following Set Member: dev-mapper-stretch64\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> 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: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/kmod-static-nodes.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: kmod-static-nodes.service
	Invocation ID: 3851c7c5d51f4fceaa1b625be4432b09
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/4.9.0-2-amd64/modules.devname untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-tmpfiles-setup-dev.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	References: systemd-tmpfiles-setup-dev.service
	ReferencedBy: sysinit.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: -.slice
	CGroup: /user.slice
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x40
	Name: user.slice
	Invocation ID: 607a2a54a40a400787276282a0892e56
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	RequiredBy: user-1000.slice
	WantedBy: systemd-logind.service
	Conflicts: shutdown.target
	Before: systemd-logind.service
	Before: user-1000.slice
	Before: shutdown.target
	Before: slices.target
	After: -.slice
	References: slices.target
	References: shutdown.target
	References: -.slice
	ReferencedBy: systemd-logind.service
	ReferencedBy: user-1000.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit dev-sda.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda.device
	Invocation ID: 0bc8ef76e9d94156b6a457718c01956e
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit corosync.service:
	Description: corosync.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: corosync.service
	After: xendomains.service
	ReferencedBy: xendomains.service
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sysinit.target
	Invocation ID: 3c5e575a808a48ee93bd2352c8b34c72
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Wants: lvm2-lvmpolld.socket
	Wants: sys-fs-fuse-connections.mount
	Wants: systemd-journald.service
	Wants: proc-sys-fs-binfmt_misc.automount
	Wants: systemd-journal-flush.service
	Wants: lvm2-lvmetad.socket
	Wants: systemd-machine-id-commit.service
	Wants: systemd-timesyncd.service
	Wants: systemd-sysctl.service
	Wants: systemd-udev-trigger.service
	Wants: dev-hugepages.mount
	Wants: systemd-hwdb-update.service
	Wants: keyboard-setup.service
	Wants: systemd-ask-password-console.path
	Wants: sys-kernel-config.mount
	Wants: sys-kernel-debug.mount
	Wants: local-fs.target
	Wants: systemd-random-seed.service
	Wants: systemd-tmpfiles-setup-dev.service
	Wants: cryptsetup.target
	Wants: systemd-udevd.service
	Wants: systemd-update-utmp.service
	Wants: swap.target
	Wants: systemd-binfmt.service
	Wants: kmod-static-nodes.service
	Wants: dev-mqueue.mount
	Wants: systemd-tmpfiles-setup.service
	Wants: lvm2-monitor.service
	Wants: systemd-modules-load.service
	RequiredBy: systemd-logind.service
	RequiredBy: dbus.service
	RequiredBy: xen.service
	RequiredBy: getty at tty1.service
	RequiredBy: rsyslog.service
	RequiredBy: user at 1000.service
	RequiredBy: apt-daily.timer
	RequiredBy: apt-daily.service
	RequiredBy: ssh.service
	RequiredBy: rc-local.service
	RequiredBy: serial-getty at hvc0.service
	RequiredBy: getty-static.service
	RequiredBy: postfix.service
	RequiredBy: systemd-resolved.service
	RequiredBy: systemd-tmpfiles-clean.timer
	RequiredBy: basic.target
	RequiredBy: apache2.service
	RequiredBy: rescue.target
	RequiredBy: dbus.socket
	RequiredBy: systemd-ask-password-wall.service
	RequiredBy: postfix at -.service
	RequiredBy: cron.service
	RequiredBy: systemd-user-sessions.service
	RequiredBy: xendomains.service
	Conflicts: emergency.service
	Conflicts: shutdown.target
	Conflicts: emergency.target
	Before: systemd-logind.service
	Before: getty-static.service
	Before: postfix at -.service
	Before: serial-getty at hvc0.service
	Before: ssh.service
	Before: apache2.service
	Before: systemd-user-sessions.service
	Before: rsyslog.service
	Before: apt-daily.service
	Before: rescue.target
	Before: rescue.service
	Before: basic.target
	Before: apt-daily.timer
	Before: dbus.socket
	Before: xendomains.service
	Before: user at 1000.service
	Before: dbus.service
	Before: systemd-resolved.service
	Before: postfix.service
	Before: systemd-ask-password-wall.service
	Before: rc-local.service
	Before: getty at tty1.service
	Before: systemd-tmpfiles-clean.timer
	Before: cron.service
	Before: xen.service
	After: sys-fs-fuse-connections.mount
	After: systemd-modules-load.service
	After: emergency.service
	After: systemd-binfmt.service
	After: systemd-udevd.service
	After: systemd-sysctl.service
	After: systemd-timesyncd.service
	After: systemd-hwdb-update.service
	After: systemd-udev-trigger.service
	After: dev-hugepages.mount
	After: systemd-journald.service
	After: kmod-static-nodes.service
	After: dev-mqueue.mount
	After: systemd-machine-id-commit.service
	After: systemd-tmpfiles-setup-dev.service
	After: proc-sys-fs-binfmt_misc.automount
	After: systemd-random-seed.service
	After: systemd-tmpfiles-setup.service
	After: cryptsetup.target
	After: local-fs.target
	After: swap.target
	After: sys-kernel-config.mount
	After: emergency.target
	After: sys-kernel-debug.mount
	After: systemd-update-utmp.service
	References: dev-hugepages.mount
	References: systemd-timesyncd.service
	References: lvm2-lvmpolld.socket
	References: sys-fs-fuse-connections.mount
	References: systemd-binfmt.service
	References: systemd-update-utmp.service
	References: systemd-journal-flush.service
	References: systemd-udev-trigger.service
	References: keyboard-setup.service
	References: emergency.target
	References: lvm2-monitor.service
	References: systemd-udevd.service
	References: systemd-machine-id-commit.service
	References: systemd-journald.service
	References: cryptsetup.target
	References: systemd-hwdb-update.service
	References: local-fs.target
	References: systemd-sysctl.service
	References: proc-sys-fs-binfmt_misc.automount
	References: sys-kernel-config.mount
	References: swap.target
	References: lvm2-lvmetad.socket
	References: sys-kernel-debug.mount
	References: systemd-tmpfiles-setup.service
	References: kmod-static-nodes.service
	References: emergency.service
	References: systemd-tmpfiles-setup-dev.service
	References: dev-mqueue.mount
	References: systemd-random-seed.service
	References: shutdown.target
	References: systemd-modules-load.service
	References: systemd-ask-password-console.path
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: dbus.socket
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: cron.service
	ReferencedBy: rsyslog.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-resolved.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: apache2.service
	ReferencedBy: user at 1000.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: basic.target
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: postfix at -.service
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: apt-daily.timer
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: rescue.target
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: rescue.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: dbus.service
	ReferencedBy: ssh.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: xen.service
	ReferencedBy: apt-daily.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-logind.service
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: getty-static.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: xendomains.service
	ReferencedBy: rc-local.service
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: postfix.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: local-fs-pre.target
	Invocation ID: f11da326f3c548039d16bd27f8a44d13
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Sun 2017-03-12 18:35:56 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:56 EDT
	Assert Result: yes
	WantedBy: systemd-remount-fs.service
	WantedBy: keyboard-setup.service
	Conflicts: shutdown.target
	Before: boot.mount
	Before: local-fs.target
	Before: run-user-1000.mount
	After: lvm2-monitor.service
	After: systemd-remount-fs.service
	After: keyboard-setup.service
	After: dm-event.service
	After: systemd-tmpfiles-setup-dev.service
	References: shutdown.target
	ReferencedBy: local-fs.target
	ReferencedBy: boot.mount
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: dm-event.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: run-user-1000.mount
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-initctl.service:
	Description: /dev/initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-initctl.service
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	Requires: system.slice
	After: systemd-journald.socket
	After: system.slice
	After: systemd-initctl.socket
	TriggeredBy: systemd-initctl.socket
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: systemd-initctl.socket
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-initctl
-> Unit dev-dvd.device:
	Description: QEMU_DVD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dvd.device
	Invocation ID: e172b7822cba4d74a9f696de11de4fb8
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
	Following Set Member: dev-cdrom.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dm-event.socket:
	Description: Device-mapper event daemon FIFOs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dm-event.socket
	Invocation ID: 59a12e21d0e247589bed6cef4ab3ac45
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.socket
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	RequiredBy: lvm2-monitor.service
	RequiredBy: dm-event.service
	WantedBy: sockets.target
	Before: lvm2-monitor.service
	Before: dm-event.service
	After: -.slice
	After: -.mount
	Triggers: dm-event.service
	References: -.mount
	References: -.slice
	References: dm-event.service
	ReferencedBy: dm-event.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/dmeventd-server /run/dmeventd-client
	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: yes
	Writable: no
	FDName: dm-event.socket
	SELinuxContextFromNet: no
	ListenFIFO: /run/dmeventd-server
	ListenFIFO: /run/dmeventd-client
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit getty at tty1.service:
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system-getty.slice
	CGroup: /system.slice/system-getty.slice/getty at tty1.service
	CGroup realized: yes
	CGroup mask: 0x40
	CGroup members mask: 0x0
	Name: getty at tty1.service
	Invocation ID: fe6edba5a21c4e5588609805bb99e227
	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: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system-getty.slice
	WantedBy: getty.target
	Conflicts: rescue.service
	Conflicts: shutdown.target
	Before: getty.target
	Before: rescue.service
	Before: shutdown.target
	After: system-getty.slice
	After: rc-local.service
	After: systemd-user-sessions.service
	After: sysinit.target
	After: systemd-journald.socket
	After: basic.target
	After: plymouth-quit-wait.service
	References: system-getty.slice
	References: rc-local.service
	References: systemd-user-sessions.service
	References: sysinit.target
	References: getty.target
	References: rescue.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: plymouth-quit-wait.service
	ReferencedBy: getty.target
	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: 764
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: LANG=
	Environment: LANGUAGE=
	Environment: LC_CTYPE=
	Environment: LC_NUMERIC=
	Environment: LC_TIME=
	Environment: LC_COLLATE=
	Environment: LC_MONETARY=
	Environment: LC_MESSAGES=
	Environment: LC_PAPER=
	Environment: LC_NAME=
	Environment: LC_ADDRESS=
	Environment: LC_TELEPHONE=
	Environment: LC_MEASUREMENT=
	Environment: LC_IDENTIFICATION=
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/tty1
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	UtmpIdentifier: tty1
	-> ExecStart:
		Command Line: /sbin/agetty --noclear tty1 $TERM
			PID: 764
			Start Timestamp: Sun 2017-03-12 18:36:08 EDT
-> Unit dev-sr0.device:
	Description: QEMU_DVD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sr0.device
	Invocation ID: 9232103ae7674288b192d5c2bf990a51
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
	Following Set Member: dev-cdrom.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: remote-fs.target
	Invocation ID: e0045c69e03a401bb5fdc41736588769
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: xendomains.service
	Before: apache2.service
	Before: xen.service
	Before: systemd-user-sessions.service
	After: remote-fs-pre.target
	References: shutdown.target
	References: remote-fs-pre.target
	ReferencedBy: apache2.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: xendomains.service
	ReferencedBy: multi-user.target
	ReferencedBy: xen.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: nss-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Conflicts: shutdown.target
	Before: apache2.service
	References: shutdown.target
	ReferencedBy: apache2.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Sun 2017-03-12 18:36:09 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sun 2017-03-12 18:36:09 EDT
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-update-utmp-runlevel.service
	Invocation ID: 911cd2250871401bb90a56024492bf25
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	Requisite: systemd-update-utmp.service
	WantedBy: graphical.target
	WantedBy: multi-user.target
	WantedBy: rescue.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: rescue.target
	After: graphical.target
	After: systemd-journald.socket
	After: multi-user.target
	After: -.mount
	After: system.slice
	After: systemd-update-utmp.service
	References: rescue.target
	References: graphical.target
	References: systemd-journald.socket
	References: multi-user.target
	References: -.mount
	References: system.slice
	References: systemd-update-utmp.service
	References: shutdown.target
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	ReferencedBy: rescue.target
	RequiresMountsFor: /var/log/wtmp
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp runlevel
			PID: 768
			Start Timestamp: Sun 2017-03-12 18:36:08 EDT
			Exit Timestamp: Sun 2017-03-12 18:36:09 EDT
			Exit Code: exited
			Exit Status: 0
-> Unit proc-sys-fs-binfmt_misc.mount:
	Description: Arbitrary Executable File Formats File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: proc-sys-fs-binfmt_misc.mount
	Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
	Requires: system.slice
	Requires: -.mount
	After: proc-sys-fs-binfmt_misc.automount
	After: system.slice
	After: -.mount
	TriggeredBy: proc-sys-fs-binfmt_misc.automount
	References: system.slice
	References: -.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	RequiresMountsFor: /proc/sys/fs
	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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit openvswitch-switch.service:
	Description: openvswitch-switch.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: openvswitch-switch.service
	Before: xendomains.service
	ReferencedBy: xendomains.service
-> Unit dev-hvc7.device:
	Description: /dev/hvc7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc7.device
	Invocation ID: 9fa201e6b0dd4b439166bb4acef132a6
	Following: sys-devices-virtual-tty-hvc7.device
	Following Set Member: sys-devices-virtual-tty-hvc7.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc7
-> Unit sys-devices-virtual-tty-hvc4.device:
	Description: /sys/devices/virtual/tty/hvc4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc4.device
	Invocation ID: 8dc5f6942e3741a5a6f7006aaeac550d
	Following Set Member: dev-hvc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc4
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device:
	Description: QEMU_HARDDISK
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device
	Invocation ID: 784bf2912cd0459eb2824ce7adf6358a
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit sys-devices-virtual-tty-hvc0.device:
	Description: /sys/devices/virtual/tty/hvc0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc0.device
	Invocation ID: dd1c3f56ced34a73b2bc1a3894ff54e3
	Following Set Member: dev-hvc0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc0
-> Unit lvm2-activation.service:
	Description: lvm2-activation.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-activation.service
	Before: lvm2-monitor.service
	ReferencedBy: lvm2-monitor.service
-> Unit drbd.service:
	Description: drbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: drbd.service
	Before: xendomains.service
	ReferencedBy: xendomains.service
-> Unit dev-stretch64-swap_1.swap:
	Description: /dev/stretch64/swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dev-stretch64-swap_1.swap
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dev-stretch64-swap_1.swap
	Invocation ID: c053d06b3da84cf7831755e589bb0780
	Following: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Following Set Member: dev-dm\x2d1.swap
	Requires: system.slice
	Requires: -.mount
	Conflicts: umount.target
	Before: swap.target
	Before: umount.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: -.mount
	References: systemd-journald.socket
	References: system.slice
	References: umount.target
	References: swap.target
	RequiresMountsFor: /dev/stretch64/swap_1
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/stretch64/swap_1
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	Options: 
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-udevd-control.socket
	Invocation ID: 01847e2abea84c9488338fdafb745165
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	WantedBy: systemd-udevd.service
	WantedBy: sockets.target
	Before: systemd-udevd.service
	Before: systemd-udev-trigger.service
	Before: sockets.target
	After: -.slice
	After: -.mount
	Triggers: systemd-udevd.service
	References: -.mount
	References: systemd-udevd.service
	References: sockets.target
	References: -.slice
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/udev/control
	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
	FDName: systemd-udevd-control.socket
	SELinuxContextFromNet: no
	ListenSequentialPacket: /run/udev/control
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit system-serial\x2dgetty.slice:
	Description: system-serial\x2dgetty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/system-serial\x2dgetty.slice
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x40
	Name: system-serial\x2dgetty.slice
	Invocation ID: 72bbf5c9cf904224a54c3b29d83abc52
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	RequiredBy: serial-getty at hvc0.service
	Conflicts: shutdown.target
	Before: serial-getty at hvc0.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: serial-getty at hvc0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit apache2.service:
	Description: The Apache HTTP Server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/apache2.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: apache2.service
	Invocation ID: 0faf650709ff4eeeb73fcab42a3b99c2
	Fragment Path: /lib/systemd/system/apache2.service
	Condition Timestamp: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system.slice
	Requires: -.mount
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: -.mount
	After: systemd-journald.socket
	After: sysinit.target
	After: system.slice
	After: nss-lookup.target
	After: network.target
	After: remote-fs.target
	After: basic.target
	References: -.mount
	References: systemd-journald.socket
	References: sysinit.target
	References: shutdown.target
	References: system.slice
	References: nss-lookup.target
	References: network.target
	References: remote-fs.target
	References: basic.target
	ReferencedBy: multi-user.target
	RequiresMountsFor: /tmp /var/tmp
	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: on-abort
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 767
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: APACHE_STARTED_BY_SYSTEMD=true
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /usr/sbin/apachectl start
			PID: 751
			Start Timestamp: Sun 2017-03-12 18:36:08 EDT
			Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /usr/sbin/apachectl graceful
	-> ExecStop:
		Command Line: /usr/sbin/apachectl stop
-> Unit apparmor.service:
	Description: apparmor.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: apparmor.service
	Before: networking.service
	ReferencedBy: networking.service
-> 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: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-remount-fs.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-remount-fs.service
	Invocation ID: 33d3d3d54d724c4c8121556330495208
	Documentation: man:systemd-remount-fs.service(8)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/systemd-remount-fs.service
	ConditionPathExists: /etc/fstab untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	Wants: local-fs-pre.target
	WantedBy: local-fs.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: systemd-hwdb-update.service
	Before: local-fs-pre.target
	Before: systemd-update-utmp.service
	Before: systemd-journal-flush.service
	Before: local-fs.target
	Before: systemd-random-seed.service
	Before: systemd-timesyncd.service
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system.slice
	References: system.slice
	References: local-fs-pre.target
	References: systemd-journald.socket
	References: shutdown.target
	References: local-fs.target
	References: systemd-fsck-root.service
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-journal-flush.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-remount-fs
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: nss-user-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Conflicts: shutdown.target
	Before: systemd-logind.service
	Before: systemd-user-sessions.service
	References: shutdown.target
	ReferencedBy: systemd-logind.service
	ReferencedBy: systemd-user-sessions.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rescue.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	Requires: system.slice
	Requires: -.mount
	RequiredBy: rescue.target
	Conflicts: shutdown.target
	ConflictedBy: emergency.service
	ConflictedBy: graphical.target
	ConflictedBy: multi-user.target
	ConflictedBy: getty at tty1.service
	Before: rescue.target
	Before: graphical.target
	Before: shutdown.target
	Before: multi-user.target
	After: -.mount
	After: getty at tty1.service
	After: sysinit.target
	After: system.slice
	After: plymouth-start.service
	References: system.slice
	References: sysinit.target
	References: shutdown.target
	References: plymouth-start.service
	References: -.mount
	ReferencedBy: rescue.target
	ReferencedBy: multi-user.target
	ReferencedBy: emergency.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: graphical.target
	RequiresMountsFor: /root
	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
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: HOME=/root
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	-> ExecStartPre:
		Command Line: /bin/plymouth --wait quit
		Command Line: /bin/echo -e 'You are in rescue mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
	-> ExecStart:
		Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit system-postfix.slice:
	Description: system-postfix.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/system-postfix.slice
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x40
	Name: system-postfix.slice
	Invocation ID: c4ab4c1b27a84d8191c46583aa2880bd
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	RequiredBy: postfix at -.service
	Conflicts: shutdown.target
	Before: postfix at -.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: postfix at -.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart2.device:
	Description: QEMU_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart2.device
	Invocation ID: 8d697c794de046599c9d293a3cfdb473
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d02.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-platform-serial8250-tty-ttyS1.device
	Invocation ID: 130de5dc828b4986b5f311825f5b4033
	Following Set Member: dev-ttyS1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit dev-sda5.device:
	Description: QEMU_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda5.device
	Invocation ID: 6cde19e55e7c44c7a83a7aa0d7afc2fb
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d05.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZITdps\x2dYTpZ\x2dibtd\x2dsXY2\x2dWttb\x2dekqc\x2dAR7TxU.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> 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: Sun 2017-03-12 14:36:29 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-clean.timer
	Invocation ID: db0fdf464c1c465cbad6be78b92e884e
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	WantedBy: timers.target
	Conflicts: shutdown.target
	Before: systemd-tmpfiles-clean.service
	Before: timers.target
	Before: shutdown.target
	After: sysinit.target
	Triggers: systemd-tmpfiles-clean.service
	References: sysinit.target
	References: systemd-tmpfiles-clean.service
	References: timers.target
	References: shutdown.target
	ReferencedBy: timers.target
	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 systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-binfmt.service
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
	Fragment Path: /lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d untested
	ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
	ConditionPathIsReadWrite: /proc/sys/ untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: no
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: proc-sys-fs-binfmt_misc.automount
	After: system.slice
	References: sysinit.target
	References: shutdown.target
	References: systemd-journald.socket
	References: proc-sys-fs-binfmt_misc.automount
	References: system.slice
	ReferencedBy: sysinit.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-binfmt
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-u3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device
	Invocation ID: 8720c49751404b32ac9fd361688e8804
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-stretch64-root.device
	Following Set Member: dev-mapper-stretch64\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device
	Following Set Member: dev-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-lvmpolld.service
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
	Requires: lvm2-lvmpolld.socket
	Requires: system.slice
	Conflicts: shutdown.target
	After: systemd-journald.socket
	After: lvm2-lvmpolld.socket
	After: system.slice
	TriggeredBy: lvm2-lvmpolld.socket
	References: system.slice
	References: systemd-journald.socket
	References: lvm2-lvmpolld.socket
	References: shutdown.target
	ReferencedBy: lvm2-lvmpolld.socket
	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
	PIDFile: /run/lvmpolld.pid
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: yes
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /sbin/lvmpolld -t 60 -f
-> Unit dev-hvc6.device:
	Description: /dev/hvc6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc6.device
	Invocation ID: 438aa6d035fb4ac9a5033ecdae69300f
	Following: sys-devices-virtual-tty-hvc6.device
	Following Set Member: sys-devices-virtual-tty-hvc6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc6
-> Unit dev-hvc5.device:
	Description: /dev/hvc5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc5.device
	Invocation ID: 432b95972e2b458cb7c7d11d4243ae6e
	Following: sys-devices-virtual-tty-hvc5.device
	Following Set Member: sys-devices-virtual-tty-hvc5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc5
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: -.slice
	CGroup: /system.slice
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x60
	Name: system.slice
	Invocation ID: aaa09aba15704401bcbd37dc66ce3323
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/system.slice
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	RequiredBy: dev-mqueue.mount
	RequiredBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	RequiredBy: dev-hugepages.mount
	RequiredBy: systemd-fsckd.service
	RequiredBy: xen.service
	RequiredBy: rsyslog.service
	RequiredBy: boot.mount
	RequiredBy: systemd-ask-password-wall.service
	RequiredBy: postfix.service
	RequiredBy: ssh.service
	RequiredBy: cron.service
	RequiredBy: systemd-udevd.service
	RequiredBy: run-user-1000.mount
	RequiredBy: kmod-static-nodes.service
	RequiredBy: sys-kernel-debug.mount
	RequiredBy: keyboard-setup.service
	RequiredBy: getty-static.service
	RequiredBy: proc-xen.mount
	RequiredBy: lvm2-lvmpolld.service
	RequiredBy: systemd-sysctl.service
	RequiredBy: proc-sys-fs-binfmt_misc.mount
	RequiredBy: emergency.service
	RequiredBy: lvm2-monitor.service
	RequiredBy: dbus.service
	RequiredBy: systemd-fsck-root.service
	RequiredBy: systemd-resolved.service
	RequiredBy: system-serial\x2dgetty.slice
	RequiredBy: -.mount
	RequiredBy: sys-fs-fuse-connections.mount
	RequiredBy: dm-event.service
	RequiredBy: apache2.service
	RequiredBy: console-setup.service
	RequiredBy: systemd-user-sessions.service
	RequiredBy: rescue.service
	RequiredBy: systemd-udev-trigger.service
	RequiredBy: systemd-journald.service
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: systemd-timesyncd.service
	RequiredBy: systemd-logind.service
	RequiredBy: systemd-tmpfiles-clean.service
	RequiredBy: xendomains.service
	RequiredBy: apt-daily.service
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	RequiredBy: dev-dm\x2d1.swap
	RequiredBy: dev-mapper-stretch64\x2dswap_1.swap
	RequiredBy: system-getty.slice
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	RequiredBy: systemd-modules-load.service
	RequiredBy: systemd-update-utmp.service
	RequiredBy: systemd-tmpfiles-setup-dev.service
	RequiredBy: dev-stretch64-swap_1.swap
	RequiredBy: system-postfix.slice
	RequiredBy: networking.service
	RequiredBy: systemd-binfmt.service
	RequiredBy: systemd-remount-fs.service
	RequiredBy: systemd-initctl.service
	RequiredBy: systemd-random-seed.service
	RequiredBy: sys-kernel-config.mount
	RequiredBy: systemd-ask-password-console.service
	RequiredBy: systemd-tmpfiles-setup.service
	RequiredBy: lvm2-lvmetad.service
	RequiredBy: rc-local.service
	RequiredBy: systemd-networkd.service
	RequiredBy: systemd-hwdb-update.service
	RequiredBy: systemd-journal-flush.service
	RequiredBy: systemd-machine-id-commit.service
	WantedBy: slices.target
	Before: dev-mapper-stretch64\x2dswap_1.swap
	Before: systemd-binfmt.service
	Before: systemd-user-sessions.service
	Before: rsyslog.service
	Before: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Before: boot.mount
	Before: systemd-update-utmp-runlevel.service
	Before: sys-kernel-debug.mount
	Before: systemd-networkd.service
	Before: sys-fs-fuse-connections.mount
	Before: systemd-tmpfiles-setup-dev.service
	Before: postfix.service
	Before: cron.service
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Before: xen.service
	Before: system-serial\x2dgetty.slice
	Before: systemd-tmpfiles-clean.service
	Before: sys-kernel-config.mount
	Before: systemd-udev-trigger.service
	Before: dev-hugepages.mount
	Before: networking.service
	Before: emergency.service
	Before: rc-local.service
	Before: systemd-udevd.service
	Before: rescue.service
	Before: getty-static.service
	Before: lvm2-lvmetad.service
	Before: systemd-sysctl.service
	Before: systemd-machine-id-commit.service
	Before: kmod-static-nodes.service
	Before: systemd-journal-flush.service
	Before: proc-xen.mount
	Before: console-setup.service
	Before: systemd-remount-fs.service
	Before: apt-daily.service
	Before: systemd-logind.service
	Before: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Before: systemd-random-seed.service
	Before: slices.target
	Before: proc-sys-fs-binfmt_misc.mount
	Before: apache2.service
	Before: systemd-hwdb-update.service
	Before: dbus.service
	Before: systemd-timesyncd.service
	Before: system-getty.slice
	Before: systemd-modules-load.service
	Before: systemd-journald.service
	Before: systemd-ask-password-wall.service
	Before: dev-mqueue.mount
	Before: lvm2-monitor.service
	Before: systemd-ask-password-console.service
	Before: keyboard-setup.service
	Before: dev-stretch64-swap_1.swap
	Before: -.mount
	Before: dm-event.service
	Before: systemd-fsckd.service
	Before: system-postfix.slice
	Before: systemd-initctl.service
	Before: run-user-1000.mount
	Before: ssh.service
	Before: lvm2-lvmpolld.service
	Before: systemd-update-utmp.service
	Before: dev-dm\x2d1.swap
	Before: systemd-fsck-root.service
	Before: systemd-resolved.service
	Before: xendomains.service
	Before: systemd-tmpfiles-setup.service
	After: -.slice
	References: -.slice
	References: slices.target
	ReferencedBy: dev-stretch64-swap_1.swap
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-initctl.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: system-postfix.slice
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: ssh.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: dbus.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: postfix.service
	ReferencedBy: rc-local.service
	ReferencedBy: console-setup.service
	ReferencedBy: emergency.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: slices.target
	ReferencedBy: systemd-networkd.service
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: apache2.service
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-fsckd.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: -.mount
	ReferencedBy: cron.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: apt-daily.service
	ReferencedBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: rescue.service
	ReferencedBy: system-getty.slice
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: system-serial\x2dgetty.slice
	ReferencedBy: rsyslog.service
	ReferencedBy: getty-static.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: dm-event.service
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	ReferencedBy: lvm2-lvmpolld.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: proc-xen.mount
	ReferencedBy: xendomains.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: networking.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: xen.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: boot.mount
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: dev-mapper-stretch64\x2dswap_1.swap
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	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: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/cron.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: cron.service
	Invocation ID: c963b09a47fa47fea91ba1e2d984973d
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: sysinit.target
	After: system.slice
	After: basic.target
	References: shutdown.target
	References: basic.target
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: multi-user.target
	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: 367
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	EnvironmentFile: -/etc/default/cron
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /usr/sbin/cron -f $EXTRA_OPTS
-> Unit sys-kernel-config.mount:
	Description: Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-kernel-config.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/config untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: no
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: -.mount
	After: system.slice
	After: systemd-modules-load.service
	References: -.mount
	References: sysinit.target
	References: system.slice
	References: systemd-modules-load.service
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-dm\x2d1.swap:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dev-dm\x2d1.swap
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dev-dm\x2d1.swap
	Invocation ID: 8eb382ff55fe46f4b1f48d5025a95028
	Following: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-stretch64-swap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Requires: system.slice
	Requires: -.mount
	Conflicts: umount.target
	Before: swap.target
	Before: umount.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: -.mount
	References: system.slice
	References: swap.target
	References: umount.target
	RequiresMountsFor: /dev/dm-1
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/dm-1
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	Options: 
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  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: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-platform-serial8250-tty-ttyS3.device
	Invocation ID: e7d18b5e0e54459f926d7376ed8e40aa
	Following Set Member: dev-ttyS3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit systemd-initctl.socket:
	Description: /dev/initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-initctl.socket
	Invocation ID: 8a3e33cff3d8441a97cc8a80cde94503
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	WantedBy: sockets.target
	Before: sockets.target
	Before: systemd-initctl.service
	After: -.slice
	After: -.mount
	Triggers: systemd-initctl.service
	References: systemd-initctl.service
	References: -.mount
	References: sockets.target
	References: -.slice
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/systemd/initctl/fifo
	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
	FDName: systemd-initctl.socket
	SELinuxContextFromNet: no
	ListenFIFO: /run/systemd/initctl/fifo
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Slice: system.slice
	CGroup: /system.slice/-.mount
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	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
	RequiredBy: sys-fs-fuse-connections.mount
	RequiredBy: lvm2-lvmpolld.socket
	RequiredBy: syslog.socket
	RequiredBy: systemd-fsckd.socket
	RequiredBy: sys-kernel-config.mount
	RequiredBy: proc-sys-fs-binfmt_misc.automount
	RequiredBy: proc-xen.mount
	RequiredBy: systemd-timesyncd.service
	RequiredBy: systemd-udevd-control.socket
	RequiredBy: dev-mqueue.mount
	RequiredBy: systemd-journal-flush.service
	RequiredBy: systemd-update-utmp.service
	RequiredBy: systemd-resolved.service
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	RequiredBy: dev-stretch64-swap_1.swap
	RequiredBy: dbus.socket
	RequiredBy: systemd-ask-password-wall.path
	RequiredBy: sys-kernel-debug.mount
	RequiredBy: systemd-random-seed.service
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	RequiredBy: systemd-journald.socket
	RequiredBy: local-fs.target
	RequiredBy: dev-dm\x2d1.swap
	RequiredBy: basic.target
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: rescue.service
	RequiredBy: run-user-1000.mount
	RequiredBy: boot.mount
	RequiredBy: dev-mapper-stretch64\x2dswap_1.swap
	RequiredBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	RequiredBy: apt-daily.timer
	RequiredBy: systemd-journald-dev-log.socket
	RequiredBy: lvm2-lvmetad.socket
	RequiredBy: systemd-ask-password-console.path
	RequiredBy: dm-event.socket
	RequiredBy: emergency.service
	RequiredBy: apache2.service
	RequiredBy: systemd-initctl.socket
	RequiredBy: dev-hugepages.mount
	RequiredBy: proc-sys-fs-binfmt_misc.mount
	RequiredBy: console-setup.service
	Before: proc-xen.mount
	Before: apache2.service
	Before: systemd-update-utmp.service
	Before: local-fs.target
	Before: systemd-ask-password-console.path
	Before: sys-fs-fuse-connections.mount
	Before: lvm2-lvmetad.socket
	Before: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Before: sys-kernel-config.mount
	Before: sys-kernel-debug.mount
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Before: systemd-ask-password-wall.path
	Before: systemd-journald-dev-log.socket
	Before: systemd-timesyncd.service
	Before: proc-sys-fs-binfmt_misc.automount
	Before: syslog.socket
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-random-seed.service
	Before: dev-hugepages.mount
	Before: console-setup.service
	Before: apt-daily.timer
	Before: systemd-update-utmp-runlevel.service
	Before: dm-event.socket
	Before: dbus.socket
	Before: dev-mqueue.mount
	Before: systemd-fsckd.socket
	Before: dev-dm\x2d1.swap
	Before: boot.mount
	Before: basic.target
	Before: run-user-1000.mount
	Before: lvm2-lvmpolld.socket
	Before: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Before: emergency.service
	Before: systemd-journal-flush.service
	Before: systemd-journald.socket
	Before: dev-mapper-stretch64\x2dswap_1.swap
	Before: dev-stretch64-swap_1.swap
	Before: systemd-resolved.service
	Before: systemd-udevd-control.socket
	Before: rescue.service
	Before: systemd-initctl.socket
	After: system.slice
	References: local-fs.target
	References: system.slice
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: dbus.socket
	ReferencedBy: apt-daily.timer
	ReferencedBy: syslog.socket
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: emergency.service
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	ReferencedBy: apache2.service
	ReferencedBy: basic.target
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: dev-mapper-stretch64\x2dswap_1.swap
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: dev-stretch64-swap_1.swap
	ReferencedBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	ReferencedBy: boot.mount
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: local-fs.target
	ReferencedBy: lvm2-lvmetad.socket
	ReferencedBy: console-setup.service
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: proc-xen.mount
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: rescue.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: lvm2-lvmpolld.socket
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: dm-event.socket
	ReferencedBy: systemd-fsckd.socket
	ReferencedBy: systemd-resolved.service
	RequiresMountsFor: /dev/mapper/stretch64-root
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /
	What: /dev/mapper/stretch64-root
	File System Type: xfs
	Options: rw,relatime,attr2,inode64,noquota
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: 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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sys-devices-virtual-tty-hvc6.device:
	Description: /sys/devices/virtual/tty/hvc6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc6.device
	Invocation ID: 436310803e96430c970d5e971a8ae6fc
	Following Set Member: dev-hvc6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc6
-> Unit keyboard-setup.service:
	Description: Set the console keyboard layout
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/keyboard-setup.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: keyboard-setup.service
	Invocation ID: d427dec938844a55b9de14e87c390241
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	Wants: local-fs-pre.target
	WantedBy: sysinit.target
	Before: local-fs-pre.target
	After: systemd-journald.socket
	After: system.slice
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: system.slice
	ReferencedBy: sysinit.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/console-setup/keyboard-setup.sh
-> Unit sys-devices-virtual-tty-hvc7.device:
	Description: /sys/devices/virtual/tty/hvc7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc7.device
	Invocation ID: 71f3b832333a45bcab4cf01d82c207cf
	Following Set Member: dev-hvc7.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc7
-> Unit proc-xen.mount:
	Description: /proc/xen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:07 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: yes
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/proc-xen.mount
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: proc-xen.mount
	Source Path: /proc/self/mountinfo
	Requires: system.slice
	Requires: -.mount
	After: system.slice
	After: -.mount
	References: system.slice
	References: -.mount
	RequiresMountsFor: /proc
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /proc/xen
	What: xenfs
	File System Type: xenfs
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: no
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: 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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-hvc0.device:
	Description: /dev/hvc0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc0.device
	Invocation ID: 505b946d90ad4075964dd45cc1b2bb1f
	Following: sys-devices-virtual-tty-hvc0.device
	Following Set Member: sys-devices-virtual-tty-hvc0.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	BoundBy: serial-getty at hvc0.service
	Before: serial-getty at hvc0.service
	ReferencedBy: serial-getty at hvc0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc0
-> 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: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-update-utmp.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-update-utmp.service
	Invocation ID: 827dd7bb73a2414db9b4ea39c773a1e2
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	RequisiteOf: systemd-update-utmp-runlevel.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: systemd-update-utmp-runlevel.service
	Before: shutdown.target
	After: auditd.service
	After: -.mount
	After: systemd-tmpfiles-setup.service
	After: systemd-remount-fs.service
	After: system.slice
	After: systemd-journald.socket
	References: sysinit.target
	References: shutdown.target
	References: auditd.service
	References: -.mount
	References: systemd-tmpfiles-setup.service
	References: systemd-remount-fs.service
	References: system.slice
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-update-utmp-runlevel.service
	RequiresMountsFor: /var/log/wtmp
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp reboot
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-journald.service
	Invocation ID: 453d4ea644db415d9f8766adfef52a90
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: systemd-journald.socket
	Requires: system.slice
	Wants: systemd-journald-audit.socket
	Wants: systemd-journald.socket
	Wants: systemd-journald-dev-log.socket
	RequiredBy: systemd-journal-flush.service
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-journal-flush.service
	After: systemd-journald.socket
	After: syslog.socket
	After: systemd-journald-audit.socket
	After: systemd-journald-dev-log.socket
	After: system.slice
	TriggeredBy: systemd-journald-audit.socket
	TriggeredBy: systemd-journald.socket
	TriggeredBy: systemd-journald-dev-log.socket
	References: syslog.socket
	References: system.slice
	References: sysinit.target
	References: systemd-journald-audit.socket
	References: systemd-journald.socket
	References: systemd-journald-dev-log.socket
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-journald-audit.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: sysinit.target
	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: all
	NotifyState: unknown
	Main PID: 203
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 16384
	LimitNOFILESoft: 16384
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
	DynamicUser: no
	SystemCallFilter: ~modify_ldt vserver pciconfig_read mount clock_settime add_key sgetmask umount ptrace rtas ssetmask getpmsg adjtimex settimeofday _sysctl gtty vm86 delete_module request_key ftime iopl query_module ulimit process_vm_readv lookup_dcookie security s390_pci_mmio_write create_module ioperm pciconfig_write uselib profil sysfs putpmsg keyctl vm86old mpx break tuxcall get_kernel_syms ustat finit_module s390_runtime_instr stime afs_syscall chroot clock_adjtime process_vm_writev perf_event_open pciconfig_iobase init_module s390_pci_mmio_read stty umount2 prof lock spu_run switch_endian pivot_root
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
	Status Text: Processing requests...
	File Descriptor Store Max: 1024
	File Descriptor Store Current: 8
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald-audit.socket
	Invocation ID: 82f39524e54b43648a4ea937a1a98359
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ untested
	ConditionSecurity: audit untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	WantedBy: systemd-journald.service
	WantedBy: sockets.target
	Before: systemd-journald.service
	Before: sockets.target
	After: -.slice
	Triggers: systemd-journald.service
	References: -.slice
	References: sockets.target
	References: systemd-journald.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: sockets.target
	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
	FDName: systemd-journald-audit.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 134217728
	ListenNetlink: audit 1
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-stretch64-root.device:
	Description: /dev/stretch64/root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-stretch64-root.device
	Invocation ID: 77959de0d99d4c93b357d138e6f2519b
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device
	Following Set Member: dev-mapper-stretch64\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device
	Following Set Member: dev-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart1.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart1.device
	Invocation ID: 1eaf08c226a84f539bc5a379dad685d5
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8fc00e4e\x2dcb39\x2d4abd\x2db746\x2d1513d3244c3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udev-trigger.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-udev-trigger.service
	Invocation ID: b106e2604edb493c8e6120e757dd7b9a
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	Wants: systemd-udevd.service
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-udevd-kernel.socket
	After: systemd-hwdb-update.service
	After: systemd-udevd-control.socket
	After: system.slice
	After: systemd-journald.socket
	References: systemd-udevd-kernel.socket
	References: sysinit.target
	References: systemd-hwdb-update.service
	References: systemd-udevd-control.socket
	References: system.slice
	References: systemd-udevd.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/udevadm trigger --type=subsystems --action=add
		Command Line: /bin/udevadm trigger --type=devices --action=add
-> Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dm-event.service
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.service
	Requires: dm-event.socket
	Requires: system.slice
	Before: lvm2-monitor.service
	Before: local-fs-pre.target
	After: dm-event.socket
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: dm-event.socket
	References: dm-event.socket
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: system.slice
	ReferencedBy: dm-event.socket
	ReferencedBy: lvm2-monitor.service
	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
	PIDFile: /run/dmeventd.pid
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryMode: 0755
	OOMScoreAdjust: -1000
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /sbin/dmeventd -f
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-vconsole-setup.service
	Before: systemd-ask-password-console.service
	ReferencedBy: systemd-ask-password-console.service
-> Unit systemd-sysctl.service:
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-sysctl.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-sysctl.service
	Invocation ID: 960bba3fc5f04f6fbda6548576e55b48
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net/ untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: networking.service
	Before: shutdown.target
	Before: systemd-networkd.service
	After: systemd-journald.socket
	After: system.slice
	After: systemd-modules-load.service
	References: shutdown.target
	References: systemd-modules-load.service
	References: systemd-journald.socket
	References: system.slice
	References: sysinit.target
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	ReferencedBy: systemd-networkd.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sysctl
-> 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: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-setup.service
	Invocation ID: 6a16a1789e7e4aa3bf9dba7dcf14298c
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: systemd-timesyncd.service
	Before: shutdown.target
	Before: systemd-update-utmp.service
	After: systemd-journald.socket
	After: local-fs.target
	After: system.slice
	After: systemd-sysusers.service
	After: systemd-journal-flush.service
	References: sysinit.target
	References: shutdown.target
	References: systemd-sysusers.service
	References: local-fs.target
	References: system.slice
	References: systemd-journald.socket
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-update-utmp.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sockets.target
	Invocation ID: 85ec97ea0f5a47feaca496bcf505fbd0
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Wants: systemd-journald.socket
	Wants: systemd-udevd-control.socket
	Wants: dm-event.socket
	Wants: systemd-initctl.socket
	Wants: systemd-udevd-kernel.socket
	Wants: systemd-journald-audit.socket
	Wants: systemd-journald-dev-log.socket
	Wants: dbus.socket
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-journald.socket
	After: systemd-udevd-control.socket
	After: systemd-udevd-kernel.socket
	After: systemd-initctl.socket
	After: syslog.socket
	After: systemd-journald-audit.socket
	After: systemd-journald-dev-log.socket
	After: dbus.socket
	References: systemd-journald.socket
	References: shutdown.target
	References: systemd-udevd-control.socket
	References: dm-event.socket
	References: systemd-initctl.socket
	References: systemd-udevd-kernel.socket
	References: systemd-journald-audit.socket
	References: systemd-journald-dev-log.socket
	References: dbus.socket
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: basic.target
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald-audit.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: dbus.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device:
	Description: /dev/disk/by-uuid/38d994c0-f968-44fc-8b7f-93fdbff1de84
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device
	Invocation ID: f1b86dfb35bc4188b00c9fabc1331eff
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device
	Following Set Member: dev-stretch64-root.device
	Following Set Member: dev-mapper-stretch64\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: auditd.service
	Before: ssh.service
	Before: systemd-update-utmp.service
	ReferencedBy: ssh.service
	ReferencedBy: systemd-update-utmp.service
-> Unit console-setup.service:
	Description: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/console-setup.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: console-setup.service
	Invocation ID: c5c856091c4544ecbc3ab20248856c8a
	Fragment Path: /lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: multi-user.target
	After: console-screen.service
	After: local-fs.target
	After: kbd.service
	After: -.mount
	After: systemd-journald.socket
	After: system.slice
	References: console-screen.service
	References: local-fs.target
	References: kbd.service
	References: -.mount
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: multi-user.target
	RequiresMountsFor: /usr
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/console-setup/console-setup.sh
-> Unit networking.service:
	Description: Raise network interfaces
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/networking.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: networking.service
	Invocation ID: ab5f23a4d84844e1a5f51ccb3774302d
	Documentation: man:interfaces(5)
	Fragment Path: /lib/systemd/system/networking.service
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: system.slice
	Wants: network.target
	WantedBy: network-online.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: network-online.target
	Before: network.target
	Before: shutdown.target
	After: local-fs.target
	After: systemd-modules-load.service
	After: systemd-sysctl.service
	After: network-pre.target
	After: apparmor.service
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: local-fs.target
	References: network-online.target
	References: systemd-modules-load.service
	References: systemd-sysctl.service
	References: network-pre.target
	References: apparmor.service
	References: network.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: network-online.target
	ReferencedBy: multi-user.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	EnvironmentFile: -/etc/default/networking
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStartPre:
		Command Line: /bin/sh -c '[ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle'
	-> ExecStart:
		Command Line: /sbin/ifup -a --read-environment
	-> ExecStop:
		Command Line: /sbin/ifdown -a --read-environment --exclude=lo
-> Unit ssh.service:
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/ssh.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: ssh.service
	Invocation ID: a83b1b2824854c7ca30cd305c2f83fb4
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
	Condition Timestamp: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: auditd.service
	After: systemd-journald.socket
	After: sysinit.target
	After: system.slice
	After: network.target
	After: basic.target
	References: auditd.service
	References: systemd-journald.socket
	References: sysinit.target
	References: shutdown.target
	References: system.slice
	References: network.target
	References: basic.target
	ReferencedBy: multi-user.target
	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: 752
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	EnvironmentFile: -/etc/default/ssh
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
			PID: 752
			Start Timestamp: Sun 2017-03-12 18:36:08 EDT
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
-> Unit heartbeat.service:
	Description: heartbeat.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: heartbeat.service
	After: xendomains.service
	ReferencedBy: xendomains.service
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: time-sync.target
	Invocation ID: dcbc5abdeeba485a8ee2504cc9e58d92
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	WantedBy: systemd-timesyncd.service
	Conflicts: shutdown.target
	Before: apt-daily.timer
	Before: systemd-tmpfiles-clean.service
	After: systemd-timesyncd.service
	References: shutdown.target
	ReferencedBy: apt-daily.timer
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-tmpfiles-clean.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x60
	Name: -.slice
	Documentation: man:systemd.special(7)
	RequiredBy: systemd-journald-dev-log.socket
	RequiredBy: dbus.socket
	RequiredBy: init.scope
	RequiredBy: dm-event.socket
	RequiredBy: lvm2-lvmetad.socket
	RequiredBy: lvm2-lvmpolld.socket
	RequiredBy: systemd-udevd-kernel.socket
	RequiredBy: syslog.socket
	RequiredBy: systemd-journald-audit.socket
	RequiredBy: system.slice
	RequiredBy: systemd-initctl.socket
	RequiredBy: user.slice
	RequiredBy: systemd-udevd-control.socket
	RequiredBy: systemd-journald.socket
	RequiredBy: systemd-fsckd.socket
	WantedBy: slices.target
	Before: user.slice
	Before: systemd-udevd-kernel.socket
	Before: init.scope
	Before: systemd-journald-dev-log.socket
	Before: systemd-journald.socket
	Before: slices.target
	Before: lvm2-lvmetad.socket
	Before: systemd-initctl.socket
	Before: dm-event.socket
	Before: systemd-journald-audit.socket
	Before: system.slice
	Before: systemd-udevd-control.socket
	Before: dbus.socket
	Before: syslog.socket
	Before: systemd-fsckd.socket
	Before: lvm2-lvmpolld.socket
	ReferencedBy: init.scope
	ReferencedBy: lvm2-lvmetad.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: systemd-fsckd.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: systemd-journald.socket
	ReferencedBy: lvm2-lvmpolld.socket
	ReferencedBy: dbus.socket
	ReferencedBy: syslog.socket
	ReferencedBy: dm-event.socket
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-journald-audit.socket
	ReferencedBy: system.slice
	ReferencedBy: user.slice
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: slices.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit rescue.target:
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rescue.target
	Name: runlevel1.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: sysinit.target
	Requires: rescue.service
	Wants: systemd-update-utmp-runlevel.service
	Conflicts: shutdown.target
	ConflictedBy: graphical.target
	ConflictedBy: multi-user.target
	Before: systemd-update-utmp-runlevel.service
	Before: graphical.target
	Before: multi-user.target
	After: sysinit.target
	After: rescue.service
	References: sysinit.target
	References: rescue.service
	References: systemd-update-utmp-runlevel.service
	References: shutdown.target
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device:
	Description: QEMU_HARDDISK 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device
	Invocation ID: e9960c7e0dd44abcac4d4738d5d5d5dc
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: getty.target
	Invocation ID: f4dcecfe26a44976b6636cf3327e817e
	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: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Wants: getty-static.service
	Wants: getty at tty1.service
	Wants: serial-getty at hvc0.service
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: multi-user.target
	After: getty at tty1.service
	After: getty-static.service
	After: serial-getty at hvc0.service
	References: getty-static.service
	References: shutdown.target
	References: getty at tty1.service
	References: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: multi-user.target
	ReferencedBy: serial-getty at hvc0.service
	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: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-journal-flush.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-journal-flush.service
	Invocation ID: a2666865749940b39befb101c870dd53
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.mount
	Requires: systemd-journald.service
	Requires: system.slice
	WantedBy: sysinit.target
	Before: systemd-tmpfiles-setup.service
	Before: systemd-user-sessions.service
	After: system.slice
	After: systemd-journald.socket
	After: systemd-remount-fs.service
	After: -.mount
	After: systemd-journald.service
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: systemd-tmpfiles-setup.service
	References: systemd-journald.service
	References: system.slice
	References: systemd-remount-fs.service
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /var/log/journal
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/journalctl --flush
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS1.device
	Invocation ID: a5cef8a74b934b84b6cf0a2316763a72
	Following: sys-devices-platform-serial8250-tty-ttyS1.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dbus.socket
	Invocation ID: 81eaf67c54b54dbbbf1954144594d8ce
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.slice
	Requires: -.mount
	RequiredBy: systemd-logind.service
	RequiredBy: dbus.service
	WantedBy: systemd-logind.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: dbus.service
	Before: systemd-logind.service
	Before: sockets.target
	Before: shutdown.target
	After: sysinit.target
	After: -.slice
	After: -.mount
	Triggers: dbus.service
	References: sysinit.target
	References: dbus.service
	References: shutdown.target
	References: -.mount
	References: -.slice
	References: sockets.target
	ReferencedBy: systemd-logind.service
	ReferencedBy: sockets.target
	ReferencedBy: dbus.service
	RequiresMountsFor: /var/run/dbus/system_bus_socket
	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
	FDName: dbus.socket
	SELinuxContextFromNet: no
	ListenStream: /var/run/dbus/system_bus_socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-update-done.service
	After: systemd-hwdb-update.service
	ReferencedBy: systemd-hwdb-update.service
-> Unit apt-daily.timer:
	Description: Daily apt activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 14:36:29 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: apt-daily.timer
	Invocation ID: 31c8d44a5882472ea1f538b026f3a4eb
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	WantedBy: timers.target
	Conflicts: shutdown.target
	Before: apt-daily.service
	Before: timers.target
	Before: shutdown.target
	After: sysinit.target
	After: time-sync.target
	After: -.mount
	Triggers: apt-daily.service
	References: time-sync.target
	References: timers.target
	References: sysinit.target
	References: shutdown.target
	References: -.mount
	References: apt-daily.service
	ReferencedBy: timers.target
	RequiresMountsFor: /var/lib/systemd/timers
	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: 1h
	RemainAfterElapse: yes
	OnCalendar: *-*-* 06,18:00:00
-> Unit session-1.scope:
	Description: Session 1 of user sauron
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:17 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/session-1.scope
	CGroup realized: yes
	CGroup mask: 0x40
	CGroup members mask: 0x0
	Name: session-1.scope
	Invocation ID: 2066c55fbd0d4924921267294d047093
	Fragment Path: /run/systemd/transient/session-1.scope
	Condition Timestamp: Sun 2017-03-12 18:36:17 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:17 EDT
	Assert Result: yes
	Requires: user-1000.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-logind.service
	After: user-1000.slice
	After: systemd-user-sessions.service
	References: systemd-logind.service
	References: user-1000.slice
	References: shutdown.target
	References: systemd-user-sessions.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: console-screen.service
	Before: console-setup.service
	ReferencedBy: console-setup.service
-> Unit dev-cdrom.device:
	Description: QEMU_DVD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-cdrom.device
	Invocation ID: 655cf80816464a6caa83012e2f8afed1
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit sys-devices-pci0000:00-0000:00:03.0-net-ens3.device:
	Description: 82540EM Gigabit Ethernet Controller (QEMU Virtual Machine)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:03.0-net-ens3.device
	Invocation ID: 681de042d92d49d3890d8d927ac6b992
	Following Set Member: sys-subsystem-net-devices-ens3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/net/ens3
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0: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: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Invocation ID: 653d6cffe8944742a0c67e620590028d
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d01.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8fc00e4e\x2dcb39\x2d4abd\x2db746\x2d1513d3244c3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-virtual-tty-hvc3.device:
	Description: /sys/devices/virtual/tty/hvc3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc3.device
	Invocation ID: 0dd6c0551bcc48b28994be00d82775b4
	Following Set Member: dev-hvc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc3
-> Unit rsyslog.service:
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/rsyslog.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: rsyslog.service
	Name: syslog.service
	Invocation ID: d100965276d544989560683ee3398680
	Documentation: man:rsyslogd(8)
	Documentation: http://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: syslog.socket
	Requires: sysinit.target
	Requires: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: syslog.socket
	After: sysinit.target
	After: system.slice
	After: basic.target
	TriggeredBy: syslog.socket
	References: shutdown.target
	References: basic.target
	References: system.slice
	References: syslog.socket
	References: sysinit.target
	ReferencedBy: syslog.socket
	ReferencedBy: multi-user.target
	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: unknown
	Main PID: 359
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n
-> Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Perpetual: yes
	Slice: -.slice
	CGroup: /init.scope
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: init.scope
	Documentation: man:systemd(1)
	Requires: -.slice
	After: -.slice
	References: -.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
	KillMode: control-group
	KillSignal: SIGRTMIN+14
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sendmail.service:
	Description: sendmail.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sendmail.service
	ConflictedBy: postfix.service
	ReferencedBy: postfix.service
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-clean.service
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Requires: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: time-sync.target
	After: local-fs.target
	After: system.slice
	After: systemd-tmpfiles-clean.timer
	TriggeredBy: systemd-tmpfiles-clean.timer
	References: systemd-journald.socket
	References: time-sync.target
	References: local-fs.target
	References: system.slice
	References: shutdown.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	IOSchedulingClass: idle
	IOPriority: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --clean
-> Unit systemd-networkd.service:
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-networkd.service
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: system.slice
	Wants: network.target
	Wants: org.freedesktop.network1.busname
	Conflicts: shutdown.target
	Before: multi-user.target
	Before: shutdown.target
	Before: systemd-resolved.service
	Before: network.target
	After: org.freedesktop.network1.busname
	After: systemd-sysctl.service
	After: system.slice
	After: systemd-journald.socket
	After: systemd-sysusers.service
	After: systemd-udevd.service
	After: network-pre.target
	References: shutdown.target
	References: network.target
	References: network-pre.target
	References: org.freedesktop.network1.busname
	References: systemd-udevd.service
	References: systemd-journald.socket
	References: multi-user.target
	References: systemd-sysusers.service
	References: systemd-sysctl.service
	References: system.slice
	ReferencedBy: systemd-resolved.service
	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: on-failure
	NotifyAccess: main
	NotifyState: unknown
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
	DynamicUser: no
	SystemCallFilter: ~iopl pivot_root switch_endian process_vm_readv sysfs sgetmask s390_pci_mmio_read ioperm finit_module prof chroot profil gtty _sysctl perf_event_open settimeofday pciconfig_iobase modify_ldt putpmsg query_module ssetmask pciconfig_write vm86 clock_settime mount mpx getpmsg ptrace keyctl ulimit delete_module break afs_syscall umount lock clock_adjtime add_key security uselib create_module request_key init_module lookup_dcookie stty pciconfig_read s390_pci_mmio_write stime rtas tuxcall spu_run get_kernel_syms s390_runtime_instr ftime umount2 vserver adjtimex ustat process_vm_writev vm86old
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
-> Unit dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap:
	Description: /dev/disk/by-id/dm-name-stretch64-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Invocation ID: a5ef70445c9d4608a03af2ce0930369f
	Following: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-stretch64-swap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Following Set Member: dev-dm\x2d1.swap
	Requires: system.slice
	Requires: -.mount
	Conflicts: umount.target
	Before: swap.target
	Before: umount.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: -.mount
	References: systemd-journald.socket
	References: swap.target
	References: umount.target
	References: system.slice
	RequiresMountsFor: /dev/disk/by-id/dm-name-stretch64-swap_1
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-id/dm-name-stretch64-swap_1
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	Options: 
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sys-subsystem-net-devices-lan0.device:
	Description: /sys/subsystem/net/devices/lan0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:01 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:01 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:01 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-net-devices-lan0.device
	Invocation ID: c2d01c54b40942829cea1166b27e9ddc
	Following Set Member: sys-devices-virtual-net-lan0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/lan0
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald.socket
	Invocation ID: 6b92d6e5cd7f4f70a0df7963ce08b21a
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	RequiredBy: systemd-journald.service
	WantedBy: systemd-journald.service
	WantedBy: sockets.target
	Before: dbus.service
	Before: systemd-udevd.service
	Before: systemd-logind.service
	Before: ssh.service
	Before: systemd-random-seed.service
	Before: systemd-user-sessions.service
	Before: lvm2-lvmetad.service
	Before: lvm2-lvmpolld.service
	Before: keyboard-setup.service
	Before: systemd-timesyncd.service
	Before: systemd-udev-trigger.service
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Before: xendomains.service
	Before: systemd-tmpfiles-setup.service
	Before: cron.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-update-utmp.service
	Before: systemd-hwdb-update.service
	Before: networking.service
	Before: systemd-modules-load.service
	Before: systemd-networkd.service
	Before: systemd-update-utmp-runlevel.service
	Before: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Before: systemd-journal-flush.service
	Before: lvm2-monitor.service
	Before: user at 1000.service
	Before: systemd-ask-password-wall.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: getty at tty1.service
	Before: console-setup.service
	Before: systemd-initctl.service
	Before: getty-static.service
	Before: dev-stretch64-swap_1.swap
	Before: systemd-binfmt.service
	Before: apt-daily.service
	Before: systemd-machine-id-commit.service
	Before: rc-local.service
	Before: dm-event.service
	Before: serial-getty at hvc0.service
	Before: systemd-remount-fs.service
	Before: kmod-static-nodes.service
	Before: systemd-fsckd.service
	Before: dev-dm\x2d1.swap
	Before: systemd-fsck-root.service
	Before: systemd-sysctl.service
	Before: postfix at -.service
	Before: xen.service
	Before: dev-mapper-stretch64\x2dswap_1.swap
	Before: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Before: postfix.service
	Before: apache2.service
	Before: systemd-ask-password-console.service
	Before: sockets.target
	Before: systemd-resolved.service
	Before: systemd-journald.service
	After: -.slice
	After: -.mount
	Triggers: systemd-journald.service
	References: -.slice
	References: -.mount
	References: sockets.target
	References: systemd-journald.service
	ReferencedBy: systemd-fsckd.service
	ReferencedBy: dev-mapper-stretch64\x2dswap_1.swap
	ReferencedBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	ReferencedBy: console-setup.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: xen.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: networking.service
	ReferencedBy: postfix.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: cron.service
	ReferencedBy: apt-daily.service
	ReferencedBy: ssh.service
	ReferencedBy: dm-event.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: sockets.target
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: lvm2-lvmpolld.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: dbus.service
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: rc-local.service
	ReferencedBy: getty-static.service
	ReferencedBy: xendomains.service
	ReferencedBy: postfix at -.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-initctl.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: dev-stretch64-swap_1.swap
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: user at 1000.service
	RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
	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
	FDName: systemd-journald.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	ListenStream: /run/systemd/journal/stdout
	ListenDatagram: /run/systemd/journal/socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit postfix.service:
	Description: Postfix Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:07 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:06 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:06 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/postfix.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: postfix.service
	Invocation ID: e82286cb727c4337af4d95378f106257
	Fragment Path: /lib/systemd/system/postfix.service
	DropIn Path: /etc/systemd/system/postfix.service.d/override.conf
	ConditionPathExists: /etc/postfix/main.cf untested
	Condition Timestamp: Sun 2017-03-12 18:36:06 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:06 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system.slice
	Wants: postfix at -.service
	WantedBy: multi-user.target
	ConsistsOf: postfix at -.service
	Conflicts: sendmail.service
	Conflicts: shutdown.target
	Conflicts: exim4.service
	Before: shutdown.target
	Before: multi-user.target
	After: basic.target
	After: system.slice
	After: network.target
	After: systemd-journald.socket
	After: systemd-resolved.service
	After: sysinit.target
	After: network-online.target
	PropagatesReloadTo: postfix at -.service
	References: exim4.service
	References: sysinit.target
	References: postfix at -.service
	References: sendmail.service
	References: system.slice
	References: network-online.target
	References: systemd-journald.socket
	References: network.target
	References: systemd-resolved.service
	References: basic.target
	References: shutdown.target
	ReferencedBy: multi-user.target
	ReferencedBy: postfix at -.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/true
	-> ExecReload:
		Command Line: /bin/true
-> Unit dev-mapper-stretch64\x2dswap_1.swap:
	Description: /dev/mapper/stretch64-swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dev-mapper-stretch64\x2dswap_1.swap
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dev-mapper-stretch64\x2dswap_1.swap
	Invocation ID: 82a63e5be4b846749730c5be324197bc
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-stretch64-swap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Following Set Member: dev-dm\x2d1.swap
	Fragment Path: /run/systemd/generator/dev-mapper-stretch64\x2dswap_1.swap
	Source Path: /etc/fstab
	Condition Timestamp: Sun 2017-03-12 18:35:57 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:57 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	BindsTo: dev-mapper-stretch64\x2dswap_1.device
	RequiredBy: swap.target
	WantedBy: dev-mapper-stretch64\x2dswap_1.device
	Conflicts: umount.target
	Before: swap.target
	Before: umount.target
	After: dev-mapper-stretch64\x2dswap_1.device
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: dev-mapper-stretch64\x2dswap_1.device
	References: systemd-journald.socket
	References: swap.target
	References: umount.target
	References: -.mount
	References: system.slice
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/mapper/stretch64-swap_1
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/mapper/stretch64-swap_1
	From /proc/swaps: yes
	From fragment: yes
	Device Node: /dev/dm-1
	Priority: -1
	Options: 
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sys-devices-virtual-tty-hvc5.device:
	Description: /sys/devices/virtual/tty/hvc5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc5.device
	Invocation ID: beff18657e3a4811b77a65f20ba6d339
	Following Set Member: dev-hvc5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc5
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap:
	Description: /dev/disk/by-id/dm-uuid-LVM-u3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	Invocation ID: 72e2f97c1a114d7ea8301ff0e3bd447e
	Following: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-mapper-stretch64\x2dswap_1.swap
	Following Set Member: dev-stretch64-swap_1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	Following Set Member: dev-dm\x2d1.swap
	Requires: system.slice
	Requires: -.mount
	Conflicts: umount.target
	Before: swap.target
	Before: umount.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: system.slice
	References: swap.target
	References: umount.target
	References: -.mount
	RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-u3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-id/dm-uuid-LVM-u3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	Options: 
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit xen.service:
	Description: LSB: Xen daemons
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:04 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:04 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/xen.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: xen.service
	Invocation ID: 042fa586e4fb4135a88a811c196f26c8
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/xen.service
	Source Path: /etc/init.d/xen
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: xendomains.service
	Before: graphical.target
	Before: shutdown.target
	Before: multi-user.target
	After: sysinit.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: system.slice
	After: basic.target
	References: remote-fs.target
	References: sysinit.target
	References: graphical.target
	References: systemd-journald.socket
	References: multi-user.target
	References: system.slice
	References: basic.target
	References: shutdown.target
	ReferencedBy: xendomains.service
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	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: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	KillMode: process
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /etc/init.d/xen start
	-> ExecStop:
		Command Line: /etc/init.d/xen stop
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-random-seed.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-random-seed.service
	Invocation ID: 8dc74d9f1d9d42d8b62604f612c2bad0
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: systemd-remount-fs.service
	After: system.slice
	After: -.mount
	References: shutdown.target
	References: systemd-remount-fs.service
	References: -.mount
	References: systemd-journald.socket
	References: system.slice
	References: sysinit.target
	ReferencedBy: sysinit.target
	RequiresMountsFor: /var/lib/systemd/random-seed
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-random-seed load
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
-> Unit multi-user.target:
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: runlevel3.target
	Name: runlevel2.target
	Name: runlevel4.target
	Name: multi-user.target
	Invocation ID: 25b1defa23ee435ebaaa65ea5975b45c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: basic.target
	Wants: rsyslog.service
	Wants: systemd-ask-password-wall.path
	Wants: systemd-user-sessions.service
	Wants: xen.service
	Wants: dbus.service
	Wants: xendomains.service
	Wants: remote-fs.target
	Wants: postfix.service
	Wants: console-setup.service
	Wants: systemd-logind.service
	Wants: networking.service
	Wants: systemd-update-utmp-runlevel.service
	Wants: ssh.service
	Wants: apache2.service
	Wants: cron.service
	Wants: getty.target
	RequiredBy: graphical.target
	Conflicts: rescue.service
	Conflicts: shutdown.target
	Conflicts: rescue.target
	Before: systemd-update-utmp-runlevel.service
	Before: graphical.target
	After: ssh.service
	After: systemd-user-sessions.service
	After: rescue.target
	After: postfix.service
	After: rsyslog.service
	After: basic.target
	After: apache2.service
	After: getty.target
	After: cron.service
	After: systemd-logind.service
	After: rescue.service
	After: xen.service
	After: xendomains.service
	After: dbus.service
	After: systemd-networkd.service
	References: systemd-update-utmp-runlevel.service
	References: getty.target
	References: rescue.target
	References: basic.target
	References: systemd-user-sessions.service
	References: dbus.service
	References: rsyslog.service
	References: rescue.service
	References: console-setup.service
	References: xen.service
	References: xendomains.service
	References: ssh.service
	References: postfix.service
	References: remote-fs.target
	References: shutdown.target
	References: cron.service
	References: networking.service
	References: systemd-logind.service
	References: apache2.service
	References: systemd-ask-password-wall.path
	ReferencedBy: graphical.target
	ReferencedBy: xen.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: xendomains.service
	ReferencedBy: systemd-networkd.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: shutdown.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	ConflictedBy: systemd-sysctl.service
	ConflictedBy: systemd-tmpfiles-setup.service
	ConflictedBy: getty-static.service
	ConflictedBy: systemd-timesyncd.service
	ConflictedBy: session-1.scope
	ConflictedBy: apache2.service
	ConflictedBy: syslog.socket
	ConflictedBy: rescue.service
	ConflictedBy: system-postfix.slice
	ConflictedBy: lvm2-lvmetad.service
	ConflictedBy: rsyslog.service
	ConflictedBy: apt-daily.timer
	ConflictedBy: apt-daily.service
	ConflictedBy: nss-lookup.target
	ConflictedBy: dbus.service
	ConflictedBy: systemd-tmpfiles-clean.timer
	ConflictedBy: rc-local.service
	ConflictedBy: systemd-networkd.service
	ConflictedBy: dbus.socket
	ConflictedBy: remote-fs.target
	ConflictedBy: user at 1000.service
	ConflictedBy: multi-user.target
	ConflictedBy: remote-fs-pre.target
	ConflictedBy: sysinit.target
	ConflictedBy: time-sync.target
	ConflictedBy: lvm2-monitor.service
	ConflictedBy: network-pre.target
	ConflictedBy: system-getty.slice
	ConflictedBy: systemd-hwdb-update.service
	ConflictedBy: postfix at -.service
	ConflictedBy: user-1000.slice
	ConflictedBy: systemd-update-utmp.service
	ConflictedBy: cron.service
	ConflictedBy: rescue.target
	ConflictedBy: systemd-user-sessions.service
	ConflictedBy: xen.service
	ConflictedBy: postfix.service
	ConflictedBy: systemd-modules-load.service
	ConflictedBy: systemd-ask-password-console.path
	ConflictedBy: user.slice
	ConflictedBy: timers.target
	ConflictedBy: systemd-update-utmp-runlevel.service
	ConflictedBy: emergency.service
	ConflictedBy: systemd-ask-password-console.service
	ConflictedBy: systemd-tmpfiles-setup-dev.service
	ConflictedBy: local-fs.target
	ConflictedBy: sockets.target
	ConflictedBy: local-fs-pre.target
	ConflictedBy: network.target
	ConflictedBy: systemd-ask-password-wall.service
	ConflictedBy: networking.service
	ConflictedBy: xendomains.service
	ConflictedBy: lvm2-lvmpolld.service
	ConflictedBy: paths.target
	ConflictedBy: serial-getty at hvc0.service
	ConflictedBy: nss-user-lookup.target
	ConflictedBy: getty.target
	ConflictedBy: ssh.service
	ConflictedBy: systemd-binfmt.service
	ConflictedBy: graphical.target
	ConflictedBy: sound.target
	ConflictedBy: systemd-logind.service
	ConflictedBy: systemd-tmpfiles-clean.service
	ConflictedBy: systemd-machine-id-commit.service
	ConflictedBy: system-serial\x2dgetty.slice
	ConflictedBy: getty at tty1.service
	ConflictedBy: slices.target
	ConflictedBy: systemd-remount-fs.service
	ConflictedBy: network-online.target
	ConflictedBy: basic.target
	ConflictedBy: cryptsetup.target
	ConflictedBy: swap.target
	ConflictedBy: systemd-ask-password-wall.path
	ConflictedBy: emergency.target
	ConflictedBy: systemd-resolved.service
	ConflictedBy: systemd-random-seed.service
	After: emergency.service
	After: systemd-fsckd.service
	After: rescue.service
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-resolved.service
	After: rsyslog.service
	After: systemd-ask-password-wall.path
	After: rc-local.service
	After: systemd-tmpfiles-clean.service
	After: xen.service
	After: system-postfix.slice
	After: system-getty.slice
	After: dbus.socket
	After: systemd-modules-load.service
	After: systemd-random-seed.service
	After: systemd-remount-fs.service
	After: apt-daily.timer
	After: systemd-networkd.service
	After: system-serial\x2dgetty.slice
	After: systemd-binfmt.service
	After: user at 1000.service
	After: systemd-tmpfiles-clean.timer
	After: user-1000.slice
	After: systemd-ask-password-console.service
	After: systemd-hwdb-update.service
	After: apache2.service
	After: systemd-timesyncd.service
	After: systemd-update-utmp.service
	After: systemd-logind.service
	After: session-1.scope
	After: serial-getty at hvc0.service
	After: cron.service
	After: systemd-tmpfiles-setup.service
	After: postfix at -.service
	After: apt-daily.service
	After: systemd-fsck-root.service
	After: systemd-ask-password-wall.service
	After: systemd-ask-password-console.path
	After: systemd-machine-id-commit.service
	After: xendomains.service
	After: ssh.service
	After: getty-static.service
	After: dbus.service
	After: systemd-user-sessions.service
	After: networking.service
	After: syslog.socket
	After: user.slice
	After: postfix.service
	After: systemd-sysctl.service
	After: systemd-update-utmp-runlevel.service
	After: getty at tty1.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: ssh.service
	ReferencedBy: emergency.target
	ReferencedBy: network-pre.target
	ReferencedBy: cryptsetup.target
	ReferencedBy: system-postfix.slice
	ReferencedBy: local-fs-pre.target
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: rsyslog.service
	ReferencedBy: system-serial\x2dgetty.slice
	ReferencedBy: user at 1000.service
	ReferencedBy: network-online.target
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: cron.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: rc-local.service
	ReferencedBy: session-1.scope
	ReferencedBy: nss-lookup.target
	ReferencedBy: user-1000.slice
	ReferencedBy: system-getty.slice
	ReferencedBy: remote-fs.target
	ReferencedBy: systemd-fsckd.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: network.target
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: networking.service
	ReferencedBy: paths.target
	ReferencedBy: xendomains.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: dbus.socket
	ReferencedBy: rescue.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: graphical.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: getty-static.service
	ReferencedBy: sockets.target
	ReferencedBy: postfix.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: rescue.target
	ReferencedBy: emergency.service
	ReferencedBy: dbus.service
	ReferencedBy: timers.target
	ReferencedBy: basic.target
	ReferencedBy: apt-daily.timer
	ReferencedBy: sound.target
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: lvm2-lvmpolld.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: multi-user.target
	ReferencedBy: remote-fs-pre.target
	ReferencedBy: getty.target
	ReferencedBy: apt-daily.service
	ReferencedBy: nss-user-lookup.target
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: slices.target
	ReferencedBy: time-sync.target
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: syslog.socket
	ReferencedBy: user.slice
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: xen.service
	ReferencedBy: postfix at -.service
	ReferencedBy: swap.target
	ReferencedBy: systemd-machine-id-commit.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: paths.target
	Invocation ID: 57c871522c784802badac548a4629d65
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-ask-password-wall.path
	After: systemd-ask-password-console.path
	References: shutdown.target
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: network-pre.target
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-pre.target
	Conflicts: shutdown.target
	Before: networking.service
	Before: network.target
	Before: systemd-networkd.service
	References: shutdown.target
	ReferencedBy: networking.service
	ReferencedBy: network.target
	ReferencedBy: systemd-networkd.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: kbd.service
	Before: console-setup.service
	ReferencedBy: console-setup.service
-> Unit sys-devices-virtual-tty-hvc1.device:
	Description: /sys/devices/virtual/tty/hvc1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc1.device
	Invocation ID: 8cf8a6053c534628bf4fbd19a060be2c
	Following Set Member: dev-hvc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc1
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
	Description: QEMU_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Invocation ID: dcdc0cfeadbb476d9cf34712bc45bc83
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d05.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZITdps\x2dYTpZ\x2dibtd\x2dsXY2\x2dWttb\x2dekqc\x2dAR7TxU.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-sda5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device:
	Description: QEMU_DVD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
	Invocation ID: f3d3b3f2f331439a923914b8633f3b41
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-dm\x2d1.device:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d1.device
	Invocation ID: 87323dfc3187427cadfec8c67dad9acc
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device
	Following Set Member: dev-stretch64-swap_1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-stretch64\x2dswap_1.device
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit lvm2-monitor.service:
	Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/lvm2-monitor.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: lvm2-monitor.service
	Invocation ID: aef064afb8af41e19e4cd3110e88bb3a
	Documentation: man:dmeventd(8)
	Documentation: man:lvcreate(8)
	Documentation: man:lvchange(8)
	Documentation: man:vgchange(8)
	Fragment Path: /lib/systemd/system/lvm2-monitor.service
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: dm-event.socket
	Requires: lvm2-lvmetad.socket
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: local-fs-pre.target
	After: system.slice
	After: lvm2-lvmetad.socket
	After: systemd-journald.socket
	After: lvm2-activation.service
	After: dm-event.service
	After: lvm2-lvmetad.service
	After: dm-event.socket
	References: system.slice
	References: lvm2-lvmetad.socket
	References: local-fs-pre.target
	References: shutdown.target
	References: systemd-journald.socket
	References: lvm2-activation.service
	References: dm-event.service
	References: lvm2-lvmetad.service
	References: dm-event.socket
	ReferencedBy: sysinit.target
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
	-> ExecStop:
		Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
-> Unit display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: display-manager.service
	WantedBy: graphical.target
	Before: graphical.target
	ReferencedBy: graphical.target
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:58 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:58 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:58 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sound.target
	Invocation ID: e0492a6adfcd431da3eef187fb144e20
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Sun 2017-03-12 18:35:58 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:58 EDT
	Assert Result: yes
	WantedBy: sys-devices-pci0000:00-0000:00:04.0-sound-card0.device
	Conflicts: shutdown.target
	References: shutdown.target
	ReferencedBy: sys-devices-pci0000:00-0000:00:04.0-sound-card0.device
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-virtual-tty-hvc2.device:
	Description: /sys/devices/virtual/tty/hvc2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-tty-hvc2.device
	Invocation ID: 9aea6f9a6927418c9b261f7f53277741
	Following Set Member: dev-hvc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc2
-> Unit dev-stretch64-swap_1.device:
	Description: /dev/stretch64/swap_1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-stretch64-swap_1.device
	Invocation ID: 636746c3e4024eea842588023f6b2d51
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-mapper-stretch64\x2dswap_1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: plymouth-quit-wait.service
	Before: serial-getty at hvc0.service
	Before: getty at tty1.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	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
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-vconsole-setup.service
	After: systemd-ask-password-console.path
	After: plymouth-start.service
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: systemd-ask-password-console.path
	References: systemd-vconsole-setup.service
	References: shutdown.target
	References: plymouth-start.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: systemd-ask-password-console.path
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> 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: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-console.path
	Invocation ID: 46ae337ee79a455aa3a5c5015e7afa99
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: paths.target
	Before: systemd-ask-password-console.service
	Before: cryptsetup.target
	Before: shutdown.target
	After: plymouth-start.service
	After: -.mount
	Triggers: systemd-ask-password-console.service
	References: shutdown.target
	References: plymouth-start.service
	References: cryptsetup.target
	References: -.mount
	References: systemd-ask-password-console.service
	References: paths.target
	ReferencedBy: sysinit.target
	RequiresMountsFor: /run/systemd/ask-password
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-udevd.service:
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd.service
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: systemd-udevd.service
	Invocation ID: 085041de995941548ea6f194a34d224e
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	Wants: systemd-udevd-control.socket
	Wants: systemd-udevd-kernel.socket
	WantedBy: sysinit.target
	WantedBy: systemd-udev-trigger.service
	Before: sysinit.target
	Before: systemd-networkd.service
	After: systemd-udevd-kernel.socket
	After: systemd-udevd-control.socket
	After: systemd-sysusers.service
	After: system.slice
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-journald.socket
	TriggeredBy: systemd-udevd-control.socket
	TriggeredBy: systemd-udevd-kernel.socket
	References: sysinit.target
	References: systemd-udevd-kernel.socket
	References: systemd-udevd-control.socket
	References: systemd-sysusers.service
	References: system.slice
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-networkd.service
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-udev-trigger.service
	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: unknown
	Main PID: 225
	Main PID Known: yes
	Main PID Alien: no
	KillMode: mixed
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RuntimeDirectoryMode: 0755
	OOMScoreAdjust: -1000
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
	Status Text: Processing with 12 children at max
-> Unit graphical.target:
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: runlevel5.target
	Name: graphical.target
	Invocation ID: 8521c56dc3dc4e258d14f00b24e27e3c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	Requires: multi-user.target
	Wants: systemd-update-utmp-runlevel.service
	Wants: xendomains.service
	Wants: display-manager.service
	Wants: xen.service
	Conflicts: rescue.service
	Conflicts: shutdown.target
	Conflicts: rescue.target
	Before: systemd-update-utmp-runlevel.service
	After: rescue.target
	After: rescue.service
	After: xen.service
	After: display-manager.service
	After: multi-user.target
	After: xendomains.service
	References: xendomains.service
	References: systemd-update-utmp-runlevel.service
	References: rescue.target
	References: rescue.service
	References: display-manager.service
	References: xen.service
	References: multi-user.target
	References: shutdown.target
	ReferencedBy: xendomains.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: xen.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: slices.target
	Invocation ID: c6f7d89759c14454998b4ede2d090c70
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Wants: -.slice
	Wants: system.slice
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: user.slice
	After: system.slice
	After: -.slice
	References: shutdown.target
	References: -.slice
	References: system.slice
	ReferencedBy: basic.target
	ReferencedBy: system.slice
	ReferencedBy: user.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:59 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: basic.target
	Invocation ID: 3ede292630a24920b3a0aa0e43d0bbac
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Wants: paths.target
	Wants: timers.target
	Wants: tmp.mount
	Wants: slices.target
	Wants: sockets.target
	RequiredBy: multi-user.target
	Conflicts: shutdown.target
	Before: systemd-user-sessions.service
	Before: postfix at -.service
	Before: apache2.service
	Before: cron.service
	Before: systemd-resolved.service
	Before: apt-daily.service
	Before: ssh.service
	Before: rsyslog.service
	Before: serial-getty at hvc0.service
	Before: dbus.service
	Before: xen.service
	Before: getty at tty1.service
	Before: getty-static.service
	Before: multi-user.target
	Before: systemd-ask-password-wall.service
	Before: xendomains.service
	Before: rc-local.service
	Before: postfix.service
	Before: user at 1000.service
	Before: systemd-logind.service
	After: paths.target
	After: tmp.mount
	After: -.mount
	After: sysinit.target
	After: slices.target
	After: sockets.target
	References: shutdown.target
	References: paths.target
	References: timers.target
	References: tmp.mount
	References: -.mount
	References: sysinit.target
	References: slices.target
	References: sockets.target
	ReferencedBy: apache2.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: postfix at -.service
	ReferencedBy: cron.service
	ReferencedBy: xendomains.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-logind.service
	ReferencedBy: dbus.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: postfix.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: apt-daily.service
	ReferencedBy: rc-local.service
	ReferencedBy: user at 1000.service
	ReferencedBy: ssh.service
	ReferencedBy: getty-static.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: rsyslog.service
	ReferencedBy: xen.service
	RequiresMountsFor: /var /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit user-1000.slice:
	Description: User Slice of sauron
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:17 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:17 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Perpetual: no
	Slice: user.slice
	CGroup: /user.slice/user-1000.slice
	CGroup realized: yes
	CGroup mask: 0x40
	CGroup members mask: 0x40
	Name: user-1000.slice
	Invocation ID: a53017a790aa487d8f33a41565521ad1
	Fragment Path: /run/systemd/transient/user-1000.slice
	Condition Timestamp: Sun 2017-03-12 18:36:17 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:17 EDT
	Assert Result: yes
	Requires: user.slice
	RequiredBy: user at 1000.service
	RequiredBy: session-1.scope
	Conflicts: shutdown.target
	Before: user at 1000.service
	Before: session-1.scope
	Before: shutdown.target
	After: systemd-logind.service
	After: user.slice
	After: systemd-user-sessions.service
	References: systemd-user-sessions.service
	References: systemd-logind.service
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 1000.service
	ReferencedBy: session-1.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=10813
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-platform-serial8250-tty-ttyS2.device
	Invocation ID: 04e992f923c24dadb684ca6d70e77d70
	Following Set Member: dev-ttyS2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	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/ untested
	ConditionPathExists: |/etc/udev/hwdb.bin untested
	ConditionPathExists: |!/lib/udev/hwdb.bin untested
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: no
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: systemd-update-done.service
	Before: systemd-udev-trigger.service
	Before: shutdown.target
	After: systemd-journald.socket
	After: systemd-remount-fs.service
	After: system.slice
	References: sysinit.target
	References: shutdown.target
	References: systemd-remount-fs.service
	References: system.slice
	References: systemd-update-done.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-udev-trigger.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStart:
		Command Line: /bin/systemd-hwdb update
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:08 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:08 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: network.target
	Invocation ID: 10bf6a19dc6044e08fe6e32db843fe9d
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Sun 2017-03-12 18:36:08 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:36:08 EDT
	Assert Result: yes
	WantedBy: networking.service
	WantedBy: systemd-networkd.service
	Conflicts: shutdown.target
	Before: network-online.target
	Before: systemd-user-sessions.service
	Before: systemd-resolved.service
	Before: ssh.service
	Before: postfix.service
	Before: apache2.service
	Before: rc-local.service
	After: networking.service
	After: network-pre.target
	After: systemd-networkd.service
	References: network-pre.target
	References: shutdown.target
	ReferencedBy: network-online.target
	ReferencedBy: systemd-networkd.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: ssh.service
	ReferencedBy: postfix.service
	ReferencedBy: apache2.service
	ReferencedBy: networking.service
	ReferencedBy: rc-local.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit postfix at -.service:
	Description: Postfix Mail Transport Agent (instance -)
	Instance: -
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:04 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:59 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:04 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system-postfix.slice
	CGroup: /system.slice/system-postfix.slice/postfix at -.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: postfix at -.service
	Invocation ID: feb2a5d77c7e4a9bb873d821f521ce06
	Documentation: man:postfix(1)
	Fragment Path: /lib/systemd/system/postfix at .service
	Condition Timestamp: Sun 2017-03-12 18:35:59 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:59 EDT
	Assert Result: yes
	Requires: sysinit.target
	Requires: system-postfix.slice
	PartOf: postfix.service
	WantedBy: postfix.service
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: sysinit.target
	After: system-postfix.slice
	After: basic.target
	ReloadPropagatedFrom: postfix.service
	References: systemd-journald.socket
	References: sysinit.target
	References: postfix.service
	References: shutdown.target
	References: system-postfix.slice
	References: basic.target
	ReferencedBy: postfix.service
	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
	KillMode: control-group
	KillSignal: SIGTERM
	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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	-> ExecStartPre:
		Command Line: /usr/lib/postfix/configure-instance.sh -
	-> ExecStart:
		Command Line: /usr/sbin/postmulti -i - -p start
	-> ExecReload:
		Command Line: /usr/sbin/postmulti -i - -p reload
	-> ExecStop:
		Command Line: /usr/sbin/postmulti -i - -p stop
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device:
	Description: QEMU_DVD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Invocation ID: 86c6f349f8d6458ea2f24a40c66876b5
	Following Set Member: dev-dvd.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: network-online.target
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-online.target
	Wants: networking.service
	Conflicts: shutdown.target
	Before: rc-local.service
	Before: postfix.service
	After: networking.service
	After: network.target
	References: networking.service
	References: network.target
	References: shutdown.target
	ReferencedBy: rc-local.service
	ReferencedBy: networking.service
	ReferencedBy: postfix.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit plymouth-start.service:
	Description: plymouth-start.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: plymouth-start.service
	Before: systemd-ask-password-console.service
	Before: rescue.service
	Before: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: rescue.service
	ReferencedBy: systemd-ask-password-console.path
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: swap.target
	Invocation ID: e558139814a44ee7801ac3c68639635a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Sun 2017-03-12 18:35:57 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:57 EDT
	Assert Result: yes
	Requires: dev-mapper-stretch64\x2dswap_1.swap
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	After: dev-mapper-stretch64\x2dswap_1.swap
	After: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	After: dev-dm\x2d1.swap
	After: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	After: dev-stretch64-swap_1.swap
	References: dev-mapper-stretch64\x2dswap_1.swap
	References: shutdown.target
	ReferencedBy: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.swap
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: sysinit.target
	ReferencedBy: dev-stretch64-swap_1.swap
	ReferencedBy: dev-mapper-stretch64\x2dswap_1.swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart5.device:
	Description: QEMU_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart5.device
	Invocation ID: 540309a2cc9c4b4895817e1d2c5d98ed
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d05.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZITdps\x2dYTpZ\x2dibtd\x2dsXY2\x2dWttb\x2dekqc\x2dAR7TxU.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-mapper-stretch64\x2droot.device:
	Description: /dev/mapper/stretch64-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-stretch64\x2droot.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device
	Following Set Member: dev-stretch64-root.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device
	Following Set Member: dev-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-hvc3.device:
	Description: /dev/hvc3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc3.device
	Invocation ID: 585b178e332c416e90e44c979b74385b
	Following: sys-devices-virtual-tty-hvc3.device
	Following Set Member: sys-devices-virtual-tty-hvc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc3
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hugepages.mount
	Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-hugepages.mount
	ConditionVirtualization: !private-users untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/kernel/mm/hugepages untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: no
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: system.slice
	After: -.mount
	References: sysinit.target
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Where: /dev/hugepages
	What: hugetlbfs
	File System Type: hugetlbfs
	Options: n/a
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: 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
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-disk-by\x2dpartuuid-88dbcebd\x2d05.device:
	Description: QEMU_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpartuuid-88dbcebd\x2d05.device
	Invocation ID: fb60b865eb9447a7937e7adfc10b4be8
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZITdps\x2dYTpZ\x2dibtd\x2dsXY2\x2dWttb\x2dekqc\x2dAR7TxU.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2duuid-8fc00e4e\x2dcb39\x2d4abd\x2db746\x2d1513d3244c3a.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-8fc00e4e\x2dcb39\x2d4abd\x2db746\x2d1513d3244c3a.device
	Invocation ID: f908939f8b9440119fe77116fac9245b
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit org.freedesktop.resolve1.busname:
	Description: org.freedesktop.resolve1.busname
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.resolve1.busname
	WantedBy: systemd-resolved.service
	Before: systemd-resolved.service
	ReferencedBy: systemd-resolved.service
-> Unit dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device:
	Description: /dev/disk/by-id/dm-name-stretch64-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2droot.device
	Invocation ID: 34d5c5d8527e4ae8998fe54d384d684b
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG564e9tRmVicVsacrUSzo0Gdi1VzzjVWYd.device
	Following Set Member: dev-stretch64-root.device
	Following Set Member: dev-mapper-stretch64\x2droot.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-38d994c0\x2df968\x2d44fc\x2d8b7f\x2d93fdbff1de84.device
	Following Set Member: dev-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit iscsi.service:
	Description: iscsi.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: iscsi.service
	Before: xendomains.service
	ReferencedBy: xendomains.service
-> Unit sys-kernel-debug.mount:
	Description: Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/sys-kernel-debug.mount
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x0
	Name: sys-kernel-debug.mount
	Invocation ID: b519cbc7bccc45be989205dbbd81a795
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
	Source Path: /proc/self/mountinfo
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/debug untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: system.slice
	After: -.mount
	References: sysinit.target
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit tmp.mount:
	Description: tmp.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: tmp.mount
	WantedBy: basic.target
	Before: basic.target
	ReferencedBy: basic.target
-> Unit lvm2-lvmetad.socket:
	Description: LVM2 metadata daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-lvmetad.socket
	Invocation ID: 551f9155d78842129a21eee1e03510bf
	Documentation: man:lvmetad(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	Requires: -.mount
	RequiredBy: lvm2-lvmetad.service
	RequiredBy: lvm2-monitor.service
	WantedBy: sysinit.target
	Before: lvm2-lvmetad.service
	Before: lvm2-monitor.service
	After: -.slice
	After: -.mount
	Triggers: lvm2-lvmetad.service
	References: lvm2-lvmetad.service
	References: -.slice
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: lvm2-monitor.service
	RequiresMountsFor: /run/lvm/lvmetad.socket
	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: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FDName: lvm2-lvmetad.socket
	SELinuxContextFromNet: no
	ListenStream: /run/lvm/lvmetad.socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device:
	Description: QEMU_DVD-ROM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
	Invocation ID: 41550e3edc5d43ee9c9c7893f5735be9
	Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrom.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device:
	Description: QEMU_HARDDISK 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
	Invocation ID: 66925f90a7bd4334852a662de9b03422
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d05.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dZITdps\x2dYTpZ\x2dibtd\x2dsXY2\x2dWttb\x2dekqc\x2dAR7TxU.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-udevd-kernel.socket
	Invocation ID: 19ee30d1886c44b8936bccb2f0bf1e8d
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.slice
	WantedBy: systemd-udevd.service
	WantedBy: sockets.target
	Before: systemd-udevd.service
	Before: systemd-udev-trigger.service
	Before: sockets.target
	After: -.slice
	Triggers: systemd-udevd.service
	References: systemd-udevd.service
	References: sockets.target
	References: -.slice
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: sockets.target
	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
	FDName: systemd-udevd-kernel.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 134217728
	ListenNetlink: kobject-uevent 1
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sys-devices-pci0000:00-0000:00:04.0-sound-card0.device:
	Description: 82801AA AC'97 Audio Controller (QEMU Virtual Machine)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:58 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:58 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:58 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:04.0-sound-card0.device
	Invocation ID: eae9c730a3934f9d95ba6a812b6cb33d
	Job Timeout: 1min 30s
	Wants: sound.target
	References: sound.target
	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/sound/card0
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-fsckd.socket
	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
	Requires: -.slice
	Requires: -.mount
	RequiredBy: systemd-fsckd.service
	WantedBy: systemd-fsck-root.service
	Before: systemd-fsck-root.service
	Before: systemd-fsckd.service
	After: -.slice
	After: -.mount
	Triggers: systemd-fsckd.service
	References: -.mount
	References: systemd-fsckd.service
	References: -.slice
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-fsckd.service
	RequiresMountsFor: /run/systemd/fsck.progress
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: dead
	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
	FDName: systemd-fsckd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/systemd/fsck.progress
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> 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: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-fs-fuse-connections.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/fs/fuse/connections untested
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: no
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: -.mount
	After: system.slice
	After: systemd-modules-load.service
	References: -.mount
	References: sysinit.target
	References: system.slice
	References: systemd-modules-load.service
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/fs/fuse
	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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RuntimeDirectoryMode: 0755
	LimitNOFILE: 4096
	LimitNOFILESoft: 1024
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: emergency.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/emergency.target
	Requires: emergency.service
	Conflicts: shutdown.target
	ConflictedBy: sysinit.target
	Before: sysinit.target
	After: emergency.service
	References: emergency.service
	References: shutdown.target
	ReferencedBy: sysinit.target
	ReferencedBy: local-fs.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device:
	Description: /dev/disk/by-uuid/26ff5778-f1e5-4032-a3fd-864bece16b3a
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-26ff5778\x2df1e5\x2d4032\x2da3fd\x2d864bece16b3a.device
	Invocation ID: 9c6f13c93b3646bdbb01f2a36c9877c3
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dstretch64\x2dswap_1.device
	Following Set Member: dev-stretch64-swap_1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2du3zey05dnLypdPcgR4tRCj7yxwp9RKG58BLKTSRmpOGk4Rc9t3oDxZK0hTX5G4Vl.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-stretch64\x2dswap_1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-hvc4.device:
	Description: /dev/hvc4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-hvc4.device
	Invocation ID: c0a3de75db224f3e90647f6472360fe5
	Following: sys-devices-virtual-tty-hvc4.device
	Following Set Member: sys-devices-virtual-tty-hvc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc4
-> Unit dev-fd0.device:
	Description: /dev/fd0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:56 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:56 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-fd0.device
	Invocation ID: 7988bf89f01f4cfca47159b40c1f314d
	Following: sys-devices-platform-floppy.0-block-fd0.device
	Following Set Member: sys-devices-platform-floppy.0-block-fd0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/floppy.0/block/fd0
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device:
	Description: QEMU_HARDDISK 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:57 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:57 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
	Invocation ID: 58155b289b7147269a2a65968334fa2c
	Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-88dbcebd\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8fc00e4e\x2dcb39\x2d4abd\x2db746\x2d1513d3244c3a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit systemd-sysusers.service:
	Description: systemd-sysusers.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-sysusers.service
	Before: systemd-networkd.service
	Before: systemd-timesyncd.service
	Before: systemd-udevd.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Sun 2017-03-12 18:36:00 EDT
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: remote-fs-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Conflicts: shutdown.target
	Before: remote-fs.target
	References: shutdown.target
	ReferencedBy: remote-fs.target
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-wall.path
	Invocation ID: a7896cc978dc4f22b1a9e195bf485204
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: -.mount
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: paths.target
	Before: cryptsetup.target
	Before: shutdown.target
	Before: systemd-ask-password-wall.service
	After: -.mount
	Triggers: systemd-ask-password-wall.service
	References: cryptsetup.target
	References: -.mount
	References: paths.target
	References: shutdown.target
	References: systemd-ask-password-wall.service
	ReferencedBy: multi-user.target
	RequiresMountsFor: /run/systemd/ask-password
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-wall.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:35:55 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:35:55 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: system.slice
	CGroup: /system.slice/system-getty.slice
	CGroup realized: yes
	CGroup mask: 0x60
	CGroup members mask: 0x40
	Name: system-getty.slice
	Invocation ID: d05de8f26a9a435cb33e7707d8320224
	Condition Timestamp: Sun 2017-03-12 18:35:55 EDT
	Condition Result: yes
	Assert Timestamp: Sun 2017-03-12 18:35:55 EDT
	Assert Result: yes
	Requires: system.slice
	RequiredBy: getty at tty1.service
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: getty at tty1.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=yes
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-virtual-net-lan0.device:
	Description: /sys/devices/virtual/net/lan0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Sun 2017-03-12 18:36:01 EDT
	Inactive Exit Timestamp: Sun 2017-03-12 18:36:01 EDT
	Active Enter Timestamp: Sun 2017-03-12 18:36:01 EDT
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-net-lan0.device
	Invocation ID: 11925e80eef448139777b7b15e2191f3
	Following Set Member: sys-subsystem-net-devices-lan0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/lan0
-------------- next part --------------
==> /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/multi-user.target.wants/cron.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/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/apache2.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/postfix.service <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.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/timers.target.wants/apt-daily.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/network-online.target.wants/networking.service <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/postfix.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/postfix.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/stretch64-root /               xfs     defaults        0       0
# /boot was on /dev/sda1 during installation
UUID=8fc00e4e-cb39-4abd-b746-1513d3244c3a /boot           xfs     defaults        0       0
/dev/mapper/stretch64-swap_1 none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0


More information about the Pkg-systemd-maintainers mailing list