Bug#805477: systemd: Leak of scope units slowing down "systemctl list-unit-files" and delaying logins

Julian Brost vu20wyli at cip.cs.fau.de
Wed Nov 18 15:01:06 GMT 2015


Package: systemd
Version: 227-3
Severity: important

Dear Maintainer,

there seems to be a race condition in systemd or logind, which results in the
leak of scope unit files in /run/systemd/system. This causes PID 1 to use 100%
CPU and delays logins.

Starting with a fresh installation of Debian jessie 8.2 (see the last paragraph
for notes on sid), prepare the system as follows (install libpam-systemd and
add a test user with a ssh key):

    apt install libpam-systemd
    adduser test
    ssh-keygen -t ed25519
    install -d -o test -g test ~test/.ssh
    install -o test -g test .ssh/id_ed25519.pub ~test/.ssh/authorized_keys
    ssh test at localhost    # accept the ssh host key
    reboot    # just to start with a clean state

First look at the output for this command:

    ls -ld /run/systemd/system/session-*.scope*

You should see exactly one file "session-$i.scope" and one directory
"session-$i.scope.d" for your current login session.

Now let the following command run for a while (you may have to vary the sleep
interval depending on how fast the host is, 5 minutes should be enough to get
at least a few leaked units):

    while sleep 0.03; do ssh test at localhost sleep 1 & done

Then cancel that command and wait for the remaining ssh processes to terminate
and look again at the output of

    ls -ld /run/systemd/system/session-*.scope*

There you will see some remaining scopes that were leaked. Running the command

    systemctl list-unit-files

will now take significantly longer when enough of these leaked files have
accumulated. When you strace PID 1, you will notice that it opens many files in
/run/systemd/system. On one of our production systems with 35 days uptime,
there are roughly 4000 of those leaked scope units and list-unit-files takes
about 23 seconds. During that time, further ssh logins are delayed until the
command terminates. When I used ; instead of & in the loop doing the ssh
logins, I was unable to reproduce the issue, so it looks like it is some kind
of race condition.

I was also able to fully reproduce this on sid with systemd 227-3. With about
700 leaked scope units, list-unit-files took about 1.2 seconds instead of the
normal 0.1 seconds. But it looks like I ran into another issue where the
command "loginctl" just times out and then prints "Failed to list sessions:
Failed to activate service 'org.freedesktop.login1': timed out" and writes
"systemd-logind[23118]: Failed to abandon session scope: Transport endpoint is
not connected" to syslog (I will open a separate bug for this). In case this
happens, you have to run "systemctl restart systemd-logind.service".


-- Package-specific info:

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-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.113+nmu3
ii  libacl1         2.2.52-2
ii  libapparmor1    2.10-2+b1
ii  libaudit1       1:2.4.4-4
ii  libblkid1       2.27.1-1
ii  libc6           2.19-22
ii  libcap2         1:2.24-12
ii  libcap2-bin     1:2.24-12
ii  libcryptsetup4  2:1.6.6-5
ii  libgcrypt20     1.6.4-3
ii  libkmod2        21-1
ii  liblzma5        5.1.1alpha+20120614-2.1
ii  libmount1       2.27.1-1
ii  libpam0g        1.1.8-3.1
ii  libseccomp2     2.2.3-2
ii  libselinux1     2.3-2+b1
ii  libsystemd0     227-3
ii  mount           2.27.1-1
ii  sysv-rc         2.88dsf-59.2
ii  util-linux      2.27.1-1

Versions of packages systemd recommends:
ii  dbus            1.10.4-1
ii  libpam-systemd  227-3

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

Versions of packages systemd is related to:
ii  udev  227-3

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

2 overridden configuration files found.
-------------- next part --------------
-> Unit dev-disk-by\x2duuid-d75779ce\x2d0482\x2d4e93\x2da95d\x2d7bb8a73a2998.device:
	Description: /dev/disk/by-uuid/d75779ce-0482-4e93-a95d-7bb8a73a2998
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-d75779ce\x2d0482\x2d4e93\x2da95d\x2d7bb8a73a2998.device
	Following: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device
	Following Set Member: dev-disk-by\x2dlabel-DOROOT.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device
	Following Set Member: dev-vda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda/vda1
-> Unit halt.target:
	Description: Halt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: halt.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/halt.target
	Requires: systemd-halt.service
	After: systemd-halt.service
	After: unattended-upgrades.service
	References: systemd-halt.service
	ReferencedBy: unattended-upgrades.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit do-resize.service:
	Description: DO Droplet Resize
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: do-resize.service
	Fragment Path: /etc/systemd/system/do-resize.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: system.slice
	After: systemd-journald.socket
	After: basic.target
	References: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: basic.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/bin/growpart /dev/vda 1
			PID: 621
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Code: exited
			Exit Status: 1
		Command Line: /sbin/resize2fs /dev/vda1
			PID: 654
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Code: exited
			Exit Status: 0
-> Unit systemd-fsckd.service:
	Description: File System Check Daemon to report status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: system.slice
	Requires: systemd-fsckd.socket
	Before: shutdown.target
	After: system.slice
	After: systemd-fsckd.socket
	After: systemd-journald.socket
	TriggeredBy: systemd-fsckd.socket
	References: system.slice
	References: shutdown.target
	References: systemd-fsckd.socket
	References: systemd-journald.socket
	ReferencedBy: systemd-fsckd.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsckd
-> 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
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: proc-sys-fs-binfmt_misc.automount
	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/ succeeded
	ConditionPathExists: /proc/sys/fs/binfmt_misc/ succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-binfmt.service
	Before: proc-sys-fs-binfmt_misc.mount
	After: -.mount
	Triggers: proc-sys-fs-binfmt_misc.mount
	References: sysinit.target
	References: -.mount
	References: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-binfmt.service
	RequiresMountsFor: /proc/sys/fs
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Automount State: waiting
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
-> Unit rsyslog.service:
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/rsyslog.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: rsyslog.service
	Name: syslog.service
	Documentation: man:rsyslogd(8)
	Documentation: http://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: syslog.socket
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: system.slice
	After: syslog.socket
	After: basic.target
	TriggeredBy: syslog.socket
	References: system.slice
	References: syslog.socket
	References: shutdown.target
	References: basic.target
	ReferencedBy: syslog.socket
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: 620
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n
			PID: 620
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
-> 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
	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
	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 failed
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: no
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: system.slice
	After: local-fs.target
	After: systemd-journald.socket
	References: sysinit.target
	References: system.slice
	References: systemd-journald.socket
	References: local-fs.target
	References: shutdown.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-machine-id-setup --commit
-> Unit systemd-hostnamed.service:
	Description: Hostname Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-hostnamed.service
	Documentation: man:systemd-hostnamed.service(8)
	Documentation: man:hostname(5)
	Documentation: man:machine-info(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
	Fragment Path: /lib/systemd/system/systemd-hostnamed.service
	Requires: system.slice
	Requires: -.mount
	Requires: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: org.freedesktop.hostname1.busname
	After: basic.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	TriggeredBy: org.freedesktop.hostname1.busname
	References: system.slice
	References: -.mount
	References: shutdown.target
	References: basic.target
	References: org.freedesktop.hostname1.busname
	References: systemd-journald.socket
	ReferencedBy: org.freedesktop.hostname1.busname
	RequiresMountsFor: /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	BusName: org.freedesktop.hostname1
	Bus Name Good: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateNetwork: yes
	PrivateDevices: yes
	ProtectHome: yes
	ProtectSystem: yes
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_sys_admin
	-> ExecStart:
		Command Line: /lib/systemd/systemd-hostnamed
-> 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
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: 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
	Following Set Member: dev-ttyS2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit systemd-ask-password-console.service:
	Description: Dispatch Password Requests to Console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: systemd-journald.socket
	After: system.slice
	After: plymouth-start.service
	TriggeredBy: systemd-ask-password-console.path
	References: systemd-vconsole-setup.service
	References: systemd-journald.socket
	References: system.slice
	References: plymouth-start.service
	References: shutdown.target
	ReferencedBy: systemd-ask-password-console.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit systemd-timedated.service:
	Description: Time & Date Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-timedated.service
	Documentation: man:systemd-timedated.service(8)
	Documentation: man:localtime(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
	Fragment Path: /lib/systemd/system/systemd-timedated.service
	Requires: system.slice
	Requires: -.mount
	Requires: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: -.mount
	After: basic.target
	After: org.freedesktop.timedate1.busname
	After: system.slice
	After: systemd-journald.socket
	TriggeredBy: org.freedesktop.timedate1.busname
	References: systemd-journald.socket
	References: shutdown.target
	References: system.slice
	References: org.freedesktop.timedate1.busname
	References: -.mount
	References: basic.target
	ReferencedBy: org.freedesktop.timedate1.busname
	RequiresMountsFor: /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	BusName: org.freedesktop.timedate1
	Bus Name Good: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: yes
	ProtectSystem: yes
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_sys_time
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timedated
-> Unit sys-subsystem-net-devices-eth1.device:
	Description: Virtio network device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-net-devices-eth1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-net-eth1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/net/eth1
-> Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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
	ConditionPathExists: /sys/fs/fuse/connections failed
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: no
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-modules-load.service
	After: system.slice
	After: -.mount
	After: systemd-journald.socket
	References: sysinit.target
	References: systemd-modules-load.service
	References: -.mount
	References: system.slice
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/fs/fuse
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	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
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-disk-by\x2dlabel-DOROOT.device:
	Description: /dev/disk/by-label/DOROOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2dlabel-DOROOT.device
	Following: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device
	Following Set Member: dev-disk-by\x2duuid-d75779ce\x2d0482\x2d4e93\x2da95d\x2d7bb8a73a2998.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device
	Following Set Member: dev-vda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda/vda1
-> Unit systemd-update-utmp-runlevel.service:
	Description: Update UTMP about System Runlevel Changes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-update-utmp-runlevel.service
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	Requisite: systemd-update-utmp.service
	WantedBy: multi-user.target
	WantedBy: reboot.target
	WantedBy: graphical.target
	WantedBy: rescue.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: -.mount
	After: graphical.target
	After: systemd-journald.socket
	After: rescue.target
	After: multi-user.target
	After: systemd-update-utmp.service
	After: system.slice
	References: -.mount
	References: shutdown.target
	References: graphical.target
	References: systemd-journald.socket
	References: rescue.target
	References: multi-user.target
	References: systemd-update-utmp.service
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: reboot.target
	ReferencedBy: graphical.target
	ReferencedBy: rescue.target
	RequiresMountsFor: /var/log/wtmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp runlevel
			PID: 658
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Code: exited
			Exit Status: 0
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS2.device
	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
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit rpcbind.service:
	Description: RPC bind portmap service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rpcbind.service
	Fragment Path: /lib/systemd/system/rpcbind.service
	DropIn Path: /run/systemd/generator/rpcbind.service.d/50-rpcbind-$portmap.conf
	Requires: system.slice
	Requires: rpcbind.socket
	Wants: remote-fs-pre.target
	Wants: rpcbind.target
	RequiredBy: rpcbind.target
	Before: remote-fs-pre.target
	Before: rpcbind.target
	After: system.slice
	After: rpcbind.socket
	After: systemd-journald.socket
	After: systemd-tmpfiles-setup.service
	TriggeredBy: rpcbind.socket
	References: system.slice
	References: systemd-journald.socket
	References: remote-fs-pre.target
	References: systemd-tmpfiles-setup.service
	References: rpcbind.socket
	References: rpcbind.target
	ReferencedBy: rpcbind.target
	ReferencedBy: rpcbind.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	Environment: OPTIONS=-w
	EnvironmentFile: -/etc/rpcbind.conf
	EnvironmentFile: -/etc/default/rpcbind
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/rpcbind -f $OPTIONS
-> Unit plymouth-quit-wait.service:
	Description: plymouth-quit-wait.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: plymouth-quit-wait.service
	Before: getty at tty1.service
	ReferencedBy: getty at tty1.service
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-reboot.service
	ConflictedBy: run-user-0.mount
	Before: systemd-halt.service
	Before: final.target
	Before: systemd-reboot.service
	After: run-user-0.mount
	ReferencedBy: systemd-halt.service
	ReferencedBy: final.target
	ReferencedBy: run-user-0.mount
	ReferencedBy: systemd-reboot.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit sys-devices-pci0000:00-0000:00:03.0-virtio0-net-eth0.device:
	Description: Virtio network device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: 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-virtio0-net-eth0.device
	Following Set Member: sys-subsystem-net-devices-eth0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0
-> Unit sys-subsystem-net-devices-eth0.device:
	Description: Virtio network device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-net-devices-eth0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:03.0-virtio0-net-eth0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-udevd-kernel.socket
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.slice
	WantedBy: sockets.target
	WantedBy: systemd-udevd.service
	Before: sockets.target
	Before: systemd-udevd.service
	Before: systemd-udev-trigger.service
	After: -.slice
	Triggers: systemd-udevd.service
	References: sockets.target
	References: systemd-udevd.service
	References: -.slice
	ReferencedBy: sockets.target
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device:
	Description: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda/vda1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device
	Following Set Member: dev-disk-by\x2dlabel-DOROOT.device
	Following Set Member: dev-disk-by\x2duuid-d75779ce\x2d0482\x2d4e93\x2da95d\x2d7bb8a73a2998.device
	Following Set Member: dev-vda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda/vda1
-> Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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 failed
	ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
	ConditionPathIsReadWrite: /proc/sys/ succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: no
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: system.slice
	After: proc-sys-fs-binfmt_misc.automount
	After: systemd-journald.socket
	References: shutdown.target
	References: system.slice
	References: proc-sys-fs-binfmt_misc.automount
	References: systemd-journald.socket
	References: sysinit.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-binfmt
-> Unit systemd-timesyncd.service:
	Description: Network Time Synchronization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-timesyncd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-timesyncd.service
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
	ConditionFileIsExecutable: !/usr/sbin/chronyd succeeded
	ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
	ConditionFileIsExecutable: !/usr/sbin/ntpd succeeded
	ConditionVirtualization: !container succeeded
	ConditionCapability: CAP_SYS_TIME succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:27 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:27 EST
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	Wants: time-sync.target
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	Before: time-sync.target
	After: systemd-remount-fs.service
	After: -.mount
	After: systemd-journald.socket
	After: systemd-sysusers.service
	After: system.slice
	After: systemd-tmpfiles-setup.service
	References: systemd-tmpfiles-setup.service
	References: systemd-remount-fs.service
	References: -.mount
	References: time-sync.target
	References: shutdown.target
	References: systemd-journald.socket
	References: systemd-sysusers.service
	References: sysinit.target
	References: system.slice
	ReferencedBy: sysinit.target
	RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	Main PID: 286
	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
	PrivateNetwork: no
	PrivateDevices: yes
	ProtectHome: yes
	ProtectSystem: full
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
			PID: 286
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
	Status Text: Synchronized to time server [2604:a880:800:10::bc:c00f]:123 (2.debian.pool.ntp.org).
-> Unit local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: local-fs-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	WantedBy: systemd-remount-fs.service
	Conflicts: shutdown.target
	Before: local-fs.target
	Before: run-user-0.mount
	After: systemd-remount-fs.service
	After: systemd-tmpfiles-setup-dev.service
	References: shutdown.target
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: local-fs.target
	ReferencedBy: run-user-0.mount
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit nss-user-lookup.target:
	Description: User and Group Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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-user-sessions.service
	Before: systemd-logind.service
	References: shutdown.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit systemd-tmpfiles-clean.timer:
	Description: Daily Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-clean.timer
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: sysinit.target
	WantedBy: timers.target
	Conflicts: shutdown.target
	Before: systemd-tmpfiles-clean.service
	Before: shutdown.target
	Before: timers.target
	After: sysinit.target
	Triggers: systemd-tmpfiles-clean.service
	References: timers.target
	References: systemd-tmpfiles-clean.service
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: timers.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Timer State: waiting
	Result: success
	Unit: systemd-tmpfiles-clean.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	OnUnitActiveSec: 1d
	OnBootSec: 15min
-> Unit systemd-vconsole-setup.service:
	Description: systemd-vconsole-setup.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	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-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: time-sync.target
	After: systemd-journald.socket
	After: systemd-tmpfiles-clean.timer
	After: local-fs.target
	After: system.slice
	TriggeredBy: systemd-tmpfiles-clean.timer
	References: shutdown.target
	References: time-sync.target
	References: systemd-journald.socket
	References: local-fs.target
	References: system.slice
	ReferencedBy: systemd-tmpfiles-clean.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	IOSchedulingClass: idle
	IOPriority: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --clean
-> Unit systemd-resolved.service:
	Description: Network Name Resolution
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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)
	Fragment Path: /lib/systemd/system/systemd-resolved.service
	Requires: system.slice
	Requires: basic.target
	Wants: org.freedesktop.resolve1.busname
	Conflicts: shutdown.target
	Before: shutdown.target
	After: system.slice
	After: network.target
	After: org.freedesktop.resolve1.busname
	After: basic.target
	After: systemd-networkd.service
	After: systemd-journald.socket
	TriggeredBy: org.freedesktop.resolve1.busname
	References: system.slice
	References: network.target
	References: org.freedesktop.resolve1.busname
	References: shutdown.target
	References: basic.target
	References: systemd-networkd.service
	References: systemd-journald.socket
	ReferencedBy: org.freedesktop.resolve1.busname
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: yes
	ProtectSystem: full
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap
	-> ExecStart:
		Command Line: /lib/systemd/systemd-resolved
-> Unit systemd-tmpfiles-setup.service:
	Description: Create Volatile Files and Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-setup.service
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Wed 2015-11-18 09:28:27 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:27 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: systemd-update-utmp.service
	Before: systemd-timesyncd.service
	Before: shutdown.target
	Before: rpcbind.service
	Before: sysinit.target
	After: systemd-journal-flush.service
	After: systemd-journald.socket
	After: local-fs.target
	After: systemd-sysusers.service
	After: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: local-fs.target
	References: systemd-sysusers.service
	References: sysinit.target
	References: system.slice
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: rpcbind.service
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
			PID: 271
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Code: exited
			Exit Status: 0
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/system-getty.slice
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: system-getty.slice
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	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: system.slice
	References: shutdown.target
	ReferencedBy: getty at tty1.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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/ failed
	ConditionPathExists: |/etc/udev/hwdb.bin failed
	ConditionPathExists: |!/lib/udev/hwdb.bin failed
	ConditionNeedsUpdate: /etc succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: no
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: systemd-update-done.service
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-udev-trigger.service
	After: systemd-remount-fs.service
	After: system.slice
	After: systemd-journald.socket
	References: shutdown.target
	References: system.slice
	References: systemd-update-done.service
	References: systemd-journald.socket
	References: sysinit.target
	References: systemd-remount-fs.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-udev-trigger.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-hwdb update
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: 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
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	Requires: -.slice
	RequiredBy: systemd-fsckd.service
	WantedBy: systemd-fsck-root.service
	Before: systemd-fsck-root.service
	Before: systemd-fsckd.service
	After: -.mount
	After: -.slice
	Triggers: systemd-fsckd.service
	References: -.mount
	References: -.slice
	References: systemd-fsckd.service
	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
	IgnoreOnSnapshot: 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-fsckd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/systemd/fsck.progress
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dbus.socket
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Requires: -.slice
	RequiredBy: dbus.service
	WantedBy: sockets.target
	WantedBy: systemd-logind.service
	Conflicts: shutdown.target
	Before: sockets.target
	Before: shutdown.target
	Before: systemd-logind.service
	Before: dbus.service
	After: sysinit.target
	After: -.mount
	After: -.slice
	Triggers: dbus.service
	References: shutdown.target
	References: -.slice
	References: sockets.target
	References: -.mount
	References: dbus.service
	References: sysinit.target
	ReferencedBy: sockets.target
	ReferencedBy: systemd-logind.service
	ReferencedBy: dbus.service
	RequiresMountsFor: /var/run/dbus/system_bus_socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS3.device
	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
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit irqbalance.service:
	Description: LSB: daemon to balance interrupts for SMP systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/irqbalance.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: irqbalance.service
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/irqbalance.service
	Source Path: /etc/init.d/irqbalance
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: graphical.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: basic.target
	After: systemd-journald-dev-log.socket
	After: remote-fs.target
	After: system.slice
	References: graphical.target
	References: systemd-journald.socket
	References: basic.target
	References: systemd-journald-dev-log.socket
	References: remote-fs.target
	References: multi-user.target
	References: system.slice
	References: shutdown.target
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/irqbalance start
			PID: 619
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/irqbalance stop
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: shutdown.target
	References: emergency.service
	ReferencedBy: local-fs.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit reboot.target:
	Description: Reboot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: reboot.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/reboot.target
	Job Timeout: 30min
	Job Timeout Action: reboot-force
	Requires: systemd-reboot.service
	Wants: systemd-update-utmp-runlevel.service
	After: systemd-reboot.service
	After: unattended-upgrades.service
	References: systemd-update-utmp-runlevel.service
	References: systemd-reboot.service
	ReferencedBy: unattended-upgrades.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dev-hugepages.mount
	CGroup realized: yes
	CGroup mask: 0x10
	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
	ConditionCapability: CAP_SYS_ADMIN succeeded
	ConditionPathExists: /sys/kernel/mm/hugepages succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: system.slice
	After: -.mount
	After: systemd-journald.socket
	References: system.slice
	References: sysinit.target
	References: -.mount
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /dev/hugepages
	What: hugetlbfs
	File System Type: hugetlbfs
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-localed.service:
	Description: Locale Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-localed.service
	Documentation: man:systemd-localed.service(8)
	Documentation: man:locale.conf(5)
	Documentation: man:vconsole.conf(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
	Fragment Path: /lib/systemd/system/systemd-localed.service
	Requires: system.slice
	Requires: -.mount
	Requires: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: org.freedesktop.locale1.busname
	After: -.mount
	After: basic.target
	After: system.slice
	After: systemd-journald.socket
	TriggeredBy: org.freedesktop.locale1.busname
	References: shutdown.target
	References: basic.target
	References: org.freedesktop.locale1.busname
	References: system.slice
	References: -.mount
	References: systemd-journald.socket
	ReferencedBy: org.freedesktop.locale1.busname
	RequiresMountsFor: /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	BusName: org.freedesktop.locale1
	Bus Name Good: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateNetwork: yes
	PrivateDevices: yes
	ProtectHome: yes
	ProtectSystem: yes
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet:
	-> ExecStart:
		Command Line: /lib/systemd/systemd-localed
-> Unit sys-devices-pnp0-00:04-tty-ttyS0.device:
	Description: /sys/devices/pnp0/00:04/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pnp0-00:04-tty-ttyS0.device
	Following Set Member: dev-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
-> Unit acpid.path:
	Description: ACPI Events Check
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: acpid.path
	Fragment Path: /lib/systemd/system/acpid.path
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	WantedBy: paths.target
	Conflicts: shutdown.target
	Before: acpid.service
	Before: shutdown.target
	Before: paths.target
	After: sysinit.target
	After: -.mount
	Triggers: acpid.service
	References: sysinit.target
	References: shutdown.target
	References: paths.target
	References: -.mount
	References: acpid.service
	ReferencedBy: paths.target
	RequiresMountsFor: /etc/acpi/events
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: running
	Result: success
	Unit: acpid.service
	MakeDirectory: no
	DirectoryMode: 0755
	DirectoryNotEmpty: /etc/acpi/events
-> Unit systemd-sysctl.service:
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-sysctl.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-sysctl.service
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/ succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: systemd-networkd.service
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-modules-load.service
	After: system.slice
	After: systemd-journald.socket
	References: shutdown.target
	References: systemd-modules-load.service
	References: systemd-journald.socket
	References: sysinit.target
	References: system.slice
	ReferencedBy: systemd-networkd.service
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sysctl
			PID: 175
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dev-mqueue.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-mqueue.mount
	Documentation: man:mq_overview(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-mqueue.mount
	ConditionPathExists: /proc/sys/fs/mqueue succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: system.slice
	After: -.mount
	After: systemd-journald.socket
	References: system.slice
	References: sysinit.target
	References: -.mount
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	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
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit apparmor.service:
	Description: apparmor.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	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 mountkernfs.service:
	Description: mountkernfs.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	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: yes
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: mountkernfs.service
	Fragment Path: /dev/null
	Before: keyboard-setup.service
	Before: networking.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: networking.service
-> Unit user at 0.service:
	Description: User Manager for UID 0
	Instance: 0
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-0.slice
	CGroup: /user.slice/user-0.slice/user at 0.service
	CGroup realized: yes
	CGroup mask: 0x57
	CGroup members mask: 0x0
	Name: user at 0.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Wed 2015-11-18 09:28:58 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:58 EST
	Assert Result: yes
	Requires: user-0.slice
	Requires: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: basic.target
	After: user-0.slice
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	References: systemd-journald.socket
	References: user-0.slice
	References: shutdown.target
	References: systemd-user-sessions.service
	References: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: 663
	Main PID Known: yes
	Main PID Alien: no
	KillMode: mixed
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 0
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 663
			Start Timestamp: Wed 2015-11-18 09:28:58 EST
	Status Text: Startup finished in 14ms.
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: multi-user.target
	ConflictedBy: emergency.service
	ConflictedBy: graphical.target
	Before: multi-user.target
	Before: shutdown.target
	Before: graphical.target
	Before: rescue.target
	After: plymouth-start.service
	After: system.slice
	After: sysinit.target
	After: -.mount
	References: system.slice
	References: plymouth-start.service
	References: sysinit.target
	References: shutdown.target
	References: -.mount
	ReferencedBy: rescue.target
	ReferencedBy: multi-user.target
	ReferencedBy: emergency.service
	ReferencedBy: graphical.target
	RequiresMountsFor: /root
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	Environment: HOME=/root
	LimitNOFILE: 4096
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	-> ExecStartPre:
		Command Line: /bin/plymouth quit
		Command Line: /bin/echo -e 'Welcome to emergency 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 systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-console.path
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: paths.target
	Before: systemd-ask-password-console.service
	After: plymouth-start.service
	After: -.mount
	Triggers: systemd-ask-password-console.service
	References: paths.target
	References: systemd-ask-password-console.service
	References: plymouth-start.service
	References: shutdown.target
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /run/systemd/ask-password
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS0.device
	Following: sys-devices-pnp0-00:04-tty-ttyS0.device
	Following Set Member: sys-devices-pnp0-00:04-tty-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
-> Unit sys-devices-pci0000:00-0000:00:04.0-virtio1-net-eth1.device:
	Description: Virtio network device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: 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-virtio1-net-eth1.device
	Following Set Member: sys-subsystem-net-devices-eth1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/net/eth1
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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
	Conflicts: shutdown.target
	Before: rc-local.service
	After: network.target
	References: network.target
	References: shutdown.target
	ReferencedBy: rc-local.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit rpcbind.socket:
	Description: RPCbind Server Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rpcbind.socket
	Fragment Path: /lib/systemd/system/rpcbind.socket
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Requires: -.slice
	RequiredBy: rpcbind.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: sockets.target
	Before: shutdown.target
	Before: rpcbind.service
	After: sysinit.target
	After: -.mount
	After: -.slice
	Triggers: rpcbind.service
	References: sockets.target
	References: rpcbind.service
	References: -.slice
	References: sysinit.target
	References: shutdown.target
	References: -.mount
	ReferencedBy: sockets.target
	ReferencedBy: rpcbind.service
	RequiresMountsFor: /run/rpcbind.sock
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	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: rpcbind.socket
	SELinuxContextFromNet: no
	ListenStream: /run/rpcbind.sock
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: network.target
	Before: systemd-networkd.service
	Before: networking.service
	References: shutdown.target
	ReferencedBy: network.target
	ReferencedBy: systemd-networkd.service
	ReferencedBy: networking.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: basic.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Wants: slices.target
	Wants: sockets.target
	Wants: timers.target
	Wants: paths.target
	RequiredBy: multi-user.target
	RequiredBy: systemd-user-sessions.service
	RequiredBy: systemd-logind.service
	RequiredBy: acpid.service
	RequiredBy: user at 0.service
	RequiredBy: dbus.service
	RequiredBy: rc-local.service
	RequiredBy: systemd-timedated.service
	RequiredBy: getty at tty1.service
	RequiredBy: ssh.service
	RequiredBy: irqbalance.service
	RequiredBy: rsyslog.service
	RequiredBy: systemd-networkd-resolvconf-update.service
	RequiredBy: systemd-localed.service
	RequiredBy: cron.service
	RequiredBy: systemd-resolved.service
	RequiredBy: getty-static.service
	RequiredBy: do-resize.service
	RequiredBy: systemd-ask-password-wall.service
	RequiredBy: systemd-hostnamed.service
	RequiredBy: atd.service
	Conflicts: shutdown.target
	Before: do-resize.service
	Before: systemd-ask-password-wall.service
	Before: systemd-hostnamed.service
	Before: user at 0.service
	Before: rsyslog.service
	Before: cron.service
	Before: irqbalance.service
	Before: dbus.service
	Before: systemd-timedated.service
	Before: atd.service
	Before: acpid.service
	Before: getty-static.service
	Before: systemd-localed.service
	Before: systemd-user-sessions.service
	Before: systemd-resolved.service
	Before: getty at tty1.service
	Before: multi-user.target
	Before: systemd-networkd-resolvconf-update.service
	Before: systemd-logind.service
	Before: rc-local.service
	Before: ssh.service
	After: slices.target
	After: paths.target
	After: sockets.target
	After: -.mount
	After: sysinit.target
	References: -.mount
	References: sockets.target
	References: shutdown.target
	References: timers.target
	References: paths.target
	References: sysinit.target
	References: slices.target
	ReferencedBy: systemd-hostnamed.service
	ReferencedBy: acpid.service
	ReferencedBy: do-resize.service
	ReferencedBy: getty-static.service
	ReferencedBy: ssh.service
	ReferencedBy: dbus.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: user at 0.service
	ReferencedBy: systemd-networkd-resolvconf-update.service
	ReferencedBy: irqbalance.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-localed.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: atd.service
	ReferencedBy: rc-local.service
	ReferencedBy: rsyslog.service
	ReferencedBy: systemd-timedated.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: cron.service
	RequiresMountsFor: /var /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-halt.service:
	Description: Halt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-halt.service
	Documentation: man:systemd-halt.service(8)
	Fragment Path: /lib/systemd/system/systemd-halt.service
	Requires: final.target
	Requires: system.slice
	Requires: umount.target
	Requires: shutdown.target
	RequiredBy: halt.target
	Before: halt.target
	After: final.target
	After: shutdown.target
	After: systemd-journald.socket
	After: umount.target
	After: system.slice
	References: final.target
	References: shutdown.target
	References: systemd-journald.socket
	References: umount.target
	References: system.slice
	ReferencedBy: halt.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl --force halt
-> Unit sys-kernel-config.mount:
	Description: Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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 succeeded
	ConditionPathExists: /sys/kernel/config failed
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: no
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-modules-load.service
	After: system.slice
	After: -.mount
	After: systemd-journald.socket
	References: sysinit.target
	References: systemd-modules-load.service
	References: systemd-journald.socket
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	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
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit proc-sys-fs-binfmt_misc.mount:
	Description: Arbitrary Executable File Formats File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: system.slice
	After: proc-sys-fs-binfmt_misc.automount
	After: -.mount
	After: systemd-journald.socket
	TriggeredBy: proc-sys-fs-binfmt_misc.automount
	References: system.slice
	References: -.mount
	References: systemd-journald.socket
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	RequiresMountsFor: /proc/sys/fs
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	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
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: -.slice
	CGroup: /user.slice
	CGroup realized: yes
	CGroup mask: 0x57
	CGroup members mask: 0x7f
	Name: user.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.slice
	RequiredBy: user-0.slice
	WantedBy: systemd-logind.service
	Conflicts: shutdown.target
	Before: user-0.slice
	Before: shutdown.target
	Before: systemd-logind.service
	Before: slices.target
	After: -.slice
	References: shutdown.target
	References: slices.target
	References: -.slice
	ReferencedBy: user-0.slice
	ReferencedBy: systemd-logind.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: getty.target
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Wants: getty at tty1.service
	Wants: getty-static.service
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: multi-user.target
	After: getty at tty1.service
	After: getty-static.service
	References: getty at tty1.service
	References: shutdown.target
	References: getty-static.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-setup-dgram-qlen.service:
	Description: Increase datagram queue length
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-setup-dgram-qlen.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-setup-dgram-qlen.service
	Fragment Path: /lib/systemd/system/systemd-setup-dgram-qlen.service
	ConditionPathIsReadWrite: /proc/sys/net/unix/max_dgram_qlen succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: syslog.socket
	Before: syslog.socket
	After: system.slice
	References: system.slice
	References: syslog.socket
	ReferencedBy: syslog.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /sbin/sysctl -w net.unix.max_dgram_qlen=512
			PID: 131
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
-> Unit systemd-networkd-resolvconf-update.path:
	Description: Trigger resolvconf update for networkd DNS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-networkd-resolvconf-update.path
	Fragment Path: /lib/systemd/system/systemd-networkd-resolvconf-update.path
	ConditionPathIsSymbolicLink: /etc/resolv.conf succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	WantedBy: resolvconf.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: paths.target
	Before: systemd-networkd-resolvconf-update.service
	After: sysinit.target
	After: -.mount
	Triggers: systemd-networkd-resolvconf-update.service
	References: paths.target
	References: sysinit.target
	References: shutdown.target
	References: systemd-networkd-resolvconf-update.service
	References: -.mount
	ReferencedBy: resolvconf.service
	RequiresMountsFor: /run/systemd/netif/state
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: waiting
	Result: success
	Unit: systemd-networkd-resolvconf-update.service
	MakeDirectory: no
	DirectoryMode: 0755
	PathChanged: /run/systemd/netif/state
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: shutdown.target
	Conflicts: syslog.socket
	ConflictedBy: sysinit.target
	Before: sysinit.target
	Before: shutdown.target
	Before: emergency.target
	After: system.slice
	After: -.mount
	References: rescue.service
	References: shutdown.target
	References: -.mount
	References: syslog.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: emergency.target
	RequiresMountsFor: /root
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	Environment: HOME=/root
	LimitNOFILE: 4096
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	-> ExecStartPre:
		Command Line: /bin/plymouth --wait quit
		Command Line: /bin/echo -e 'Welcome to 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 init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Slice: -.slice
	CGroup: /init.scope
	CGroup realized: yes
	CGroup mask: 0x57
	CGroup members mask: 0x0
	Name: init.scope
	Documentation: man:systemd(1)
	Requires: -.slice
	After: -.slice
	References: -.slice
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
	KillMode: control-group
	KillSignal: SIGRTMIN+14
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS1.device
	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
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udev-trigger.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-udev-trigger.service
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Wants: systemd-udevd.service
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-udevd-kernel.socket
	After: system.slice
	After: systemd-journald.socket
	After: systemd-udevd-control.socket
	After: systemd-hwdb-update.service
	References: systemd-udevd-kernel.socket
	References: system.slice
	References: systemd-journald.socket
	References: systemd-udevd.service
	References: sysinit.target
	References: systemd-udevd-control.socket
	References: systemd-hwdb-update.service
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/udevadm trigger --type=subsystems --action=add
			PID: 268
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/udevadm trigger --type=devices --action=add
			PID: 291
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Code: exited
			Exit Status: 0
-> Unit local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: local-fs.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	Wants: systemd-fsck-root.service
	Wants: systemd-remount-fs.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: systemd-tmpfiles-clean.service
	Before: networking.service
	Before: sysinit.target
	Before: systemd-machine-id-commit.service
	Before: systemd-tmpfiles-setup.service
	After: systemd-remount-fs.service
	After: systemd-fsck-root.service
	After: run-user-0.mount
	After: local-fs-pre.target
	After: -.mount
	OnFailure: emergency.target
	References: shutdown.target
	References: emergency.target
	References: -.mount
	References: systemd-remount-fs.service
	References: local-fs-pre.target
	References: systemd-fsck-root.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: -.mount
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: run-user-0.mount
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: networking.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: systemd-tmpfiles-setup.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-reboot.service:
	Description: Reboot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-reboot.service
	Documentation: man:systemd-halt.service(8)
	Fragment Path: /lib/systemd/system/systemd-reboot.service
	Requires: final.target
	Requires: system.slice
	Requires: umount.target
	Requires: shutdown.target
	RequiredBy: reboot.target
	Before: reboot.target
	After: shutdown.target
	After: final.target
	After: umount.target
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: final.target
	References: umount.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: reboot.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl --force reboot
-> Unit -.mount:
	Description: /
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/-.mount
	CGroup realized: yes
	CGroup mask: 0x10
	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: rpcbind.socket
	RequiredBy: acpid.path
	RequiredBy: run-user-0.mount
	RequiredBy: systemd-ask-password-console.path
	RequiredBy: basic.target
	RequiredBy: emergency.service
	RequiredBy: systemd-fsckd.socket
	RequiredBy: systemd-journal-flush.service
	RequiredBy: sys-kernel-config.mount
	RequiredBy: proc-sys-fs-binfmt_misc.automount
	RequiredBy: systemd-timedated.service
	RequiredBy: syslog.socket
	RequiredBy: systemd-networkd-resolvconf-update.path
	RequiredBy: sys-fs-fuse-connections.mount
	RequiredBy: systemd-udevd-control.socket
	RequiredBy: acpid.socket
	RequiredBy: dev-hugepages.mount
	RequiredBy: proc-sys-fs-binfmt_misc.mount
	RequiredBy: local-fs.target
	RequiredBy: systemd-timesyncd.service
	RequiredBy: dbus.socket
	RequiredBy: rescue.service
	RequiredBy: sys-kernel-debug.mount
	RequiredBy: systemd-random-seed.service
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: systemd-initctl.socket
	RequiredBy: systemd-hostnamed.service
	RequiredBy: systemd-localed.service
	RequiredBy: systemd-update-utmp.service
	RequiredBy: systemd-journald-dev-log.socket
	RequiredBy: systemd-journald.socket
	RequiredBy: dev-mqueue.mount
	RequiredBy: systemd-ask-password-wall.path
	Before: sys-fs-fuse-connections.mount
	Before: local-fs.target
	Before: rpcbind.socket
	Before: emergency.service
	Before: systemd-journald-dev-log.socket
	Before: systemd-initctl.socket
	Before: systemd-timedated.service
	Before: sys-kernel-debug.mount
	Before: systemd-timesyncd.service
	Before: systemd-journal-flush.service
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-random-seed.service
	Before: proc-sys-fs-binfmt_misc.automount
	Before: syslog.socket
	Before: systemd-ask-password-wall.path
	Before: systemd-update-utmp-runlevel.service
	Before: systemd-udevd-control.socket
	Before: systemd-localed.service
	Before: dev-hugepages.mount
	Before: basic.target
	Before: sys-kernel-config.mount
	Before: systemd-networkd-resolvconf-update.path
	Before: dev-mqueue.mount
	Before: acpid.path
	Before: rescue.service
	Before: systemd-fsckd.socket
	Before: acpid.socket
	Before: systemd-update-utmp.service
	Before: systemd-hostnamed.service
	Before: dbus.socket
	Before: systemd-ask-password-console.path
	Before: systemd-journald.socket
	Before: run-user-0.mount
	After: system.slice
	References: system.slice
	References: local-fs.target
	ReferencedBy: systemd-networkd-resolvconf-update.path
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: rpcbind.socket
	ReferencedBy: systemd-timedated.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: run-user-0.mount
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-localed.service
	ReferencedBy: dbus.socket
	ReferencedBy: basic.target
	ReferencedBy: systemd-fsckd.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: rescue.service
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: emergency.service
	ReferencedBy: acpid.path
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: acpid.socket
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-hostnamed.service
	RequiresMountsFor: /dev/disk/by-uuid/d75779ce-0482-4e93-a95d-7bb8a73a2998
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /
	What: /dev/vda1
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: 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
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	WantedBy: remote-fs.target
	WantedBy: rpcbind.service
	Conflicts: shutdown.target
	Before: remote-fs.target
	After: rpcbind.service
	References: shutdown.target
	ReferencedBy: remote-fs.target
	ReferencedBy: rpcbind.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald-dev-log.socket
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	Requires: -.slice
	WantedBy: sockets.target
	WantedBy: systemd-journald.service
	Before: sockets.target
	Before: systemd-journald.service
	Before: irqbalance.service
	After: -.mount
	After: -.slice
	Triggers: systemd-journald.service
	References: sockets.target
	References: systemd-journald.service
	References: -.mount
	References: -.slice
	ReferencedBy: sockets.target
	ReferencedBy: systemd-journald.service
	ReferencedBy: irqbalance.service
	RequiresMountsFor: /run/systemd/journal/dev-log
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: 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: systemd-journald-dev-log.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	SendBuffer: 8388608
	ListenDatagram: /run/systemd/journal/dev-log
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: swap.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	References: shutdown.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-networkd.service:
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: network.target
	Before: systemd-resolved.service
	Before: shutdown.target
	Before: multi-user.target
	After: system.slice
	After: systemd-sysusers.service
	After: network-pre.target
	After: dbus.service
	After: org.freedesktop.network1.busname
	After: systemd-udevd.service
	After: systemd-journald.socket
	After: systemd-sysctl.service
	TriggeredBy: org.freedesktop.network1.busname
	References: systemd-sysctl.service
	References: system.slice
	References: systemd-sysusers.service
	References: network.target
	References: network-pre.target
	References: shutdown.target
	References: dbus.service
	References: org.freedesktop.network1.busname
	References: systemd-udevd.service
	References: systemd-journald.socket
	References: multi-user.target
	ReferencedBy: systemd-resolved.service
	ReferencedBy: org.freedesktop.network1.busname
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: yes
	ProtectSystem: full
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
-> Unit systemd-sysusers.service:
	Description: systemd-sysusers.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-sysusers.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-networkd.service
	Before: systemd-udevd.service
	Before: systemd-timesyncd.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-timesyncd.service
-> Unit org.freedesktop.network1.busname:
	Description: Network Service Bus Name
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.network1.busname
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/org.freedesktop.network1.busname
	ConditionPathExists: /sys/fs/kdbus/0-system/ untested
	Requires: sysinit.target
	WantedBy: busnames.target
	WantedBy: systemd-networkd.service
	Conflicts: shutdown.target
	Before: systemd-networkd.service
	Before: busnames.target
	Before: shutdown.target
	After: sysinit.target
	Triggers: systemd-networkd.service
	References: systemd-networkd.service
	References: busnames.target
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: busnames.target
	ReferencedBy: systemd-networkd.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Bus Name State: dead
	Result: success
	Name: org.freedesktop.network1
	Activating: yes
	Accept FD: yes
-> Unit user-0.slice:
	Description: user-0.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user.slice
	CGroup: /user.slice/user-0.slice
	CGroup realized: yes
	CGroup mask: 0x57
	CGroup members mask: 0x7f
	Name: user-0.slice
	Condition Timestamp: Wed 2015-11-18 09:28:58 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:58 EST
	Assert Result: yes
	Requires: user.slice
	RequiredBy: session-1.scope
	RequiredBy: user at 0.service
	Conflicts: shutdown.target
	Before: session-1.scope
	Before: shutdown.target
	Before: user at 0.service
	After: user.slice
	References: user.slice
	References: shutdown.target
	ReferencedBy: session-1.scope
	ReferencedBy: user at 0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-modules-load.service:
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-modules-load.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-modules-load.service
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load failed
	ConditionKernelCommandLine: |modules-load failed
	ConditionDirectoryNotEmpty: |/run/modules-load.d failed
	ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sys-fs-fuse-connections.mount
	Before: shutdown.target
	Before: sys-kernel-config.mount
	Before: systemd-sysctl.service
	Before: sysinit.target
	After: system.slice
	After: systemd-journald.socket
	References: system.slice
	References: shutdown.target
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: sys-fs-fuse-connections.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-modules-load
			PID: 139
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
-> Unit atd.service:
	Description: Deferred execution scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/atd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: atd.service
	Documentation: man:atd(8)
	Fragment Path: /lib/systemd/system/atd.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: system.slice
	After: systemd-journald.socket
	After: basic.target
	References: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: basic.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: 615
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/atd -f
			PID: 615
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
-> Unit systemd-remount-fs.service:
	Description: Remount Root and Kernel File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-remount-fs.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-remount-fs.service
	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 succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Wants: local-fs-pre.target
	WantedBy: local-fs.target
	Conflicts: shutdown.target
	Before: systemd-random-seed.service
	Before: shutdown.target
	Before: systemd-update-utmp.service
	Before: systemd-hwdb-update.service
	Before: systemd-journal-flush.service
	Before: local-fs.target
	Before: local-fs-pre.target
	Before: systemd-timesyncd.service
	After: systemd-fsck-root.service
	After: system.slice
	After: keyboard-setup.service
	After: systemd-journald.socket
	References: systemd-journald.socket
	References: system.slice
	References: shutdown.target
	References: local-fs.target
	References: local-fs-pre.target
	References: systemd-fsck-root.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-hwdb-update.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-remount-fs
			PID: 264
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-udevd-control.socket
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	Requires: -.slice
	WantedBy: sockets.target
	WantedBy: systemd-udevd.service
	Before: sockets.target
	Before: systemd-udevd.service
	Before: systemd-udev-trigger.service
	After: -.mount
	After: -.slice
	Triggers: systemd-udevd.service
	References: sockets.target
	References: -.mount
	References: systemd-udevd.service
	References: -.slice
	ReferencedBy: sockets.target
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	RequiresMountsFor: /run/udev/control
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: no
	Writable: no
	FDName: systemd-udevd-control.socket
	SELinuxContextFromNet: no
	ListenSequentialPacket: /run/udev/control
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sysinit.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Wants: sys-kernel-config.mount
	Wants: console-setup.service
	Wants: systemd-udev-trigger.service
	Wants: systemd-udevd.service
	Wants: keyboard-setup.service
	Wants: systemd-tmpfiles-setup-dev.service
	Wants: dev-hugepages.mount
	Wants: dev-mqueue.mount
	Wants: nfs-common.service
	Wants: proc-sys-fs-binfmt_misc.automount
	Wants: systemd-tmpfiles-setup.service
	Wants: resolvconf.service
	Wants: kmod-static-nodes.service
	Wants: systemd-timesyncd.service
	Wants: networking.service
	Wants: cryptsetup.target
	Wants: systemd-sysctl.service
	Wants: swap.target
	Wants: systemd-journal-flush.service
	Wants: systemd-binfmt.service
	Wants: kbd.service
	Wants: systemd-ask-password-console.path
	Wants: systemd-update-utmp.service
	Wants: sys-kernel-debug.mount
	Wants: systemd-random-seed.service
	Wants: systemd-hwdb-update.service
	Wants: local-fs.target
	Wants: systemd-journald.service
	Wants: systemd-machine-id-commit.service
	Wants: sys-fs-fuse-connections.mount
	Wants: systemd-modules-load.service
	RequiredBy: org.freedesktop.locale1.busname
	RequiredBy: org.freedesktop.login1.busname
	RequiredBy: org.freedesktop.systemd1.busname
	RequiredBy: acpid.path
	RequiredBy: dbus.socket
	RequiredBy: systemd-tmpfiles-clean.timer
	RequiredBy: systemd-networkd-resolvconf-update.path
	RequiredBy: org.freedesktop.resolve1.busname
	RequiredBy: org.freedesktop.timedate1.busname
	RequiredBy: basic.target
	RequiredBy: org.freedesktop.hostname1.busname
	RequiredBy: rescue.target
	RequiredBy: org.freedesktop.network1.busname
	RequiredBy: rpcbind.socket
	RequiredBy: acpid.socket
	Conflicts: shutdown.target
	Conflicts: emergency.service
	Conflicts: emergency.target
	Before: acpid.socket
	Before: rescue.service
	Before: acpid.path
	Before: systemd-tmpfiles-clean.timer
	Before: rpcbind.socket
	Before: org.freedesktop.login1.busname
	Before: basic.target
	Before: org.freedesktop.systemd1.busname
	Before: org.freedesktop.locale1.busname
	Before: org.freedesktop.timedate1.busname
	Before: org.freedesktop.hostname1.busname
	Before: org.freedesktop.resolve1.busname
	Before: rescue.target
	Before: systemd-networkd-resolvconf-update.path
	Before: org.freedesktop.network1.busname
	Before: dbus.socket
	After: emergency.service
	After: systemd-udev-trigger.service
	After: keyboard-setup.service
	After: cryptsetup.target
	After: systemd-timesyncd.service
	After: systemd-udevd.service
	After: sys-kernel-debug.mount
	After: systemd-random-seed.service
	After: console-setup.service
	After: systemd-binfmt.service
	After: networking.service
	After: sys-fs-fuse-connections.mount
	After: kmod-static-nodes.service
	After: swap.target
	After: systemd-hwdb-update.service
	After: emergency.target
	After: systemd-journald.service
	After: dev-hugepages.mount
	After: systemd-modules-load.service
	After: proc-sys-fs-binfmt_misc.automount
	After: sys-kernel-config.mount
	After: dev-mqueue.mount
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-tmpfiles-setup.service
	After: systemd-update-utmp.service
	After: systemd-sysctl.service
	After: kbd.service
	After: nfs-common.service
	After: local-fs.target
	After: systemd-machine-id-commit.service
	References: resolvconf.service
	References: systemd-binfmt.service
	References: keyboard-setup.service
	References: systemd-journald.service
	References: kbd.service
	References: local-fs.target
	References: systemd-ask-password-console.path
	References: sys-fs-fuse-connections.mount
	References: networking.service
	References: emergency.target
	References: nfs-common.service
	References: systemd-udevd.service
	References: systemd-random-seed.service
	References: systemd-modules-load.service
	References: systemd-timesyncd.service
	References: shutdown.target
	References: dev-hugepages.mount
	References: systemd-sysctl.service
	References: systemd-journal-flush.service
	References: proc-sys-fs-binfmt_misc.automount
	References: dev-mqueue.mount
	References: swap.target
	References: emergency.service
	References: systemd-tmpfiles-setup.service
	References: kmod-static-nodes.service
	References: systemd-machine-id-commit.service
	References: sys-kernel-debug.mount
	References: systemd-tmpfiles-setup-dev.service
	References: sys-kernel-config.mount
	References: cryptsetup.target
	References: systemd-hwdb-update.service
	References: systemd-udev-trigger.service
	References: systemd-update-utmp.service
	References: console-setup.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: nfs-common.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: rpcbind.socket
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-networkd-resolvconf-update.path
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: org.freedesktop.timedate1.busname
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-journald.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: rescue.service
	ReferencedBy: basic.target
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: console-setup.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: org.freedesktop.login1.busname
	ReferencedBy: acpid.socket
	ReferencedBy: org.freedesktop.resolve1.busname
	ReferencedBy: org.freedesktop.network1.busname
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: dbus.socket
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: rescue.target
	ReferencedBy: acpid.path
	ReferencedBy: org.freedesktop.hostname1.busname
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: kbd.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: org.freedesktop.locale1.busname
	ReferencedBy: networking.service
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: org.freedesktop.systemd1.busname
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/cron.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: cron.service
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: system.slice
	After: systemd-journald.socket
	After: basic.target
	References: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: basic.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: 618
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	EnvironmentFile: -/etc/default/cron
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/cron -f $EXTRA_OPTS
			PID: 618
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
-> Unit resolvconf.service:
	Description: Nameserver information manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/resolvconf.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: resolvconf.service
	Documentation: man:resolvconf(8)
	Fragment Path: /lib/systemd/system/resolvconf.service
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Wants: systemd-networkd-resolvconf-update.path
	WantedBy: sysinit.target
	Before: systemd-networkd-resolvconf-update.service
	Before: networking.service
	After: system.slice
	After: systemd-journald.socket
	References: system.slice
	References: systemd-networkd-resolvconf-update.path
	References: systemd-journald.socket
	References: networking.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-networkd-resolvconf-update.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStartPre:
		Command Line: /bin/mkdir -p /run/resolvconf/interface
			PID: 134
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/touch /run/resolvconf/postponed-update
			PID: 148
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /sbin/resolvconf --enable-updates
			PID: 158
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/resolvconf --disable-updates
-> Unit display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	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 time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: time-sync.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Wed 2015-11-18 09:28:27 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:27 EST
	Assert Result: yes
	WantedBy: systemd-timesyncd.service
	Conflicts: shutdown.target
	Before: nfs-common.service
	Before: systemd-tmpfiles-clean.service
	After: systemd-timesyncd.service
	References: shutdown.target
	ReferencedBy: nfs-common.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-timesyncd.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit ssh.service:
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/ssh.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: ssh.service
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: network.target
	After: auditd.service
	After: basic.target
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: network.target
	References: auditd.service
	References: basic.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 623
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	EnvironmentFile: -/etc/default/ssh
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
			PID: 623
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: network.target
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	WantedBy: systemd-networkd.service
	WantedBy: networking.service
	Conflicts: shutdown.target
	Before: systemd-resolved.service
	Before: rc-local.service
	Before: ssh.service
	Before: network-online.target
	After: network-pre.target
	After: systemd-networkd.service
	After: networking.service
	References: shutdown.target
	References: network-pre.target
	ReferencedBy: network-online.target
	ReferencedBy: rc-local.service
	ReferencedBy: networking.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: ssh.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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
	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
	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 failed
	ConditionPathExists: /dev/tty2 untested
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: no
	Requires: system.slice
	Requires: basic.target
	WantedBy: getty.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: getty.target
	After: system.slice
	After: systemd-journald.socket
	After: basic.target
	References: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: basic.target
	ReferencedBy: getty.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> 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 systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-journald.service
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Requires: systemd-journald.socket
	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: systemd-journald-audit.socket
	After: syslog.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: systemd-journald.socket
	References: systemd-journald-audit.socket
	References: syslog.socket
	References: systemd-journald-dev-log.socket
	References: system.slice
	References: sysinit.target
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-journald-audit.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-journald.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: all
	NotifyState: ready
	Main PID: 183
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
			PID: 183
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
	Status Text: Processing requests...
	File Descriptor Store Max: 1024
	File Descriptor Store Current: 7
-> Unit org.freedesktop.timedate1.busname:
	Description: Time & Date Service Bus Name
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.timedate1.busname
	Documentation: man:systemd-timedated.service(8)
	Documentation: man:localtime(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
	Fragment Path: /lib/systemd/system/org.freedesktop.timedate1.busname
	Requires: sysinit.target
	WantedBy: busnames.target
	Conflicts: shutdown.target
	Before: busnames.target
	Before: shutdown.target
	Before: systemd-timedated.service
	After: sysinit.target
	Triggers: systemd-timedated.service
	References: busnames.target
	References: sysinit.target
	References: shutdown.target
	References: systemd-timedated.service
	ReferencedBy: busnames.target
	ReferencedBy: systemd-timedated.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Bus Name State: dead
	Result: success
	Name: org.freedesktop.timedate1
	Activating: yes
	Accept FD: yes
-> Unit org.freedesktop.systemd1.busname:
	Description: System and Service Manager Bus Name
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.systemd1.busname
	Documentation: man:systemd(1)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd
	Fragment Path: /lib/systemd/system/org.freedesktop.systemd1.busname
	Requires: sysinit.target
	WantedBy: busnames.target
	Conflicts: shutdown.target
	Before: busnames.target
	Before: shutdown.target
	After: sysinit.target
	References: busnames.target
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: busnames.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Bus Name State: dead
	Result: success
	Name: org.freedesktop.systemd1
	Activating: no
	Accept FD: yes
-> Unit plymouth-start.service:
	Description: plymouth-start.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: plymouth-start.service
	Before: rescue.service
	Before: systemd-ask-password-console.service
	Before: systemd-ask-password-console.path
	ReferencedBy: rescue.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-ask-password-console.path
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: remote-fs.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	DropIn Path: /run/systemd/generator/remote-fs.target.d/50-insserv.conf.conf
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Wants: remote-fs-pre.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: console-setup.service
	Before: kbd.service
	Before: systemd-user-sessions.service
	Before: irqbalance.service
	After: remote-fs-pre.target
	References: remote-fs-pre.target
	References: shutdown.target
	ReferencedBy: irqbalance.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: console-setup.service
	ReferencedBy: kbd.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit session-1.scope:
	Description: Session 1 of user root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Slice: user-0.slice
	CGroup: /user.slice/user-0.slice/session-1.scope
	CGroup realized: yes
	CGroup mask: 0x57
	CGroup members mask: 0x0
	Name: session-1.scope
	DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-Description.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-Slice.conf
	Condition Timestamp: Wed 2015-11-18 09:28:58 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:58 EST
	Assert Result: yes
	Requires: user-0.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: user-0.slice
	After: systemd-logind.service
	After: systemd-user-sessions.service
	References: user-0.slice
	References: shutdown.target
	References: systemd-logind.service
	References: systemd-user-sessions.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: syslog.socket
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	Requires: -.slice
	Wants: systemd-setup-dgram-qlen.service
	RequiredBy: rsyslog.service
	Conflicts: shutdown.target
	ConflictedBy: emergency.service
	Before: sockets.target
	Before: rsyslog.service
	Before: shutdown.target
	Before: systemd-journald.service
	After: systemd-setup-dgram-qlen.service
	After: -.mount
	After: -.slice
	Triggers: rsyslog.service
	References: rsyslog.service
	References: systemd-setup-dgram-qlen.service
	References: -.slice
	References: -.mount
	References: sockets.target
	References: shutdown.target
	ReferencedBy: rsyslog.service
	ReferencedBy: systemd-setup-dgram-qlen.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: emergency.service
	RequiresMountsFor: /run/systemd/journal/syslog
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-udevd.service:
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: udev.service
	Name: systemd-udevd.service
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Wants: systemd-udevd-kernel.socket
	Wants: systemd-udevd-control.socket
	WantedBy: sysinit.target
	WantedBy: systemd-udev-trigger.service
	Before: systemd-networkd.service
	Before: keyboard-setup.service
	Before: sysinit.target
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-journald.socket
	After: systemd-sysusers.service
	After: system.slice
	After: systemd-udevd-kernel.socket
	After: systemd-udevd-control.socket
	TriggeredBy: systemd-udevd-kernel.socket
	TriggeredBy: systemd-udevd-control.socket
	References: systemd-journald.socket
	References: systemd-sysusers.service
	References: system.slice
	References: sysinit.target
	References: systemd-udevd-kernel.socket
	References: systemd-udevd-control.socket
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-udevd-control.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	Main PID: 187
	Main PID Known: yes
	Main PID Alien: no
	KillMode: mixed
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: -1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
			PID: 187
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
	Status Text: Processing...
-> Unit systemd-tmpfiles-setup-dev.service:
	Description: Create Static Device Nodes in /dev
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-setup-dev.service
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: local-fs-pre.target
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-udevd.service
	After: system.slice
	After: kmod-static-nodes.service
	After: systemd-journald.socket
	After: systemd-sysusers.service
	References: local-fs-pre.target
	References: shutdown.target
	References: systemd-sysusers.service
	References: system.slice
	References: systemd-journald.socket
	References: systemd-udevd.service
	References: sysinit.target
	ReferencedBy: sysinit.target
	ReferencedBy: kmod-static-nodes.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
			PID: 180
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
-> 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
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: 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
	Following Set Member: dev-ttyS1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit nfs-common.service:
	Description: LSB: NFS support files common to client and server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/nfs-common.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: nfs-common.service
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/nfs-common.service
	Source Path: /etc/init.d/nfs-common
	Condition Timestamp: Wed 2015-11-18 09:28:27 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:27 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: system.slice
	After: rpcbind.target
	After: time-sync.target
	After: systemd-journald.socket
	References: rpcbind.target
	References: time-sync.target
	References: sysinit.target
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/nfs-common start
			PID: 298
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/nfs-common stop
-> Unit sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda.device:
	Description: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda.device
	Following Set Member: dev-vda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda
-> Unit rpcbind.target:
	Description: RPC Port Mapper
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rpcbind.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rpcbind.target
	Source Path: /etc/insserv.conf.d/rpcbind
	DropIn Path: /run/systemd/generator/rpcbind.target.d/50-hard-dependency-rpcbind-$portmap.conf
	Requires: rpcbind.service
	WantedBy: rpcbind.service
	Conflicts: shutdown.target
	Before: nfs-common.service
	After: rpcbind.service
	References: shutdown.target
	References: rpcbind.service
	ReferencedBy: nfs-common.service
	ReferencedBy: rpcbind.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit console-setup.service:
	Description: LSB: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/console-setup.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: console-setup.service
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/console-setup.service
	Source Path: /etc/init.d/console-setup
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	After: console-screen.service
	After: systemd-journald.socket
	After: kbd.service
	After: system.slice
	After: remote-fs.target
	References: console-screen.service
	References: systemd-journald.socket
	References: kbd.service
	References: system.slice
	References: sysinit.target
	References: remote-fs.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/console-setup start
			PID: 200
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/console-setup reload
	-> ExecStop:
		Command Line: /etc/init.d/console-setup stop
-> Unit systemd-logind.service:
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-logind.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-logind.service
	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 succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	Wants: user.slice
	Wants: dbus.socket
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: session-1.scope
	Before: shutdown.target
	Before: multi-user.target
	After: user.slice
	After: systemd-journald.socket
	After: dbus.socket
	After: system.slice
	After: basic.target
	After: org.freedesktop.login1.busname
	After: nss-user-lookup.target
	TriggeredBy: org.freedesktop.login1.busname
	References: nss-user-lookup.target
	References: systemd-journald.socket
	References: dbus.socket
	References: shutdown.target
	References: system.slice
	References: basic.target
	References: org.freedesktop.login1.busname
	References: user.slice
	ReferencedBy: org.freedesktop.login1.busname
	ReferencedBy: session-1.scope
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	Main PID: 613
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
			PID: 613
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
	Status Text: Processing requests...
-> Unit acpid.service:
	Description: ACPI event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/acpid.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: acpid.service
	Fragment Path: /lib/systemd/system/acpid.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: acpid.socket
	Requires: system.slice
	Requires: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: acpid.path
	After: system.slice
	After: acpid.socket
	After: basic.target
	TriggeredBy: acpid.path
	TriggeredBy: acpid.socket
	References: acpid.socket
	References: system.slice
	References: shutdown.target
	References: basic.target
	ReferencedBy: acpid.path
	ReferencedBy: acpid.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: 622
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	EnvironmentFile: /etc/default/acpid
	LimitNOFILE: 4096
	StandardInput: socket
	StandardOutput: inherit
	StandardError: inherit
	-> ExecStart:
		Command Line: /usr/sbin/acpid $OPTIONS
			PID: 622
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
-> Unit org.freedesktop.locale1.busname:
	Description: Locale Service Bus Name
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.locale1.busname
	Documentation: man:systemd-localed.service(8)
	Documentation: man:locale.conf(5)
	Documentation: man:vconsole.conf(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
	Fragment Path: /lib/systemd/system/org.freedesktop.locale1.busname
	Requires: sysinit.target
	WantedBy: busnames.target
	Conflicts: shutdown.target
	Before: systemd-localed.service
	Before: busnames.target
	Before: shutdown.target
	After: sysinit.target
	Triggers: systemd-localed.service
	References: systemd-localed.service
	References: busnames.target
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: busnames.target
	ReferencedBy: systemd-localed.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Bus Name State: dead
	Result: success
	Name: org.freedesktop.locale1
	Activating: yes
	Accept FD: yes
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: slices.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Wants: system.slice
	Wants: -.slice
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: system.slice
	After: user.slice
	After: -.slice
	References: system.slice
	References: shutdown.target
	References: -.slice
	ReferencedBy: system.slice
	ReferencedBy: user.slice
	ReferencedBy: -.slice
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: -.slice
	CGroup: /system.slice
	CGroup realized: yes
	CGroup mask: 0x57
	CGroup members mask: 0x10
	Name: system.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/system.slice
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.slice
	Wants: -.slice
	RequiredBy: ssh.service
	RequiredBy: systemd-remount-fs.service
	RequiredBy: kmod-static-nodes.service
	RequiredBy: systemd-machine-id-commit.service
	RequiredBy: systemd-ask-password-console.service
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: systemd-update-utmp.service
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-user-sessions.service
	RequiredBy: getty-static.service
	RequiredBy: kbd.service
	RequiredBy: systemd-hwdb-update.service
	RequiredBy: do-resize.service
	RequiredBy: systemd-modules-load.service
	RequiredBy: sys-fs-fuse-connections.mount
	RequiredBy: sys-kernel-config.mount
	RequiredBy: atd.service
	RequiredBy: resolvconf.service
	RequiredBy: systemd-networkd-resolvconf-update.service
	RequiredBy: rescue.service
	RequiredBy: system-getty.slice
	RequiredBy: systemd-fsckd.service
	RequiredBy: systemd-tmpfiles-setup-dev.service
	RequiredBy: systemd-udevd.service
	RequiredBy: systemd-reboot.service
	RequiredBy: proc-sys-fs-binfmt_misc.mount
	RequiredBy: systemd-journald.service
	RequiredBy: systemd-hostnamed.service
	RequiredBy: systemd-random-seed.service
	RequiredBy: systemd-resolved.service
	RequiredBy: dev-mqueue.mount
	RequiredBy: systemd-ask-password-wall.service
	RequiredBy: networking.service
	RequiredBy: systemd-setup-dgram-qlen.service
	RequiredBy: -.mount
	RequiredBy: cron.service
	RequiredBy: nfs-common.service
	RequiredBy: unattended-upgrades.service
	RequiredBy: systemd-localed.service
	RequiredBy: emergency.service
	RequiredBy: systemd-binfmt.service
	RequiredBy: sys-kernel-debug.mount
	RequiredBy: systemd-udev-trigger.service
	RequiredBy: systemd-tmpfiles-setup.service
	RequiredBy: console-setup.service
	RequiredBy: systemd-networkd.service
	RequiredBy: rc-local.service
	RequiredBy: systemd-fsck-root.service
	RequiredBy: systemd-initctl.service
	RequiredBy: irqbalance.service
	RequiredBy: rpcbind.service
	RequiredBy: systemd-tmpfiles-clean.service
	RequiredBy: rsyslog.service
	RequiredBy: keyboard-setup.service
	RequiredBy: systemd-timesyncd.service
	RequiredBy: run-user-0.mount
	RequiredBy: systemd-timedated.service
	RequiredBy: dbus.service
	RequiredBy: dev-hugepages.mount
	RequiredBy: acpid.service
	RequiredBy: systemd-journal-flush.service
	RequiredBy: systemd-sysctl.service
	RequiredBy: systemd-logind.service
	WantedBy: slices.target
	Before: rpcbind.service
	Before: nfs-common.service
	Before: -.mount
	Before: system-getty.slice
	Before: systemd-journal-flush.service
	Before: systemd-remount-fs.service
	Before: proc-sys-fs-binfmt_misc.mount
	Before: atd.service
	Before: systemd-machine-id-commit.service
	Before: getty-static.service
	Before: systemd-sysctl.service
	Before: systemd-initctl.service
	Before: systemd-journald.service
	Before: systemd-binfmt.service
	Before: sys-fs-fuse-connections.mount
	Before: systemd-hwdb-update.service
	Before: systemd-fsckd.service
	Before: resolvconf.service
	Before: sys-kernel-debug.mount
	Before: dbus.service
	Before: systemd-ask-password-wall.service
	Before: systemd-resolved.service
	Before: slices.target
	Before: systemd-timesyncd.service
	Before: kmod-static-nodes.service
	Before: unattended-upgrades.service
	Before: dev-hugepages.mount
	Before: acpid.service
	Before: systemd-localed.service
	Before: ssh.service
	Before: systemd-modules-load.service
	Before: sys-kernel-config.mount
	Before: rescue.service
	Before: systemd-update-utmp-runlevel.service
	Before: systemd-udev-trigger.service
	Before: cron.service
	Before: systemd-update-utmp.service
	Before: systemd-fsck-root.service
	Before: emergency.service
	Before: console-setup.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: rsyslog.service
	Before: rc-local.service
	Before: systemd-reboot.service
	Before: systemd-halt.service
	Before: do-resize.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-networkd.service
	Before: systemd-logind.service
	Before: systemd-user-sessions.service
	Before: systemd-timedated.service
	Before: keyboard-setup.service
	Before: systemd-setup-dgram-qlen.service
	Before: run-user-0.mount
	Before: dev-mqueue.mount
	Before: irqbalance.service
	Before: systemd-ask-password-console.service
	Before: systemd-hostnamed.service
	Before: systemd-networkd-resolvconf-update.service
	Before: kbd.service
	Before: systemd-random-seed.service
	Before: systemd-udevd.service
	Before: networking.service
	Before: systemd-tmpfiles-setup.service
	After: -.slice
	References: slices.target
	References: -.slice
	ReferencedBy: rsyslog.service
	ReferencedBy: systemd-timedated.service
	ReferencedBy: rpcbind.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: getty-static.service
	ReferencedBy: dbus.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: acpid.service
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-initctl.service
	ReferencedBy: console-setup.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: do-resize.service
	ReferencedBy: emergency.service
	ReferencedBy: irqbalance.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-localed.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: rescue.service
	ReferencedBy: cron.service
	ReferencedBy: systemd-fsckd.service
	ReferencedBy: systemd-setup-dgram-qlen.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: kbd.service
	ReferencedBy: atd.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: resolvconf.service
	ReferencedBy: unattended-upgrades.service
	ReferencedBy: slices.target
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: systemd-hostnamed.service
	ReferencedBy: systemd-halt.service
	ReferencedBy: system-getty.slice
	ReferencedBy: -.mount
	ReferencedBy: nfs-common.service
	ReferencedBy: ssh.service
	ReferencedBy: systemd-reboot.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: rc-local.service
	ReferencedBy: run-user-0.mount
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: networking.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-networkd-resolvconf-update.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sockets.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Wants: systemd-journald-dev-log.socket
	Wants: systemd-udevd-control.socket
	Wants: systemd-initctl.socket
	Wants: systemd-journald-audit.socket
	Wants: rpcbind.socket
	Wants: acpid.socket
	Wants: systemd-udevd-kernel.socket
	Wants: systemd-journald.socket
	Wants: dbus.socket
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: acpid.socket
	After: syslog.socket
	After: systemd-udevd-control.socket
	After: rpcbind.socket
	After: systemd-journald.socket
	After: systemd-journald-audit.socket
	After: systemd-udevd-kernel.socket
	After: systemd-journald-dev-log.socket
	After: dbus.socket
	After: systemd-initctl.socket
	References: systemd-journald-dev-log.socket
	References: systemd-udevd-control.socket
	References: systemd-initctl.socket
	References: systemd-journald-audit.socket
	References: rpcbind.socket
	References: acpid.socket
	References: systemd-udevd-kernel.socket
	References: systemd-journald.socket
	References: dbus.socket
	References: shutdown.target
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: acpid.socket
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: rpcbind.socket
	ReferencedBy: basic.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-journald-audit.socket
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: dbus.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit cryptsetup.target:
	Description: Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: cryptsetup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	References: shutdown.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: paths.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Wants: acpid.path
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-ask-password-wall.path
	After: acpid.path
	After: systemd-networkd-resolvconf-update.path
	After: systemd-ask-password-console.path
	References: acpid.path
	References: shutdown.target
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: acpid.path
	ReferencedBy: systemd-networkd-resolvconf-update.path
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-initctl.socket:
	Description: /dev/initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-initctl.socket
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	Requires: -.slice
	WantedBy: sockets.target
	Before: sockets.target
	Before: systemd-initctl.service
	After: -.mount
	After: -.slice
	Triggers: systemd-initctl.service
	References: sockets.target
	References: systemd-initctl.service
	References: -.mount
	References: -.slice
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/systemd/initctl/fifo
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit keymap.service:
	Description: keymap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: keymap.service
	Before: keyboard-setup.service
	ReferencedBy: keyboard-setup.service
-> Unit systemd-journal-flush.service:
	Description: Flush Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-journal-flush.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-journal-flush.service
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Requires: systemd-journald.service
	Requires: -.mount
	WantedBy: sysinit.target
	Before: systemd-user-sessions.service
	Before: systemd-tmpfiles-setup.service
	After: systemd-journald.service
	After: -.mount
	After: systemd-remount-fs.service
	After: system.slice
	After: systemd-journald.socket
	References: -.mount
	References: systemd-user-sessions.service
	References: systemd-journald.service
	References: systemd-journald.socket
	References: system.slice
	References: systemd-tmpfiles-setup.service
	References: systemd-remount-fs.service
	ReferencedBy: sysinit.target
	RequiresMountsFor: /var/log/journal
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/journalctl --flush
			PID: 267
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Code: exited
			Exit Status: 0
-> Unit run-user-0.mount:
	Description: /run/user/0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:58 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: run-user-0.mount
	Source Path: /proc/self/mountinfo
	Requires: system.slice
	Requires: -.mount
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: system.slice
	After: -.mount
	After: systemd-journald.socket
	After: local-fs-pre.target
	References: systemd-journald.socket
	References: system.slice
	References: local-fs-pre.target
	References: local-fs.target
	References: umount.target
	References: -.mount
	RequiresMountsFor: /run/user
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /run/user/0
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=205316k,mode=700
	From /proc/self/mountinfo: yes
	From fragment: no
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-initctl.service:
	Description: /dev/initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: system.slice
	After: systemd-journald.socket
	After: systemd-initctl.socket
	TriggeredBy: systemd-initctl.socket
	References: system.slice
	References: systemd-journald.socket
	ReferencedBy: systemd-initctl.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-initctl
-> Unit systemd-update-done.service:
	Description: systemd-update-done.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	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 busnames.target:
	Description: Bus Names
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: busnames.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/busnames.target
	Wants: org.freedesktop.systemd1.busname
	Wants: org.freedesktop.timedate1.busname
	Wants: org.freedesktop.hostname1.busname
	Wants: org.freedesktop.locale1.busname
	Wants: org.freedesktop.resolve1.busname
	Wants: org.freedesktop.network1.busname
	Wants: org.freedesktop.login1.busname
	Conflicts: shutdown.target
	After: org.freedesktop.resolve1.busname
	After: org.freedesktop.timedate1.busname
	After: org.freedesktop.locale1.busname
	After: org.freedesktop.login1.busname
	After: org.freedesktop.hostname1.busname
	After: org.freedesktop.network1.busname
	After: org.freedesktop.systemd1.busname
	References: shutdown.target
	References: org.freedesktop.systemd1.busname
	References: org.freedesktop.timedate1.busname
	References: org.freedesktop.hostname1.busname
	References: org.freedesktop.locale1.busname
	References: org.freedesktop.resolve1.busname
	References: org.freedesktop.network1.busname
	References: org.freedesktop.login1.busname
	ReferencedBy: org.freedesktop.resolve1.busname
	ReferencedBy: org.freedesktop.timedate1.busname
	ReferencedBy: org.freedesktop.locale1.busname
	ReferencedBy: org.freedesktop.login1.busname
	ReferencedBy: org.freedesktop.hostname1.busname
	ReferencedBy: org.freedesktop.network1.busname
	ReferencedBy: org.freedesktop.systemd1.busname
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit org.freedesktop.hostname1.busname:
	Description: Hostname Service Bus Name
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.hostname1.busname
	Documentation: man:systemd-hostnamed.service(8)
	Documentation: man:hostname(5)
	Documentation: man:machine-info(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
	Fragment Path: /lib/systemd/system/org.freedesktop.hostname1.busname
	Requires: sysinit.target
	WantedBy: busnames.target
	Conflicts: shutdown.target
	Before: systemd-hostnamed.service
	Before: busnames.target
	Before: shutdown.target
	After: sysinit.target
	Triggers: systemd-hostnamed.service
	References: systemd-hostnamed.service
	References: busnames.target
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: busnames.target
	ReferencedBy: systemd-hostnamed.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Bus Name State: dead
	Result: success
	Name: org.freedesktop.hostname1
	Activating: yes
	Accept FD: yes
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald-audit.socket
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ succeeded
	ConditionSecurity: audit succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.slice
	WantedBy: sockets.target
	WantedBy: systemd-journald.service
	Before: sockets.target
	Before: systemd-journald.service
	After: -.slice
	Triggers: systemd-journald.service
	References: sockets.target
	References: systemd-journald.service
	References: -.slice
	ReferencedBy: sockets.target
	ReferencedBy: systemd-journald.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	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
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-getty.slice
	CGroup: /system.slice/system-getty.slice/getty at tty1.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: getty at tty1.service
	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: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: basic.target
	Requires: system-getty.slice
	WantedBy: getty.target
	Conflicts: shutdown.target
	Before: getty.target
	Before: shutdown.target
	After: plymouth-quit-wait.service
	After: system-getty.slice
	After: systemd-journald.socket
	After: systemd-user-sessions.service
	After: rc-local.service
	After: basic.target
	References: plymouth-quit-wait.service
	References: shutdown.target
	References: system-getty.slice
	References: getty.target
	References: systemd-journald.socket
	References: systemd-user-sessions.service
	References: rc-local.service
	References: basic.target
	ReferencedBy: getty.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	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: 634
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: 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=
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/tty1
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	UtmpIdentifier: tty1
	-> ExecStart:
		Command Line: /sbin/agetty --noclear %I $TERM
			PID: 634
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
-> Unit systemd-fsck-root.service:
	Description: File System Check on Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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 failed
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: no
	Requires: system.slice
	Wants: systemd-fsckd.socket
	WantedBy: local-fs.target
	Before: systemd-remount-fs.service
	Before: local-fs.target
	Before: shutdown.target
	After: system.slice
	After: systemd-fsckd.socket
	After: systemd-journald.socket
	References: systemd-fsckd.socket
	References: system.slice
	References: local-fs.target
	References: shutdown.target
	References: systemd-journald.socket
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: local-fs.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/rc-local.service
	CGroup realized: yes
	CGroup mask: 0x10
	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 succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: shutdown.target
	Before: multi-user.target
	After: network-online.target
	After: system.slice
	After: network.target
	After: basic.target
	After: systemd-journald.socket
	References: network-online.target
	References: system.slice
	References: network.target
	References: shutdown.target
	References: basic.target
	References: systemd-journald.socket
	ReferencedBy: getty at tty1.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: journal+console
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/rc.local start
			PID: 624
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Code: exited
			Exit Status: 0
-> Unit acpid.socket:
	Description: ACPID Listen Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: acpid.socket
	Fragment Path: /lib/systemd/system/acpid.socket
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Requires: -.slice
	RequiredBy: acpid.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: acpid.service
	Before: sockets.target
	Before: shutdown.target
	After: sysinit.target
	After: -.mount
	After: -.slice
	Triggers: acpid.service
	References: -.mount
	References: acpid.service
	References: sockets.target
	References: shutdown.target
	References: sysinit.target
	References: -.slice
	ReferencedBy: acpid.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/acpid.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: acpid.socket
	SELinuxContextFromNet: no
	ListenStream: /run/acpid.socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-vda.device:
	Description: /dev/vda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-vda.device
	Following: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda
-> Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: auditd.service
	Before: systemd-update-utmp.service
	Before: ssh.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: ssh.service
-> Unit dev-vda1.device:
	Description: /dev/vda1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-vda1.device
	Following: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device
	Following Set Member: dev-disk-by\x2dlabel-DOROOT.device
	Following Set Member: dev-disk-by\x2duuid-d75779ce\x2d0482\x2d4e93\x2da95d\x2d7bb8a73a2998.device
	Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio2-block-vda-vda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/virtio2/block/vda/vda1
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald.socket
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	Requires: -.slice
	RequiredBy: systemd-journald.service
	WantedBy: sockets.target
	WantedBy: systemd-journald.service
	Before: unattended-upgrades.service
	Before: systemd-reboot.service
	Before: systemd-networkd.service
	Before: systemd-update-utmp.service
	Before: systemd-modules-load.service
	Before: nfs-common.service
	Before: systemd-tmpfiles-setup.service
	Before: cron.service
	Before: systemd-initctl.service
	Before: systemd-binfmt.service
	Before: rc-local.service
	Before: systemd-hwdb-update.service
	Before: networking.service
	Before: systemd-timesyncd.service
	Before: kmod-static-nodes.service
	Before: atd.service
	Before: dev-mqueue.mount
	Before: systemd-journal-flush.service
	Before: systemd-user-sessions.service
	Before: getty-static.service
	Before: systemd-udevd.service
	Before: systemd-fsckd.service
	Before: kbd.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-sysctl.service
	Before: systemd-udev-trigger.service
	Before: systemd-networkd-resolvconf-update.service
	Before: systemd-random-seed.service
	Before: systemd-logind.service
	Before: ssh.service
	Before: keyboard-setup.service
	Before: sys-kernel-config.mount
	Before: systemd-machine-id-commit.service
	Before: getty at tty1.service
	Before: irqbalance.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-ask-password-wall.service
	Before: systemd-fsck-root.service
	Before: resolvconf.service
	Before: do-resize.service
	Before: systemd-hostnamed.service
	Before: systemd-journald.service
	Before: sys-fs-fuse-connections.mount
	Before: sockets.target
	Before: sys-kernel-debug.mount
	Before: run-user-0.mount
	Before: dev-hugepages.mount
	Before: rpcbind.service
	Before: systemd-remount-fs.service
	Before: systemd-update-utmp-runlevel.service
	Before: console-setup.service
	Before: dbus.service
	Before: systemd-resolved.service
	Before: systemd-ask-password-console.service
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-localed.service
	Before: user at 0.service
	Before: systemd-timedated.service
	Before: systemd-halt.service
	After: -.mount
	After: -.slice
	Triggers: systemd-journald.service
	References: sockets.target
	References: systemd-journald.service
	References: -.mount
	References: -.slice
	ReferencedBy: ssh.service
	ReferencedBy: unattended-upgrades.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: rpcbind.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: networking.service
	ReferencedBy: systemd-resolved.service
	ReferencedBy: do-resize.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: console-setup.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-hostnamed.service
	ReferencedBy: run-user-0.mount
	ReferencedBy: rc-local.service
	ReferencedBy: systemd-localed.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: kbd.service
	ReferencedBy: systemd-fsckd.service
	ReferencedBy: dbus.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-halt.service
	ReferencedBy: user at 0.service
	ReferencedBy: getty-static.service
	ReferencedBy: systemd-initctl.service
	ReferencedBy: resolvconf.service
	ReferencedBy: systemd-timedated.service
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: irqbalance.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: systemd-reboot.service
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: nfs-common.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-logind.service
	ReferencedBy: atd.service
	ReferencedBy: sockets.target
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: cron.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: systemd-networkd-resolvconf-update.service
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-networkd.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: 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: systemd-journald.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	ListenStream: /run/systemd/journal/stdout
	ListenDatagram: /run/systemd/journal/socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sys-kernel-debug.mount:
	Description: Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/sys-kernel-debug.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: sys-kernel-debug.mount
	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
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/debug succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: system.slice
	After: -.mount
	After: systemd-journald.socket
	References: system.slice
	References: sysinit.target
	References: -.mount
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	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
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-update-utmp.service:
	Description: Update UTMP about System Boot/Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-update-utmp.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-update-utmp.service
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Wed 2015-11-18 09:28:27 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:27 EST
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	RequisiteOf: systemd-update-utmp-runlevel.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-update-utmp-runlevel.service
	After: systemd-remount-fs.service
	After: -.mount
	After: systemd-journald.socket
	After: systemd-tmpfiles-setup.service
	After: auditd.service
	After: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: systemd-remount-fs.service
	References: -.mount
	References: system.slice
	References: auditd.service
	References: systemd-tmpfiles-setup.service
	References: sysinit.target
	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
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp reboot
			PID: 288
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
-> 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
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: 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
	Following Set Member: dev-ttyS3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit unattended-upgrades.service:
	Description: Unattended Upgrades Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: unattended-upgrades.service
	Documentation: man:unattended-upgrade(8)
	Fragment Path: /lib/systemd/system/unattended-upgrades.service
	Requires: system.slice
	WantedBy: shutdown.target
	Before: shutdown.target
	Before: reboot.target
	Before: halt.target
	After: system.slice
	After: systemd-journald.socket
	References: system.slice
	References: halt.target
	References: systemd-journald.socket
	References: reboot.target
	References: shutdown.target
	ReferencedBy: shutdown.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/share/unattended-upgrades/unattended-upgrade-shutdown
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-random-seed.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: urandom.service
	Name: systemd-random-seed.service
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	Condition Timestamp: Wed 2015-11-18 09:28:27 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:27 EST
	Assert Result: yes
	Requires: system.slice
	Requires: -.mount
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	Before: networking.service
	After: systemd-remount-fs.service
	After: system.slice
	After: -.mount
	After: systemd-journald.socket
	References: sysinit.target
	References: systemd-remount-fs.service
	References: -.mount
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	RequiresMountsFor: /var/lib/systemd/random-seed
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-random-seed load
			PID: 269
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup mask: 0x57
	CGroup members mask: 0x7f
	Name: -.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/-.slice
	RequiredBy: acpid.socket
	RequiredBy: user.slice
	RequiredBy: systemd-initctl.socket
	RequiredBy: systemd-journald.socket
	RequiredBy: dbus.socket
	RequiredBy: systemd-udevd-control.socket
	RequiredBy: systemd-journald-dev-log.socket
	RequiredBy: systemd-udevd-kernel.socket
	RequiredBy: systemd-fsckd.socket
	RequiredBy: syslog.socket
	RequiredBy: init.scope
	RequiredBy: rpcbind.socket
	RequiredBy: systemd-journald-audit.socket
	RequiredBy: system.slice
	WantedBy: system.slice
	WantedBy: slices.target
	Before: system.slice
	Before: systemd-journald-audit.socket
	Before: systemd-udevd-control.socket
	Before: systemd-journald-dev-log.socket
	Before: systemd-journald.socket
	Before: init.scope
	Before: rpcbind.socket
	Before: dbus.socket
	Before: user.slice
	Before: systemd-initctl.socket
	Before: slices.target
	Before: syslog.socket
	Before: systemd-fsckd.socket
	Before: systemd-udevd-kernel.socket
	Before: acpid.socket
	References: slices.target
	ReferencedBy: acpid.socket
	ReferencedBy: systemd-fsckd.socket
	ReferencedBy: slices.target
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: user.slice
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-journald.socket
	ReferencedBy: init.scope
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: system.slice
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: rpcbind.socket
	ReferencedBy: dbus.socket
	ReferencedBy: systemd-journald-audit.socket
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	TasksAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit multi-user.target:
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: runlevel3.target
	Name: runlevel2.target
	Name: multi-user.target
	Name: runlevel4.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: basic.target
	Wants: systemd-logind.service
	Wants: irqbalance.service
	Wants: do-resize.service
	Wants: cron.service
	Wants: dbus.service
	Wants: rc-local.service
	Wants: systemd-ask-password-wall.path
	Wants: rsyslog.service
	Wants: getty.target
	Wants: atd.service
	Wants: ssh.service
	Wants: systemd-update-utmp-runlevel.service
	Wants: systemd-user-sessions.service
	Wants: remote-fs.target
	RequiredBy: graphical.target
	Conflicts: rescue.service
	Conflicts: shutdown.target
	Conflicts: rescue.target
	Before: graphical.target
	Before: systemd-update-utmp-runlevel.service
	After: systemd-logind.service
	After: getty.target
	After: cron.service
	After: rescue.target
	After: do-resize.service
	After: basic.target
	After: dbus.service
	After: irqbalance.service
	After: systemd-user-sessions.service
	After: rsyslog.service
	After: rescue.service
	After: atd.service
	After: ssh.service
	After: rc-local.service
	After: systemd-networkd.service
	References: systemd-ask-password-wall.path
	References: systemd-logind.service
	References: do-resize.service
	References: basic.target
	References: irqbalance.service
	References: systemd-user-sessions.service
	References: getty.target
	References: rsyslog.service
	References: shutdown.target
	References: ssh.service
	References: cron.service
	References: atd.service
	References: rescue.target
	References: rescue.service
	References: remote-fs.target
	References: systemd-update-utmp-runlevel.service
	References: rc-local.service
	References: dbus.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: graphical.target
	ReferencedBy: irqbalance.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dbus.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dbus.service
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: dbus.socket
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: systemd-networkd.service
	Before: shutdown.target
	Before: multi-user.target
	After: system.slice
	After: dbus.socket
	After: systemd-journald.socket
	After: basic.target
	TriggeredBy: dbus.socket
	References: shutdown.target
	References: basic.target
	References: systemd-journald.socket
	References: dbus.socket
	References: system.slice
	ReferencedBy: systemd-networkd.service
	ReferencedBy: dbus.socket
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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: 616
	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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: -900
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
			PID: 616
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit org.freedesktop.resolve1.busname:
	Description: Network Name Resolution Service Bus Name
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.resolve1.busname
	Documentation: man:systemd-resolved.service(8)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/resolved
	Fragment Path: /lib/systemd/system/org.freedesktop.resolve1.busname
	ConditionPathExists: /sys/fs/kdbus/0-system/ untested
	Requires: sysinit.target
	WantedBy: busnames.target
	WantedBy: systemd-resolved.service
	Conflicts: shutdown.target
	Before: systemd-resolved.service
	Before: busnames.target
	Before: shutdown.target
	After: sysinit.target
	Triggers: systemd-resolved.service
	References: systemd-resolved.service
	References: busnames.target
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: busnames.target
	ReferencedBy: systemd-resolved.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Bus Name State: dead
	Result: success
	Name: org.freedesktop.resolve1
	Activating: yes
	Accept FD: yes
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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
	Wants: unattended-upgrades.service
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-reboot.service
	ConflictedBy: cryptsetup.target
	ConflictedBy: systemd-localed.service
	ConflictedBy: acpid.socket
	ConflictedBy: rsyslog.service
	ConflictedBy: do-resize.service
	ConflictedBy: org.freedesktop.network1.busname
	ConflictedBy: emergency.target
	ConflictedBy: networking.service
	ConflictedBy: systemd-tmpfiles-setup-dev.service
	ConflictedBy: graphical.target
	ConflictedBy: systemd-tmpfiles-clean.service
	ConflictedBy: acpid.service
	ConflictedBy: systemd-networkd.service
	ConflictedBy: org.freedesktop.login1.busname
	ConflictedBy: nfs-common.service
	ConflictedBy: remote-fs-pre.target
	ConflictedBy: system-getty.slice
	ConflictedBy: systemd-binfmt.service
	ConflictedBy: systemd-machine-id-commit.service
	ConflictedBy: getty.target
	ConflictedBy: org.freedesktop.systemd1.busname
	ConflictedBy: swap.target
	ConflictedBy: network-pre.target
	ConflictedBy: rc-local.service
	ConflictedBy: systemd-hostnamed.service
	ConflictedBy: rescue.target
	ConflictedBy: systemd-ask-password-wall.service
	ConflictedBy: systemd-resolved.service
	ConflictedBy: org.freedesktop.hostname1.busname
	ConflictedBy: paths.target
	ConflictedBy: timers.target
	ConflictedBy: getty at tty1.service
	ConflictedBy: session-1.scope
	ConflictedBy: systemd-user-sessions.service
	ConflictedBy: irqbalance.service
	ConflictedBy: busnames.target
	ConflictedBy: ssh.service
	ConflictedBy: systemd-update-utmp-runlevel.service
	ConflictedBy: systemd-update-utmp.service
	ConflictedBy: systemd-tmpfiles-clean.timer
	ConflictedBy: emergency.service
	ConflictedBy: dbus.socket
	ConflictedBy: slices.target
	ConflictedBy: time-sync.target
	ConflictedBy: systemd-networkd-resolvconf-update.service
	ConflictedBy: local-fs.target
	ConflictedBy: rpcbind.target
	ConflictedBy: systemd-hwdb-update.service
	ConflictedBy: acpid.path
	ConflictedBy: systemd-sysctl.service
	ConflictedBy: remote-fs.target
	ConflictedBy: rpcbind.socket
	ConflictedBy: sockets.target
	ConflictedBy: systemd-ask-password-console.service
	ConflictedBy: multi-user.target
	ConflictedBy: atd.service
	ConflictedBy: getty-static.service
	ConflictedBy: network-online.target
	ConflictedBy: user.slice
	ConflictedBy: sysinit.target
	ConflictedBy: dbus.service
	ConflictedBy: systemd-modules-load.service
	ConflictedBy: systemd-timedated.service
	ConflictedBy: org.freedesktop.timedate1.busname
	ConflictedBy: syslog.socket
	ConflictedBy: local-fs-pre.target
	ConflictedBy: systemd-remount-fs.service
	ConflictedBy: systemd-networkd-resolvconf-update.path
	ConflictedBy: systemd-random-seed.service
	ConflictedBy: network.target
	ConflictedBy: cron.service
	ConflictedBy: rescue.service
	ConflictedBy: user-0.slice
	ConflictedBy: basic.target
	ConflictedBy: systemd-ask-password-wall.path
	ConflictedBy: systemd-tmpfiles-setup.service
	ConflictedBy: org.freedesktop.locale1.busname
	ConflictedBy: user at 0.service
	ConflictedBy: systemd-logind.service
	ConflictedBy: systemd-timesyncd.service
	ConflictedBy: nss-user-lookup.target
	ConflictedBy: systemd-ask-password-console.path
	ConflictedBy: org.freedesktop.resolve1.busname
	Before: systemd-halt.service
	Before: final.target
	Before: systemd-reboot.service
	After: systemd-binfmt.service
	After: systemd-localed.service
	After: emergency.service
	After: systemd-update-utmp.service
	After: getty at tty1.service
	After: org.freedesktop.resolve1.busname
	After: org.freedesktop.login1.busname
	After: org.freedesktop.network1.busname
	After: org.freedesktop.systemd1.busname
	After: rc-local.service
	After: rsyslog.service
	After: atd.service
	After: acpid.socket
	After: acpid.service
	After: systemd-networkd.service
	After: user at 0.service
	After: systemd-random-seed.service
	After: user.slice
	After: systemd-remount-fs.service
	After: user-0.slice
	After: dbus.service
	After: systemd-ask-password-console.path
	After: rpcbind.socket
	After: org.freedesktop.locale1.busname
	After: systemd-ask-password-wall.service
	After: systemd-timedated.service
	After: systemd-modules-load.service
	After: systemd-networkd-resolvconf-update.path
	After: systemd-fsckd.service
	After: networking.service
	After: cron.service
	After: systemd-hostnamed.service
	After: systemd-ask-password-wall.path
	After: rescue.service
	After: systemd-tmpfiles-setup-dev.service
	After: dbus.socket
	After: systemd-logind.service
	After: systemd-tmpfiles-setup.service
	After: getty-static.service
	After: systemd-tmpfiles-clean.service
	After: syslog.socket
	After: systemd-networkd-resolvconf-update.service
	After: systemd-tmpfiles-clean.timer
	After: ssh.service
	After: nfs-common.service
	After: systemd-update-utmp-runlevel.service
	After: systemd-user-sessions.service
	After: session-1.scope
	After: systemd-resolved.service
	After: systemd-fsck-root.service
	After: systemd-hwdb-update.service
	After: do-resize.service
	After: acpid.path
	After: systemd-timesyncd.service
	After: systemd-sysctl.service
	After: org.freedesktop.hostname1.busname
	After: org.freedesktop.timedate1.busname
	After: systemd-ask-password-console.service
	After: system-getty.slice
	After: irqbalance.service
	After: unattended-upgrades.service
	After: systemd-machine-id-commit.service
	References: unattended-upgrades.service
	ReferencedBy: cron.service
	ReferencedBy: basic.target
	ReferencedBy: user.slice
	ReferencedBy: org.freedesktop.locale1.busname
	ReferencedBy: systemd-localed.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: ssh.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-timedated.service
	ReferencedBy: acpid.service
	ReferencedBy: sockets.target
	ReferencedBy: nss-user-lookup.target
	ReferencedBy: systemd-resolved.service
	ReferencedBy: systemd-timesyncd.service
	ReferencedBy: rsyslog.service
	ReferencedBy: rpcbind.target
	ReferencedBy: systemd-networkd-resolvconf-update.path
	ReferencedBy: org.freedesktop.hostname1.busname
	ReferencedBy: final.target
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-hostnamed.service
	ReferencedBy: emergency.target
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: org.freedesktop.network1.busname
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: unattended-upgrades.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: acpid.path
	ReferencedBy: emergency.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: system-getty.slice
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-networkd.service
	ReferencedBy: session-1.scope
	ReferencedBy: org.freedesktop.login1.busname
	ReferencedBy: time-sync.target
	ReferencedBy: nfs-common.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: dbus.service
	ReferencedBy: rescue.target
	ReferencedBy: timers.target
	ReferencedBy: do-resize.service
	ReferencedBy: user-0.slice
	ReferencedBy: getty-static.service
	ReferencedBy: dbus.socket
	ReferencedBy: network-online.target
	ReferencedBy: network.target
	ReferencedBy: org.freedesktop.resolve1.busname
	ReferencedBy: systemd-machine-id-commit.service
	ReferencedBy: rescue.service
	ReferencedBy: cryptsetup.target
	ReferencedBy: systemd-reboot.service
	ReferencedBy: sysinit.target
	ReferencedBy: remote-fs.target
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: swap.target
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: multi-user.target
	ReferencedBy: rc-local.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: org.freedesktop.timedate1.busname
	ReferencedBy: remote-fs-pre.target
	ReferencedBy: user at 0.service
	ReferencedBy: local-fs.target
	ReferencedBy: network-pre.target
	ReferencedBy: systemd-halt.service
	ReferencedBy: atd.service
	ReferencedBy: paths.target
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: systemd-hwdb-update.service
	ReferencedBy: rpcbind.socket
	ReferencedBy: systemd-fsckd.service
	ReferencedBy: networking.service
	ReferencedBy: slices.target
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: busnames.target
	ReferencedBy: graphical.target
	ReferencedBy: getty.target
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: org.freedesktop.systemd1.busname
	ReferencedBy: local-fs-pre.target
	ReferencedBy: systemd-logind.service
	ReferencedBy: irqbalance.service
	ReferencedBy: systemd-networkd-resolvconf-update.service
	ReferencedBy: acpid.socket
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-user-sessions.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-user-sessions.service
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: system.slice
	Requires: basic.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: shutdown.target
	Before: user at 0.service
	Before: multi-user.target
	Before: session-1.scope
	Before: systemd-ask-password-wall.service
	After: remote-fs.target
	After: systemd-journal-flush.service
	After: basic.target
	After: systemd-journald.socket
	After: nss-user-lookup.target
	After: system.slice
	References: remote-fs.target
	References: basic.target
	References: shutdown.target
	References: systemd-journald.socket
	References: nss-user-lookup.target
	References: system.slice
	ReferencedBy: getty at tty1.service
	ReferencedBy: user at 0.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: multi-user.target
	ReferencedBy: session-1.scope
	ReferencedBy: systemd-ask-password-wall.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-sessions start
			PID: 614
			Start Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-sessions stop
-> 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
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-wall.path
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: -.mount
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: systemd-ask-password-wall.service
	Before: paths.target
	After: -.mount
	Triggers: systemd-ask-password-wall.service
	References: paths.target
	References: shutdown.target
	References: systemd-ask-password-wall.service
	References: -.mount
	ReferencedBy: multi-user.target
	RequiresMountsFor: /run/systemd/ask-password
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-wall.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-ask-password-wall.service:
	Description: Forward Password Requests to Wall
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	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: system.slice
	Requires: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-ask-password-wall.path
	After: system.slice
	After: systemd-journald.socket
	After: systemd-user-sessions.service
	After: basic.target
	TriggeredBy: systemd-ask-password-wall.path
	References: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: systemd-user-sessions.service
	References: basic.target
	ReferencedBy: systemd-ask-password-wall.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> 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 timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: timers.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Wants: systemd-tmpfiles-clean.timer
	WantedBy: basic.target
	Conflicts: shutdown.target
	After: systemd-tmpfiles-clean.timer
	References: shutdown.target
	References: systemd-tmpfiles-clean.timer
	ReferencedBy: basic.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit rescue.target:
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: runlevel1.target
	Name: rescue.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: rescue.service
	Requires: sysinit.target
	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: rescue.service
	After: sysinit.target
	References: rescue.service
	References: sysinit.target
	References: shutdown.target
	References: systemd-update-utmp-runlevel.service
	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
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit keyboard-setup.service:
	Description: LSB: Set preliminary keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/keyboard-setup.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: keyboard-setup.service
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/keyboard-setup.service
	Source Path: /etc/init.d/keyboard-setup
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Before: systemd-remount-fs.service
	Before: sysinit.target
	After: systemd-udevd.service
	After: systemd-journald.socket
	After: mountkernfs.service
	After: system.slice
	After: keymap.service
	References: systemd-remount-fs.service
	References: systemd-udevd.service
	References: systemd-journald.socket
	References: mountkernfs.service
	References: system.slice
	References: keymap.service
	References: sysinit.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/keyboard-setup start
			PID: 207
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/keyboard-setup reload
	-> ExecStop:
		Command Line: /etc/init.d/keyboard-setup stop
-> Unit final.target:
	Description: Final Step
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: final.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/final.target
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-reboot.service
	Before: systemd-halt.service
	Before: systemd-reboot.service
	After: shutdown.target
	After: umount.target
	References: shutdown.target
	References: umount.target
	ReferencedBy: systemd-halt.service
	ReferencedBy: systemd-reboot.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit networking.service:
	Description: LSB: Raise network interfaces.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:27 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/networking.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: networking.service
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/networking.service
	Source Path: /etc/init.d/networking
	DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
	DropIn Path: /lib/systemd/system/networking.service.d/systemd.conf
	Condition Timestamp: Wed 2015-11-18 09:28:27 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:27 EST
	Assert Result: yes
	Requires: system.slice
	Wants: network.target
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: network.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-random-seed.service
	After: mountkernfs.service
	After: resolvconf.service
	After: network-pre.target
	After: local-fs.target
	After: systemd-journald.socket
	After: system.slice
	After: apparmor.service
	References: systemd-random-seed.service
	References: mountkernfs.service
	References: sysinit.target
	References: shutdown.target
	References: local-fs.target
	References: network-pre.target
	References: systemd-journald.socket
	References: network.target
	References: system.slice
	References: apparmor.service
	ReferencedBy: sysinit.target
	ReferencedBy: resolvconf.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/networking start
			PID: 273
			Start Timestamp: Wed 2015-11-18 09:28:27 EST
			Exit Timestamp: Wed 2015-11-18 09:28:29 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/networking reload
	-> ExecStop:
		Command Line: /etc/init.d/networking stop
-> Unit kbd.service:
	Description: LSB: Prepare console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/kbd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: kbd.service
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/kbd.service
	Source Path: /etc/init.d/kbd
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Before: console-setup.service
	Before: sysinit.target
	After: remote-fs.target
	After: system.slice
	After: systemd-journald.socket
	References: remote-fs.target
	References: system.slice
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: console-setup.service
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/kbd start
			PID: 135
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/kbd stop
-> Unit systemd-networkd-resolvconf-update.service:
	Description: Update resolvconf for networkd DNS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-networkd-resolvconf-update.service
	Fragment Path: /lib/systemd/system/systemd-networkd-resolvconf-update.service
	ConditionPathExists: /run/resolvconf/enable-updates untested
	ConditionPathIsSymbolicLink: /etc/resolv.conf untested
	Requires: system.slice
	Requires: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: resolvconf.service
	After: basic.target
	After: systemd-networkd-resolvconf-update.path
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: systemd-networkd-resolvconf-update.path
	References: resolvconf.service
	References: basic.target
	References: systemd-journald.socket
	References: system.slice
	References: shutdown.target
	ReferencedBy: systemd-networkd-resolvconf-update.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/sh -c 'if /lib/systemd/systemd-networkd-wait-online --timeout=30; then sed -n "/^DNS=/ { s/^DNS=/nameserver /; p}" /run/systemd/netif/state | /sbin/resolvconf -a networkd; fi'
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	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
	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 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
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:26 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/kmod-static-nodes.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: kmod-static-nodes.service
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionPathExists: /lib/modules/4.2.0-1-amd64/modules.devname succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Wed 2015-11-18 09:28:26 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:26 EST
	Assert Result: yes
	Requires: system.slice
	WantedBy: sysinit.target
	Before: systemd-tmpfiles-setup-dev.service
	Before: sysinit.target
	After: system.slice
	After: systemd-journald.socket
	References: systemd-tmpfiles-setup-dev.service
	References: system.slice
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: 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
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
			PID: 137
			Start Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Timestamp: Wed 2015-11-18 09:28:26 EST
			Exit Code: exited
			Exit Status: 0
-> Unit graphical.target:
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Enter Timestamp: Wed 2015-11-18 09:28:29 EST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: runlevel5.target
	Name: graphical.target
	Name: default.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Wed 2015-11-18 09:28:29 EST
	Condition Result: yes
	Assert Timestamp: Wed 2015-11-18 09:28:29 EST
	Assert Result: yes
	Requires: multi-user.target
	Wants: irqbalance.service
	Wants: display-manager.service
	Wants: systemd-update-utmp-runlevel.service
	Conflicts: rescue.service
	Conflicts: shutdown.target
	Conflicts: rescue.target
	Before: systemd-update-utmp-runlevel.service
	After: multi-user.target
	After: rescue.service
	After: display-manager.service
	After: irqbalance.service
	After: rescue.target
	References: systemd-update-utmp-runlevel.service
	References: multi-user.target
	References: rescue.service
	References: display-manager.service
	References: irqbalance.service
	References: rescue.target
	References: shutdown.target
	ReferencedBy: irqbalance.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit org.freedesktop.login1.busname:
	Description: Login Service Bus Name
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	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
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: org.freedesktop.login1.busname
	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/org.freedesktop.login1.busname
	Requires: sysinit.target
	WantedBy: busnames.target
	Conflicts: shutdown.target
	Before: busnames.target
	Before: shutdown.target
	Before: systemd-logind.service
	After: sysinit.target
	Triggers: systemd-logind.service
	References: busnames.target
	References: sysinit.target
	References: shutdown.target
	References: systemd-logind.service
	ReferencedBy: busnames.target
	ReferencedBy: systemd-logind.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Bus Name State: dead
	Result: success
	Name: org.freedesktop.login1
	Activating: yes
	Accept FD: yes
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/rpcbind.socket <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /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/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.path.dsh-also <==
/etc/systemd/system/paths.target.wants/acpid.path

==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.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>
# / was on /dev/sda1 during installation
UUID=d75779ce-0482-4e93-a95d-7bb8a73a2998 /               ext4    errors=remount-ro 0       1
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0


More information about the Pkg-systemd-maintainers mailing list