Bug#759339: systemd-cryptsetup-generator: systemd-cryptsetup-generator fails to handle multiple encrypted btrfs volumes in raid1

Damien CLAUZEL Damien at Clauzel.eu
Tue Aug 26 14:54:51 BST 2014


Package: systemd
Version: 208-8
Severity: normal
File: systemd-cryptsetup-generator

I am running a system with several disks, containing encrypted volumes
formated in btrfs with raid1.

After switching to systemd via a dist-upgrade, the encrypted volumes are
not handled anymore during boot.

I have this /etc/crypttab :
___
sda3_crypt UUID=d8595fc9-9a74-490a-9372-8d204617f779 none: luks,keyscript=decrypt_keyctl
sda4_crypt UUID=3c061971-53f9-4e92-b0fc-8637a4a43863 none luks,keyscript=decrypt_keyctl

cryptoswap      /dev/disk/by-id/wwn-0x50f0000000000000-part2 /dev/urandom cipher=aes-xts-plain64:sha512,size=512,swap

sdb3_crypt      /dev/disk/by-id/wwn-0x5000c50037300576-part3    none luks,keyscript=decrypt_keyctl
sdb4_crypt      /dev/disk/by-id/wwn-0x5000c50037300576-part4    none luks,keyscript=decrypt_keyctl

sdc3_crypt      /dev/disk/by-id/wwn-0x5000c50009b8cf48-part3    none luks,keyscript=decrypt_keyctl
sdc4_crypt      /dev/disk/by-id/wwn-0x5000c50009b8cf48-part4    none luks,keyscript=decrypt_keyctl
___


/etc/fstab is :
___
dev/mapper/sda3_crypt  /                                       btrfs defaults,noatime,relatime,degraded,space_cache,compress=lzo,autodefrag,commit=30,device=/dev/mapper/sda3_crypt 0 1
/dev/sda2                                       /boot btrfs defaults,noatime,relatime,degraded,space_cache,compress=lzo,autodefrag,commit=30,device=/dev/sda2,device=/dev/sdb2,device=/dev/sdc2 0 2
/dev/mapper/sda4_crypt  /home                           btrfs defaults,noatime,relatime,degraded,space_cache,compress=lzo,autodefrag,commit=120,device=/dev/mapper/sda4_crypt,device=/dev/mapper/sdb4_crypt,device=/dev/mapper/sdc4_crypt 0 2
/dev/mapper/cryptoswap  none                            swap sw 0 0
___


The following configurations are generated by systemd, during boot :
/run/systemd/generator/systemd-cryptsetup at cryptoswap.service
/run/systemd/generator/systemd-cryptsetup at sda3_crypt.service
/run/systemd/generator/systemd-cryptsetup at sda4_crypt.service
/run/systemd/generator/systemd-cryptsetup at sdb3_crypt.service
/run/systemd/generator/systemd-cryptsetup at sdb4_crypt.service
/run/systemd/generator/systemd-cryptsetup at sdc3_crypt.service
/run/systemd/generator/systemd-cryptsetup at sdc4_crypt.service

The contents of those files are similar to this one :
/run/systemd/generator/systemd-cryptsetup at sda4_crypt.service
___
# Automatically generated by systemd-cryptsetup-generator

[Unit]
Description=Cryptography Setup for %I
Documentation=man:systemd-cryptsetup at .service(8) man:crypttab(5)
SourcePath=/etc/crypttab
Conflicts=umount.target
DefaultDependencies=no
BindsTo=dev-mapper-%i.device
IgnoreOnIsolate=true
After=systemd-readahead-collect.service systemd-readahead-replay.service cryptsetup-pre.target
Before=cryptsetup.target
BindsTo=dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
After=dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
Before=umount.target

[Service]
Type=oneshot
RemainAfterExit=yes
TimeoutSec=0
ExecStart=/lib/systemd/systemd-cryptsetup attach 'sda4_crypt' '/dev/disk/by-uuid/3c061971-53f9-4e92-b0fc-8637a4a43863' 'none' 'luks,keyscript=decrypt_keyctl'
ExecStop=/lib/systemd/systemd-cryptsetup detach 'sda4_crypt'
___


Only one encrypted volume is opened during boot. I have to open all the others
manually, then to assemble the btrfs arrays, then finally start the boot
sequence manually.

The expected behaviour is the one with sysvinit : I enter only once the
disks’ password at the beginning of the boot, so that keyctl can reuse
it for opening the other volumes. The btrfs raid1 arrays are
automatically assembled and mounted.

Also, because of bug #757588 I cannot safely remove systemd from this
system and use sysvinit.

This is really painful.

-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing'), (500, 'stable'), (90, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  acl                  2.2.52-1
ii  adduser              3.113+nmu3
ii  initscripts          2.88dsf-53.3
ii  libacl1              2.2.52-1
ii  libaudit1            1:2.3.7-1
ii  libblkid1            2.20.1-5.8
ii  libc6                2.19-9
ii  libcap2              1:2.24-4
ii  libcap2-bin          1:2.24-4
ii  libcryptsetup4       2:1.6.6-1
ii  libdbus-1-3          1.8.6-2
ii  libgcrypt11          1.5.4-2
ii  libkmod2             18-1
ii  liblzma5             5.1.1alpha+20120614-2
ii  libpam0g             1.1.8-3
ii  libselinux1          2.3-1
ii  libsystemd-daemon0   208-8
ii  libsystemd-journal0  208-8
ii  libsystemd-login0    208-8
ii  libudev1             208-8
ii  libwrap0             7.6.q-25
ii  sysv-rc              2.88dsf-53.3
ii  udev                 208-8
ii  util-linux           2.20.1-5.8

Versions of packages systemd recommends:
ii  libpam-systemd  208-8

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

-- Configuration Files:

-- no debconf information
-------------- next part --------------
[EXTENDED]   /run/systemd/system/session-1491.scope -> /run/systemd/system/session-1491.scope.d/90-SendSIGHUP.conf
[EXTENDED]   /run/systemd/system/session-1491.scope -> /run/systemd/system/session-1491.scope.d/90-After-systemd-user-sessions\x2eservice.conf
[EXTENDED]   /run/systemd/system/session-1491.scope -> /run/systemd/system/session-1491.scope.d/90-After-systemd-logind\x2eservice.conf
[EXTENDED]   /run/systemd/system/session-1491.scope -> /run/systemd/system/session-1491.scope.d/90-Description.conf
[EXTENDED]   /run/systemd/system/session-1491.scope -> /run/systemd/system/session-1491.scope.d/90-Slice.conf
[EXTENDED]   /run/systemd/system/session-5.scope -> /run/systemd/system/session-5.scope.d/90-SendSIGHUP.conf
[EXTENDED]   /run/systemd/system/session-5.scope -> /run/systemd/system/session-5.scope.d/90-After-systemd-user-sessions\x2eservice.conf
[EXTENDED]   /run/systemd/system/session-5.scope -> /run/systemd/system/session-5.scope.d/90-After-systemd-logind\x2eservice.conf
[EXTENDED]   /run/systemd/system/session-5.scope -> /run/systemd/system/session-5.scope.d/90-Description.conf
[EXTENDED]   /run/systemd/system/session-5.scope -> /run/systemd/system/session-5.scope.d/90-Slice.conf

10 overridden configuration files found.
-------------- next part --------------
-> Unit motd.service:
	Description: motd.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: /system.slice/motd.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: motd.service
	Fragment Path: /dev/null
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
-> Unit atd.service:
	Description: Deferred execution scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:29:07 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:29:07 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:25:02 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:25:02 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/atd.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: atd.service
	Documentation: man:atd(8)
	Fragment Path: /lib/systemd/system/atd.service
	Condition Timestamp: Wed 2014-08-20 10:29:07 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 30376
	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
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/atd -f
-> Unit exim4.service:
	Description: LSB: exim Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 12:33:24 UTC
	Active Enter Timestamp: Tue 2014-08-26 12:33:25 UTC
	Active Exit Timestamp: Tue 2014-08-26 12:32:26 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 12:32:27 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/exim4.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: exim4.service
	Source Path: /etc/init.d/exim4
	Condition Timestamp: Tue 2014-08-26 12:33:24 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: remote-fs.target
	After: syslog.target
	After: nss-lookup.target
	After: network-online.target
	After: time-sync.target
	After: postgresql.service
	After: mysql.service
	After: clamav-daemon.service
	After: greylist.service
	After: spamassassin.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: remote-fs.target
	References: syslog.target
	References: nss-lookup.target
	References: network-online.target
	References: time-sync.target
	References: postgresql.service
	References: mysql.service
	References: clamav-daemon.service
	References: greylist.service
	References: spamassassin.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/exim4 start
	-> ExecReload:
		Command Line: /etc/init.d/exim4 reload
	-> ExecStop:
		Command Line: /etc/init.d/exim4 stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 5
	SysVRunLevels: 2345
-> Unit smartmontools.service:
	Description: LSB: SMART monitoring daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:35:32 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:35:32 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:35:32 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:35:32 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/smartmontools.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: smartmontools.service
	Source Path: /etc/init.d/smartmontools
	Condition Timestamp: Wed 2014-08-20 10:35:32 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: syslog.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: syslog.target
	References: remote-fs.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: exit-code
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/smartmontools start
	-> ExecReload:
		Command Line: /etc/init.d/smartmontools reload
	-> ExecStop:
		Command Line: /etc/init.d/smartmontools stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 2
	SysVRunLevels: 2345
-> Unit hddtemp.service:
	Description: LSB: disk temperature monitoring daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:35:36 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:35:36 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:35:34 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:35:36 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/hddtemp.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: hddtemp.service
	Source Path: /etc/init.d/hddtemp
	Condition Timestamp: Wed 2014-08-20 10:35:36 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: remote-fs.target
	After: syslog.target
	After: network-online.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: remote-fs.target
	References: syslog.target
	References: network-online.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/hddtemp start
	-> ExecStop:
		Command Line: /etc/init.d/hddtemp stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 2
	SysVRunLevels: 2345
-> Unit netatalk.service:
	Description: netatalk.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: /system.slice/netatalk.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: netatalk.service
	Source Path: /etc/init.d/netatalk
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: remote-fs.target
	After: syslog.target
	After: ssh.service
	After: avahi-daemon.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: remote-fs.target
	References: syslog.target
	References: ssh.service
	References: avahi-daemon.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/netatalk start
	-> ExecStop:
		Command Line: /etc/init.d/netatalk stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: no
	SysVRunLevels: 2345
-> Unit transmission-daemon.service:
	Description: Transmission BitTorrent Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:17 UTC
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-08-26 08:15:17 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/transmission-daemon.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: transmission-daemon.service
	Fragment Path: /lib/systemd/system/transmission-daemon.service
	Condition Timestamp: Tue 2014-08-26 08:15:17 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: network.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: failed
	Result: signal
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: debian-transmission
	-> ExecStart:
		Command Line: /usr/bin/transmission-daemon -f --log-error
-> Unit minissdpd.service:
	Description: LSB: keep memory of all UPnP devices that announced themselves
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:29:48 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:29:48 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:29:48 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:29:48 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/minissdpd.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: minissdpd.service
	Source Path: /etc/init.d/minissdpd
	Condition Timestamp: Wed 2014-08-20 10:29:48 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: remote-fs.target
	After: local-fs.target
	After: network-online.target
	After: time-sync.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: remote-fs.target
	References: local-fs.target
	References: network-online.target
	References: time-sync.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/minissdpd start
	-> ExecReload:
		Command Line: /etc/init.d/minissdpd reload
	-> ExecStop:
		Command Line: /etc/init.d/minissdpd stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 1
	SysVRunLevels: 2345
-> Unit lighttpd.service:
	Description: Lighttpd Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-23 07:41:55 UTC
	Active Enter Timestamp: Sat 2014-08-23 07:41:55 UTC
	Active Exit Timestamp: Sat 2014-08-23 07:40:59 UTC
	Inactive Enter Timestamp: Sat 2014-08-23 07:40:59 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/lighttpd.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: lighttpd.service
	Fragment Path: /lib/systemd/system/lighttpd.service
	Condition Timestamp: Sat 2014-08-23 07:41:55 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: network.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 9892
	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
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStartPre:
		Command Line: /usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf
	-> ExecStart:
		Command Line: /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
-> Unit privoxy.service:
	Description: Privacy enhancing HTTP Proxy
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Mon 2014-08-25 07:55:55 UTC
	Active Enter Timestamp: Mon 2014-08-25 07:55:56 UTC
	Active Exit Timestamp: Mon 2014-08-25 07:55:55 UTC
	Inactive Enter Timestamp: Mon 2014-08-25 07:55:55 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/privoxy.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: privoxy.service
	Fragment Path: /lib/systemd/system/privoxy.service
	Condition Timestamp: Mon 2014-08-25 07:55:55 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	Main PID: 26122
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /var/run/privoxy.pid
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	Environment: PIDFILE=/var/run/privoxy.pid
	Environment: OWNER=privoxy
	Environment: CONFIGFILE=/etc/privoxy/config
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/privoxy --pidfile $PIDFILE --user $OWNER $CONFIGFILE
	-> ExecStopPost:
		Command Line: /bin/rm -f $PIDFILE
-> Unit tor.service:
	Description: LSB: Starts The Onion Router daemon processes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:35:27 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:35:27 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:34:56 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:35:27 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/tor.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: tor.service
	Source Path: /etc/init.d/tor
	Condition Timestamp: Wed 2014-08-20 10:35:27 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: local-fs.target
	After: remote-fs.target
	After: network-online.target
	After: nss-lookup.target
	After: time-sync.target
	After: ssh.service
	After: syslog.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: local-fs.target
	References: remote-fs.target
	References: network-online.target
	References: nss-lookup.target
	References: time-sync.target
	References: ssh.service
	References: syslog.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/tor start
	-> ExecReload:
		Command Line: /etc/init.d/tor reload
	-> ExecStop:
		Command Line: /etc/init.d/tor stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 4
	SysVRunLevels: 2345
-> Unit mixmaster.service:
	Description: LSB: Anonymous remailer client and server
	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: /system.slice/mixmaster.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: mixmaster.service
	Source Path: /etc/init.d/mixmaster
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: local-fs.target
	After: remote-fs.target
	After: nss-lookup.target
	After: network-online.target
	After: time-sync.target
	After: mail-transport-agent.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: local-fs.target
	References: remote-fs.target
	References: nss-lookup.target
	References: network-online.target
	References: time-sync.target
	References: mail-transport-agent.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/mixmaster start
	-> ExecReload:
		Command Line: /etc/init.d/mixmaster reload
	-> ExecStop:
		Command Line: /etc/init.d/mixmaster stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: no
	SysVRunLevels: 2345
-> Unit rsyslog.service:
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:09:25 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:09:25 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:09:25 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:09:25 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/rsyslog.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: syslog.service
	Name: rsyslog.service
	Documentation: man:rsyslogd(8)
	Documentation: http://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Tue 2014-08-26 08:09:25 UTC
	Condition Result: yes
	Requires: syslog.socket
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: syslog.socket
	After: basic.target
	After: system.slice
	TriggeredBy: syslog.socket
	References: syslog.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: syslog.socket
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 13936
	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
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n
-> Unit apache2.service:
	Description: LSB: Apache2 web server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:14 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:15:16 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:15:12 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:15:14 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/apache2.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: apache2.service
	Source Path: /etc/init.d/apache2
	Condition Timestamp: Tue 2014-08-26 08:15:14 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: local-fs.target
	After: remote-fs.target
	After: network-online.target
	After: syslog.target
	After: nss-lookup.target
	After: ssh.service
	After: mysql.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: local-fs.target
	References: remote-fs.target
	References: network-online.target
	References: syslog.target
	References: nss-lookup.target
	References: ssh.service
	References: mysql.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/apache2 start
	-> ExecReload:
		Command Line: /etc/init.d/apache2 reload
	-> ExecStop:
		Command Line: /etc/init.d/apache2 stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 3
	SysVRunLevels: 2345
-> Unit haveged.service:
	Description: Entropy daemon using the HAVEGE algorithm
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:35:40 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:35:40 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:35:40 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:35:40 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/haveged.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: haveged.service
	Documentation: man:haveged(8)
	Documentation: http://www.issihosts.com/haveged/
	Fragment Path: /lib/systemd/system/haveged.service
	Condition Timestamp: Wed 2014-08-20 10:35:40 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: graphical.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 6949
	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
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/haveged --Foreground --verbose=1 --write=1024
-> Unit postgresql.service:
	Description: PostgreSQL RDBMS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:09:39 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:09:39 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:08:44 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:08:44 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/postgresql.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: postgresql.service
	Fragment Path: /lib/systemd/system/postgresql.service
	Condition Timestamp: Tue 2014-08-26 08:09:39 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: postgresql at 9.4-main.service
	Wants: system.slice
	WantedBy: multi-user.target
	ConsistsOf: postgresql at 9.4-main.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: exim4.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	PropagatesReloadTo: postgresql at 9.4-main.service
	References: postgresql at 9.4-main.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: postgresql at 9.4-main.service
	ReferencedBy: exim4.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/true
	-> ExecReload:
		Command Line: /bin/true
-> Unit xen.service:
	Description: LSB: Xen daemons
	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: /system.slice/xen.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: xen.service
	Name: xend.service
	Source Path: /etc/init.d/xen
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: xendomains.service
	Before: shutdown.target
	After: syslog.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: syslog.target
	References: remote-fs.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: xendomains.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/xen start
	-> ExecStop:
		Command Line: /etc/init.d/xen stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: no
	SysVRunLevels: 2345
-> Unit xendomains.service:
	Description: LSB: Start/stop secondary xen domains
	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: /system.slice/xendomains.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: xendomains.service
	Source Path: /etc/init.d/xendomains
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: corosync.service
	Before: heartbeat.service
	Before: shutdown.target
	After: syslog.target
	After: remote-fs.target
	After: xen.service
	After: ssh.service
	After: drbd.service
	After: iscsi.service
	After: openvswitch-switch.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: syslog.target
	References: remote-fs.target
	References: xen.service
	References: ssh.service
	References: drbd.service
	References: iscsi.service
	References: openvswitch-switch.service
	References: corosync.service
	References: heartbeat.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/xendomains start
	-> ExecReload:
		Command Line: /etc/init.d/xendomains reload
	-> ExecStop:
		Command Line: /etc/init.d/xendomains stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: no
	SysVRunLevels: 2345
-> Unit bootlogs.service:
	Description: bootlogs.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:05 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: /system.slice/bootlogs.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: bootlogs.service
	Fragment Path: /dev/null
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
-> Unit dictd.service:
	Description: LSB: Start and stop dictionary server daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:35:40 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:35:40 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:35:40 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:35:40 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dictd.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dictd.service
	Source Path: /etc/init.d/dictd
	Condition Timestamp: Wed 2014-08-20 10:35:40 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: remote-fs.target
	After: syslog.target
	After: ssh.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: remote-fs.target
	References: syslog.target
	References: ssh.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/dictd start
	-> ExecReload:
		Command Line: /etc/init.d/dictd reload
	-> ExecStop:
		Command Line: /etc/init.d/dictd stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 4
	SysVRunLevels: 2345
-> Unit smbd.service:
	Description: LSB: start Samba SMB/CIFS daemon (smbd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:10 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:15:11 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:15:09 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:15:10 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/smbd.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: smbd.service
	Source Path: /etc/init.d/smbd
	Condition Timestamp: Tue 2014-08-26 08:15:10 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: samba.service
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: nmbd.service
	After: network-online.target
	After: local-fs.target
	After: remote-fs.target
	After: slapd.service
	After: cups.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network-online.target
	References: local-fs.target
	References: remote-fs.target
	References: slapd.service
	References: cups.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: samba.service
	ReferencedBy: nmbd.service
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/smbd start
	-> ExecReload:
		Command Line: /etc/init.d/smbd reload
	-> ExecStop:
		Command Line: /etc/init.d/smbd stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 5
	SysVRunLevels: 2345
-> Unit nmbd.service:
	Description: LSB: start Samba NetBIOS nameserver (nmbd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:12 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:15:12 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:15:11 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:15:12 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/nmbd.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: nmbd.service
	Source Path: /etc/init.d/nmbd
	Condition Timestamp: Tue 2014-08-26 08:15:12 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: samba.service
	Before: smbd.service
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: network-online.target
	After: local-fs.target
	After: remote-fs.target
	After: ssh.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network-online.target
	References: local-fs.target
	References: remote-fs.target
	References: ssh.service
	References: smbd.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: samba.service
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/nmbd start
	-> ExecStop:
		Command Line: /etc/init.d/nmbd stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 4
	SysVRunLevels: 2345
-> Unit samba-ad-dc.service:
	Description: LSB: start Samba daemons for the AD DC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:11 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:15:11 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:10:09 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:10:10 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/samba-ad-dc.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: samba-ad-dc.service
	Source Path: /etc/init.d/samba-ad-dc
	Condition Timestamp: Tue 2014-08-26 08:15:11 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: network-online.target
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network-online.target
	References: local-fs.target
	References: remote-fs.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/samba-ad-dc start
	-> ExecStop:
		Command Line: /etc/init.d/samba-ad-dc stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: no
	SysVRunLevels: 2345
-> Unit spamassassin.service:
	Description: Perl-based spam filter using text analysis
	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: /system.slice/spamassassin.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: spamassassin.service
	Fragment Path: /lib/systemd/system/spamassassin.service
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: exim4.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: exim4.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	PIDFile: /var/run/spamassassin.pid
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	EnvironmentFile: -/etc/default/spamassassin
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/spamd -d --pidfile=/var/run/spamassassin.pid $OPTIONS
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
-> Unit spampd.service:
	Description: LSB: spam detection proxy for SMTP and LMTP
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 12:33:47 UTC
	Active Enter Timestamp: Tue 2014-08-26 12:33:50 UTC
	Active Exit Timestamp: Tue 2014-08-26 12:33:47 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 12:33:47 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/spampd.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: spampd.service
	Source Path: /etc/init.d/spampd
	Condition Timestamp: Tue 2014-08-26 12:33:47 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: remote-fs.target
	After: syslog.target
	After: network-online.target
	After: nss-lookup.target
	After: time-sync.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: remote-fs.target
	References: syslog.target
	References: network-online.target
	References: nss-lookup.target
	References: time-sync.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/spampd start
	-> ExecStop:
		Command Line: /etc/init.d/spampd stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 2
	SysVRunLevels: 2345
-> Unit yacy.service:
	Description: LSB: Distributed web search engine
	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: /system.slice/yacy.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: yacy.service
	Source Path: /etc/init.d/yacy
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: network-online.target
	After: ssh.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network-online.target
	References: ssh.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/yacy start
	-> ExecStop:
		Command Line: /etc/init.d/yacy stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: no
	SysVRunLevels: 2345
-> Unit avahi-daemon.service:
	Description: Avahi mDNS/DNS-SD Stack
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Wed 2014-08-20 10:35:32 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:35:32 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:35:40 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:35:40 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/avahi-daemon.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: avahi-daemon.service
	Fragment Path: /lib/systemd/system/avahi-daemon.service
	Condition Timestamp: Wed 2014-08-20 10:35:32 UTC
	Condition Result: yes
	Requires: avahi-daemon.socket
	Requires: dbus.socket
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: netatalk.service
	After: avahi-daemon.socket
	After: systemd-journald.socket
	After: dbus.socket
	After: basic.target
	After: system.slice
	TriggeredBy: avahi-daemon.socket
	References: avahi-daemon.socket
	References: systemd-journald.socket
	References: dbus.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: netatalk.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	BusName: org.freedesktop.Avahi
	Bus Name Good: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/avahi-daemon -s
	-> ExecReload:
		Command Line: /usr/sbin/avahi-daemon -r
	Status Text: Server startup complete. Host name is serveur.local. Local service cookie is 663795288.
-> Unit saned.service:
	Description: LSB: SANE network scanner server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:03 UTC
	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/saned.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: saned.service
	Source Path: /etc/init.d/saned
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: syslog.target
	After: local-fs.target
	After: remote-fs.target
	After: dbus.socket
	After: avahi.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: syslog.target
	References: local-fs.target
	References: remote-fs.target
	References: dbus.socket
	References: avahi.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/saned start
	-> ExecStop:
		Command Line: /etc/init.d/saned stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 5
	SysVRunLevels: 2345
-> Unit ssh.service:
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Mon 2014-08-25 07:45:15 UTC
	Active Enter Timestamp: Mon 2014-08-25 07:45:15 UTC
	Active Exit Timestamp: Mon 2014-08-25 07:45:15 UTC
	Inactive Enter Timestamp: Mon 2014-08-25 07:45:15 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/ssh.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: sshd.service
	Name: ssh.service
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
	Condition Timestamp: Mon 2014-08-25 07:45:15 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: freenet.service
	Before: shutdown.target
	Before: multi-user.target
	Before: samba.service
	Before: yacy.service
	Before: nmbd.service
	Before: dictd.service
	Before: xendomains.service
	Before: apache2.service
	Before: tor.service
	Before: netatalk.service
	After: network.target
	After: auditd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network.target
	References: auditd.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: freenet.service
	ReferencedBy: multi-user.target
	ReferencedBy: samba.service
	ReferencedBy: yacy.service
	ReferencedBy: nmbd.service
	ReferencedBy: dictd.service
	ReferencedBy: xendomains.service
	ReferencedBy: apache2.service
	ReferencedBy: tor.service
	ReferencedBy: netatalk.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 15929
	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
	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
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:16 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:15:16 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:15:16 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:15:16 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dbus.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dbus.service
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Tue 2014-08-26 08:15:16 UTC
	Condition Result: yes
	Requires: dbus.socket
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: dbus.socket
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	TriggeredBy: dbus.socket
	References: dbus.socket
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: dbus.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 20009
	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
	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
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:29:48 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:29:48 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:29:48 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:29:48 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/cron.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: cron.service
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Wed 2014-08-20 10:29:48 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 32416
	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
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/cron -f
-> Unit ntp.service:
	Description: LSB: Start NTP daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:35:33 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:35:33 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:35:33 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:35:33 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/ntp.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: ntp.service
	Source Path: /etc/init.d/ntp
	Condition Timestamp: Wed 2014-08-20 10:35:33 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: network-online.target
	After: remote-fs.target
	After: syslog.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network-online.target
	References: remote-fs.target
	References: syslog.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/ntp start
	-> ExecStop:
		Command Line: /etc/init.d/ntp stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 2
	SysVRunLevels: 2345
-> Unit samba.service:
	Description: LSB: ensure Samba daemons are started (nmbd and smbd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:10 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:15:11 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:10:09 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:15:09 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/samba.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: samba.service
	Source Path: /etc/init.d/samba
	Condition Timestamp: Tue 2014-08-26 08:15:10 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: smbd.service
	After: nmbd.service
	After: ssh.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: smbd.service
	References: nmbd.service
	References: ssh.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/samba start
	-> ExecReload:
		Command Line: /etc/init.d/samba reload
	-> ExecStop:
		Command Line: /etc/init.d/samba stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 6
-> Unit binfmt-support.service:
	Description: Enable support for additional executable binary formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:04 UTC
	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/binfmt-support.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: binfmt-support.service
	Documentation: man:update-binfmts(8)
	Fragment Path: /lib/systemd/system/binfmt-support.service
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/update-binfmts --enable
-> Unit anacron.service:
	Description: Run anacron jobs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-08-26 07:30:02 UTC
	Active Enter Timestamp: Tue 2014-08-26 07:30:02 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:43:59 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:43:59 UTC
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/anacron.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: anacron.service
	Fragment Path: /lib/systemd/system/anacron.service
	ConditionACPower: true untested
	Condition Timestamp: Tue 2014-08-26 07:30:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: time-sync.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: time-sync.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/anacron -dsq
-> Unit freenet.service:
	Description: LSB: Freenet
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 11:54:47 UTC
	Active Enter Timestamp: Wed 2014-08-20 11:54:48 UTC
	Active Exit Timestamp: Wed 2014-08-20 11:54:42 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 11:54:47 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/freenet.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: freenet.service
	Source Path: /etc/init.d/freenet
	Condition Timestamp: Wed 2014-08-20 11:54:47 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: graphical.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: graphical.target
	After: remote-fs.target
	After: syslog.target
	After: ssh.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: remote-fs.target
	References: syslog.target
	References: ssh.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/freenet start
	-> ExecStop:
		Command Line: /etc/init.d/freenet stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 4
	SysVRunLevels: 2345
-> 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: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: mountkernfs.service
	Fragment Path: /dev/null
	Before: qemu-system-x86.service
	Before: networking.service
	Before: keyboard-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: networking.service
	ReferencedBy: keyboard-setup.service
-> Unit keyboard-setup.service:
	Description: LSB: Set preliminary keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: keyboard-setup.service
	Source Path: /etc/init.d/keyboard-setup
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Before: systemd-remount-fs.service
	Before: sysinit.target
	After: mountkernfs.service
	After: keymap.service
	After: systemd-journald.socket
	After: systemd-udevd.service
	References: mountkernfs.service
	References: keymap.service
	References: systemd-remount-fs.service
	References: systemd-journald.socket
	References: systemd-udevd.service
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/keyboard-setup start
	-> ExecReload:
		Command Line: /etc/init.d/keyboard-setup reload
	-> ExecStop:
		Command Line: /etc/init.d/keyboard-setup stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 3
	SysVRunLevels: S
-> Unit networking.service:
	Description: LSB: Raise network interfaces.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:47 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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: no
	CGroup mask: 0x0
	Name: networking.service
	Name: ifupdown.service
	Source Path: /etc/init.d/networking
	DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
	Condition Timestamp: Sat 2014-08-16 11:18:47 UTC
	Condition Result: yes
	Wants: network.target
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: network.target
	Before: sysinit.target
	Before: shutdown.target
	After: mountkernfs.service
	After: local-fs.target
	After: systemd-journald.socket
	After: systemd-random-seed.service
	References: mountkernfs.service
	References: local-fs.target
	References: network.target
	References: systemd-journald.socket
	References: systemd-random-seed.service
	References: shutdown.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/networking start
	-> ExecReload:
		Command Line: /etc/init.d/networking reload
	-> ExecStop:
		Command Line: /etc/init.d/networking stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 14
	SysVRunLevels: S
-> 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: Sat 2014-08-16 11:18:47 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:47 UTC
	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
	Name: console-setup.service
	Source Path: /etc/init.d/console-setup
	Condition Timestamp: Sat 2014-08-16 11:18:47 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Before: sysinit.target
	After: remote-fs.target
	After: console-screen.service
	After: kbd.service
	After: systemd-journald.socket
	References: remote-fs.target
	References: console-screen.service
	References: kbd.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/console-setup start
	-> ExecReload:
		Command Line: /etc/init.d/console-setup reload
	-> ExecStop:
		Command Line: /etc/init.d/console-setup stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 18
	SysVRunLevels: S
-> Unit kbd.service:
	Description: LSB: Prepare console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:47 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:47 UTC
	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
	Name: kbd.service
	Source Path: /etc/init.d/kbd
	Condition Timestamp: Sat 2014-08-16 11:18:47 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Before: console-setup.service
	Before: sysinit.target
	After: remote-fs.target
	After: systemd-journald.socket
	References: remote-fs.target
	References: systemd-journald.socket
	ReferencedBy: console-setup.service
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/kbd start
	-> ExecStop:
		Command Line: /etc/init.d/kbd stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 17
	SysVRunLevels: S
-> Unit qemu-system-x86.service:
	Description: LSB: QEMU KVM module loading script
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: qemu-system-x86.service
	Source Path: /etc/init.d/qemu-system-x86
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Before: sysinit.target
	After: mountkernfs.service
	After: devfsd.service
	After: systemd-journald.socket
	After: systemd-udevd.service
	References: mountkernfs.service
	References: devfsd.service
	References: systemd-journald.socket
	References: systemd-udevd.service
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/qemu-system-x86 start
	-> ExecStop:
		Command Line: /etc/init.d/qemu-system-x86 stop
	SysV Init Script has LSB Header: yes
	SysVEnabled: yes
	SysVStartPriority: 4
	SysVRunLevels: S
-> Unit lm-sensors.service:
	Description: Initialize hardware monitoring sensors
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:04 UTC
	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/lm-sensors.service
	CGroup realized: yes
	CGroup mask: 0x0
	Name: lm-sensors.service
	Fragment Path: /lib/systemd/system/lm-sensors.service
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/bin/sensors -s
		Command Line: /usr/bin/sensors
-> Unit udev-finish.service:
	Description: Copy rules generated while the root was ro
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Wed 2014-08-20 10:29:48 UTC
	Active Enter Timestamp: Wed 2014-08-20 10:29:48 UTC
	Active Exit Timestamp: Wed 2014-08-20 10:29:48 UTC
	Inactive Enter Timestamp: Wed 2014-08-20 10:29:48 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: udev-finish.service
	Fragment Path: /lib/systemd/system/udev-finish.service
	Condition Timestamp: Wed 2014-08-20 10:29:48 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	After: systemd-udevd.service
	After: systemd-udev-settle.service
	After: systemd-journald.socket
	References: systemd-udevd.service
	References: systemd-udev-settle.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/udev/udev-finish
-> Unit unattended-upgrades.service:
	Description: Unattended Upgrades
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:17 UTC
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-08-26 08:25:18 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: unattended-upgrades.service
	Documentation: man:unattended-upgrade(8)
	Fragment Path: /lib/systemd/system/unattended-upgrades.service
	Condition Timestamp: Tue 2014-08-26 08:15:17 UTC
	Condition Result: yes
	WantedBy: shutdown.target
	Before: shutdown.target
	Before: reboot.target
	Before: halt.target
	After: systemd-journald.socket
	References: shutdown.target
	References: reboot.target
	References: halt.target
	References: systemd-journald.socket
	ReferencedBy: shutdown.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: failed
	Result: exit-code
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 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
	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: slices.target
	ConflictedBy: sysinit.target
	ConflictedBy: systemd-ask-password-console.path
	ConflictedBy: systemd-ask-password-console.service
	ConflictedBy: paths.target
	ConflictedBy: systemd-tmpfiles-setup.service
	ConflictedBy: systemd-readahead-replay.service
	ConflictedBy: systemd-readahead-collect.service
	ConflictedBy: systemd-readahead-done.timer
	ConflictedBy: systemd-readahead-done.service
	ConflictedBy: graphical.target
	ConflictedBy: rescue.target
	ConflictedBy: rescue.service
	ConflictedBy: multi-user.target
	ConflictedBy: systemd-ask-password-wall.path
	ConflictedBy: systemd-ask-password-wall.service
	ConflictedBy: systemd-user-sessions.service
	ConflictedBy: systemd-logind.service
	ConflictedBy: dbus.socket
	ConflictedBy: nss-user-lookup.target
	ConflictedBy: user.slice
	ConflictedBy: getty.target
	ConflictedBy: serial-getty at hvc0.service
	ConflictedBy: system-serial\x2dgetty.slice
	ConflictedBy: getty at tty1.service
	ConflictedBy: system-getty.slice
	ConflictedBy: rc-local.service
	ConflictedBy: network.target
	ConflictedBy: remote-fs.target
	ConflictedBy: remote-fs-pre.target
	ConflictedBy: basic.target
	ConflictedBy: timers.target
	ConflictedBy: systemd-tmpfiles-clean.timer
	ConflictedBy: systemd-sysctl.service
	ConflictedBy: local-fs-pre.target
	ConflictedBy: systemd-random-seed.service
	ConflictedBy: systemd-remount-fs.service
	ConflictedBy: systemd-binfmt.service
	ConflictedBy: systemd-modules-load.service
	ConflictedBy: systemd-update-utmp.service
	ConflictedBy: cryptsetup.target
	ConflictedBy: system-systemd\x2dcryptsetup.slice
	ConflictedBy: cryptsetup-pre.target
	ConflictedBy: swap.target
	ConflictedBy: local-fs.target
	ConflictedBy: system-systemd\x2dfsck.slice
	ConflictedBy: emergency.target
	ConflictedBy: emergency.service
	ConflictedBy: syslog.socket
	ConflictedBy: rsyslog.service
	ConflictedBy: sockets.target
	ConflictedBy: avahi-daemon.socket
	ConflictedBy: lm-sensors.service
	ConflictedBy: freenet.service
	ConflictedBy: ssh.service
	ConflictedBy: anacron.service
	ConflictedBy: time-sync.target
	ConflictedBy: binfmt-support.service
	ConflictedBy: samba.service
	ConflictedBy: ntp.service
	ConflictedBy: network-online.target
	ConflictedBy: cron.service
	ConflictedBy: dbus.service
	ConflictedBy: saned.service
	ConflictedBy: avahi-daemon.service
	ConflictedBy: yacy.service
	ConflictedBy: spampd.service
	ConflictedBy: nss-lookup.target
	ConflictedBy: spamassassin.service
	ConflictedBy: samba-ad-dc.service
	ConflictedBy: nmbd.service
	ConflictedBy: smbd.service
	ConflictedBy: dictd.service
	ConflictedBy: xendomains.service
	ConflictedBy: xen.service
	ConflictedBy: postgresql.service
	ConflictedBy: postgresql at 9.4-main.service
	ConflictedBy: system-postgresql.slice
	ConflictedBy: haveged.service
	ConflictedBy: apache2.service
	ConflictedBy: mixmaster.service
	ConflictedBy: tor.service
	ConflictedBy: privoxy.service
	ConflictedBy: lighttpd.service
	ConflictedBy: minissdpd.service
	ConflictedBy: transmission-daemon.service
	ConflictedBy: netatalk.service
	ConflictedBy: hddtemp.service
	ConflictedBy: smartmontools.service
	ConflictedBy: exim4.service
	ConflictedBy: atd.service
	ConflictedBy: systemd-update-utmp-runlevel.service
	ConflictedBy: networking.service
	ConflictedBy: sound.target
	ConflictedBy: user-1000.slice
	ConflictedBy: user at 1000.service
	ConflictedBy: session-5.scope
	ConflictedBy: user-1001.slice
	ConflictedBy: user at 1001.service
	ConflictedBy: user-33.slice
	ConflictedBy: user at 33.service
	ConflictedBy: user-110.slice
	ConflictedBy: user at 110.service
	ConflictedBy: user-65534.slice
	ConflictedBy: user at 65534.service
	ConflictedBy: session-1491.scope
	Before: systemd-halt.service
	Before: final.target
	Before: systemd-reboot.service
	After: unattended-upgrades.service
	After: systemd-ask-password-console.path
	After: systemd-ask-password-console.service
	After: systemd-tmpfiles-setup.service
	After: systemd-readahead-replay.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-done.timer
	After: systemd-readahead-done.service
	After: rescue.service
	After: systemd-ask-password-wall.path
	After: systemd-ask-password-wall.service
	After: systemd-user-sessions.service
	After: systemd-logind.service
	After: dbus.socket
	After: user.slice
	After: serial-getty at hvc0.service
	After: system-serial\x2dgetty.slice
	After: getty at tty1.service
	After: system-getty.slice
	After: rc-local.service
	After: systemd-tmpfiles-clean.timer
	After: systemd-tmpfiles-clean.service
	After: systemd-sysctl.service
	After: systemd-random-seed.service
	After: systemd-remount-fs.service
	After: systemd-fsck-root.service
	After: systemd-binfmt.service
	After: systemd-modules-load.service
	After: systemd-update-utmp.service
	After: system-systemd\x2dcryptsetup.slice
	After: systemd-fsck at dev-sda2.service
	After: system-systemd\x2dfsck.slice
	After: systemd-fsck at dev-mapper-sda4_crypt.service
	After: emergency.service
	After: syslog.socket
	After: rsyslog.service
	After: avahi-daemon.socket
	After: lm-sensors.service
	After: freenet.service
	After: ssh.service
	After: anacron.service
	After: binfmt-support.service
	After: samba.service
	After: ntp.service
	After: cron.service
	After: dbus.service
	After: saned.service
	After: avahi-daemon.service
	After: yacy.service
	After: spampd.service
	After: spamassassin.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: smbd.service
	After: dictd.service
	After: xendomains.service
	After: xen.service
	After: postgresql.service
	After: postgresql at 9.4-main.service
	After: system-postgresql.slice
	After: haveged.service
	After: apache2.service
	After: mixmaster.service
	After: tor.service
	After: privoxy.service
	After: lighttpd.service
	After: minissdpd.service
	After: transmission-daemon.service
	After: netatalk.service
	After: hddtemp.service
	After: smartmontools.service
	After: exim4.service
	After: atd.service
	After: systemd-update-utmp-runlevel.service
	After: networking.service
	After: user-1000.slice
	After: user at 1000.service
	After: session-5.scope
	After: user-1001.slice
	After: user at 1001.service
	After: user-33.slice
	After: user at 33.service
	After: user-110.slice
	After: user at 110.service
	After: user-65534.slice
	After: user at 65534.service
	After: session-1491.scope
	References: unattended-upgrades.service
	ReferencedBy: unattended-upgrades.service
	ReferencedBy: slices.target
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: paths.target
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-readahead-replay.service
	ReferencedBy: systemd-readahead-collect.service
	ReferencedBy: systemd-readahead-done.timer
	ReferencedBy: systemd-readahead-done.service
	ReferencedBy: graphical.target
	ReferencedBy: rescue.target
	ReferencedBy: rescue.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: dbus.socket
	ReferencedBy: nss-user-lookup.target
	ReferencedBy: user.slice
	ReferencedBy: getty.target
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: system-serial\x2dgetty.slice
	ReferencedBy: getty at tty1.service
	ReferencedBy: system-getty.slice
	ReferencedBy: rc-local.service
	ReferencedBy: network.target
	ReferencedBy: remote-fs.target
	ReferencedBy: remote-fs-pre.target
	ReferencedBy: basic.target
	ReferencedBy: timers.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: local-fs-pre.target
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: cryptsetup.target
	ReferencedBy: system-systemd\x2dcryptsetup.slice
	ReferencedBy: cryptsetup-pre.target
	ReferencedBy: swap.target
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-fsck at dev-sda2.service
	ReferencedBy: system-systemd\x2dfsck.slice
	ReferencedBy: systemd-fsck at dev-mapper-sda4_crypt.service
	ReferencedBy: emergency.target
	ReferencedBy: emergency.service
	ReferencedBy: syslog.socket
	ReferencedBy: rsyslog.service
	ReferencedBy: sockets.target
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: systemd-halt.service
	ReferencedBy: final.target
	ReferencedBy: systemd-reboot.service
	ReferencedBy: lm-sensors.service
	ReferencedBy: freenet.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: time-sync.target
	ReferencedBy: binfmt-support.service
	ReferencedBy: samba.service
	ReferencedBy: ntp.service
	ReferencedBy: network-online.target
	ReferencedBy: cron.service
	ReferencedBy: dbus.service
	ReferencedBy: saned.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: yacy.service
	ReferencedBy: spampd.service
	ReferencedBy: nss-lookup.target
	ReferencedBy: spamassassin.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: smbd.service
	ReferencedBy: dictd.service
	ReferencedBy: xendomains.service
	ReferencedBy: xen.service
	ReferencedBy: postgresql.service
	ReferencedBy: postgresql at 9.4-main.service
	ReferencedBy: system-postgresql.slice
	ReferencedBy: haveged.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: privoxy.service
	ReferencedBy: lighttpd.service
	ReferencedBy: minissdpd.service
	ReferencedBy: transmission-daemon.service
	ReferencedBy: netatalk.service
	ReferencedBy: hddtemp.service
	ReferencedBy: smartmontools.service
	ReferencedBy: exim4.service
	ReferencedBy: atd.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: networking.service
	ReferencedBy: sound.target
	ReferencedBy: user-1000.slice
	ReferencedBy: user at 1000.service
	ReferencedBy: session-5.scope
	ReferencedBy: user-1001.slice
	ReferencedBy: user at 1001.service
	ReferencedBy: user-33.slice
	ReferencedBy: user at 33.service
	ReferencedBy: user-110.slice
	ReferencedBy: user at 110.service
	ReferencedBy: user-65534.slice
	ReferencedBy: user at 65534.service
	ReferencedBy: session-1491.scope
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	Name: reboot.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/reboot.target
	Requires: systemd-reboot.service
	After: unattended-upgrades.service
	After: systemd-reboot.service
	References: systemd-reboot.service
	ReferencedBy: unattended-upgrades.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> 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
	Name: halt.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/halt.target
	Requires: systemd-halt.service
	After: unattended-upgrades.service
	After: systemd-halt.service
	References: systemd-halt.service
	ReferencedBy: unattended-upgrades.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	RequiredBy: systemd-journald.service
	WantedBy: sockets.target
	Before: unattended-upgrades.service
	Before: sockets.target
	Before: syslog.target
	Before: systemd-journald.service
	Before: kmod-static-nodes.service
	Before: dev-mqueue.mount
	Before: systemd-ask-password-console.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-readahead-done.service
	Before: systemd-ask-password-wall.service
	Before: systemd-user-sessions.service
	Before: systemd-logind.service
	Before: serial-getty at hvc0.service
	Before: getty at tty1.service
	Before: rc-local.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-sysctl.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-random-seed.service
	Before: systemd-remount-fs.service
	Before: systemd-fsck-root.service
	Before: dev-hugepages.mount
	Before: systemd-binfmt.service
	Before: sys-kernel-debug.mount
	Before: systemd-modules-load.service
	Before: proc-sys-fs-binfmt_misc.mount
	Before: debian-fixup.service
	Before: systemd-journal-flush.service
	Before: sys-fs-fuse-connections.mount
	Before: systemd-update-utmp.service
	Before: systemd-cryptsetup at sda3_crypt.service
	Before: systemd-cryptsetup at sda4_crypt.service
	Before: systemd-cryptsetup at cryptoswap.service
	Before: systemd-cryptsetup at sdb3_crypt.service
	Before: systemd-cryptsetup at sdb4_crypt.service
	Before: systemd-cryptsetup at sdc3_crypt.service
	Before: systemd-cryptsetup at sdc4_crypt.service
	Before: sys-kernel-config.mount
	Before: systemd-udevd.service
	Before: systemd-udev-trigger.service
	Before: dev-mapper-cryptoswap.swap
	Before: run-lock.mount
	Before: run-user.mount
	Before: boot.mount
	Before: systemd-fsck at dev-sda2.service
	Before: home.mount
	Before: systemd-fsck at dev-mapper-sda4_crypt.service
	Before: tmp.mount
	Before: systemd-shutdownd.service
	Before: systemd-initctl.service
	Before: systemd-halt.service
	Before: systemd-reboot.service
	Before: udev-finish.service
	Before: systemd-udev-settle.service
	Before: lm-sensors.service
	Before: qemu-system-x86.service
	Before: kbd.service
	Before: console-setup.service
	Before: networking.service
	Before: keyboard-setup.service
	Before: freenet.service
	Before: ssh.service
	Before: anacron.service
	Before: binfmt-support.service
	Before: samba.service
	Before: ntp.service
	Before: cron.service
	Before: dbus.service
	Before: saned.service
	Before: avahi-daemon.service
	Before: yacy.service
	Before: spampd.service
	Before: spamassassin.service
	Before: samba-ad-dc.service
	Before: nmbd.service
	Before: smbd.service
	Before: dictd.service
	Before: xendomains.service
	Before: xen.service
	Before: postgresql.service
	Before: postgresql at 9.4-main.service
	Before: haveged.service
	Before: apache2.service
	Before: mixmaster.service
	Before: tor.service
	Before: privoxy.service
	Before: lighttpd.service
	Before: minissdpd.service
	Before: transmission-daemon.service
	Before: netatalk.service
	Before: hddtemp.service
	Before: smartmontools.service
	Before: exim4.service
	Before: atd.service
	Before: systemd-update-utmp-runlevel.service
	Before: dev-dm\x2d1.swap
	Before: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	Before: user at 1000.service
	Before: user at 1001.service
	Before: user at 33.service
	Before: user at 110.service
	Before: user at 65534.service
	After: -.mount
	Triggers: systemd-journald.service
	References: sockets.target
	References: syslog.target
	References: systemd-journald.service
	References: -.mount
	ReferencedBy: unattended-upgrades.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-readahead-done.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: rc-local.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: debian-fixup.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: dev-mapper-cryptoswap.swap
	ReferencedBy: run-lock.mount
	ReferencedBy: run-user.mount
	ReferencedBy: boot.mount
	ReferencedBy: systemd-fsck at dev-sda2.service
	ReferencedBy: home.mount
	ReferencedBy: systemd-fsck at dev-mapper-sda4_crypt.service
	ReferencedBy: tmp.mount
	ReferencedBy: sockets.target
	ReferencedBy: systemd-shutdownd.service
	ReferencedBy: systemd-initctl.service
	ReferencedBy: systemd-halt.service
	ReferencedBy: systemd-reboot.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: lm-sensors.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: networking.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: freenet.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: samba.service
	ReferencedBy: ntp.service
	ReferencedBy: cron.service
	ReferencedBy: dbus.service
	ReferencedBy: saned.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: yacy.service
	ReferencedBy: spampd.service
	ReferencedBy: spamassassin.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: smbd.service
	ReferencedBy: dictd.service
	ReferencedBy: xendomains.service
	ReferencedBy: xen.service
	ReferencedBy: postgresql.service
	ReferencedBy: postgresql at 9.4-main.service
	ReferencedBy: haveged.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: privoxy.service
	ReferencedBy: lighttpd.service
	ReferencedBy: minissdpd.service
	ReferencedBy: transmission-daemon.service
	ReferencedBy: netatalk.service
	ReferencedBy: hddtemp.service
	ReferencedBy: smartmontools.service
	ReferencedBy: exim4.service
	ReferencedBy: atd.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	ReferencedBy: user at 1000.service
	ReferencedBy: user at 1001.service
	ReferencedBy: user at 33.service
	ReferencedBy: user at 110.service
	ReferencedBy: user at 65534.service
	RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket /dev/log
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	ReceiveBuffer: 8388608
	ListenStream: /run/systemd/journal/stdout
	ListenDatagram: /run/systemd/journal/socket
	ListenDatagram: /dev/log
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: 0x0
	Name: system.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/system.slice
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: -.slice
	WantedBy: slices.target
	WantedBy: systemd-ask-password-wall.service
	WantedBy: systemd-user-sessions.service
	WantedBy: systemd-logind.service
	WantedBy: dbus.socket
	WantedBy: system-serial\x2dgetty.slice
	WantedBy: system-getty.slice
	WantedBy: rc-local.service
	WantedBy: system-systemd\x2dcryptsetup.slice
	WantedBy: dev-mapper-cryptoswap.swap
	WantedBy: run-lock.mount
	WantedBy: run-user.mount
	WantedBy: -.mount
	WantedBy: boot.mount
	WantedBy: system-systemd\x2dfsck.slice
	WantedBy: home.mount
	WantedBy: tmp.mount
	WantedBy: rsyslog.service
	WantedBy: avahi-daemon.socket
	WantedBy: lm-sensors.service
	WantedBy: freenet.service
	WantedBy: ssh.service
	WantedBy: anacron.service
	WantedBy: binfmt-support.service
	WantedBy: samba.service
	WantedBy: ntp.service
	WantedBy: cron.service
	WantedBy: dbus.service
	WantedBy: saned.service
	WantedBy: avahi-daemon.service
	WantedBy: yacy.service
	WantedBy: spampd.service
	WantedBy: spamassassin.service
	WantedBy: samba-ad-dc.service
	WantedBy: nmbd.service
	WantedBy: smbd.service
	WantedBy: dictd.service
	WantedBy: xendomains.service
	WantedBy: xen.service
	WantedBy: postgresql.service
	WantedBy: system-postgresql.slice
	WantedBy: haveged.service
	WantedBy: apache2.service
	WantedBy: mixmaster.service
	WantedBy: tor.service
	WantedBy: privoxy.service
	WantedBy: lighttpd.service
	WantedBy: minissdpd.service
	WantedBy: transmission-daemon.service
	WantedBy: netatalk.service
	WantedBy: hddtemp.service
	WantedBy: smartmontools.service
	WantedBy: exim4.service
	WantedBy: atd.service
	WantedBy: dev-dm\x2d1.swap
	WantedBy: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	WantedBy: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	WantedBy: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	Before: slices.target
	Before: systemd-ask-password-wall.service
	Before: systemd-user-sessions.service
	Before: systemd-logind.service
	Before: dbus.socket
	Before: system-serial\x2dgetty.slice
	Before: system-getty.slice
	Before: rc-local.service
	Before: system-systemd\x2dcryptsetup.slice
	Before: dev-mapper-cryptoswap.swap
	Before: run-lock.mount
	Before: run-user.mount
	Before: -.mount
	Before: boot.mount
	Before: system-systemd\x2dfsck.slice
	Before: home.mount
	Before: tmp.mount
	Before: rsyslog.service
	Before: avahi-daemon.socket
	Before: lm-sensors.service
	Before: freenet.service
	Before: ssh.service
	Before: anacron.service
	Before: binfmt-support.service
	Before: samba.service
	Before: ntp.service
	Before: cron.service
	Before: dbus.service
	Before: saned.service
	Before: avahi-daemon.service
	Before: yacy.service
	Before: spampd.service
	Before: spamassassin.service
	Before: samba-ad-dc.service
	Before: nmbd.service
	Before: smbd.service
	Before: dictd.service
	Before: xendomains.service
	Before: xen.service
	Before: postgresql.service
	Before: system-postgresql.slice
	Before: haveged.service
	Before: apache2.service
	Before: mixmaster.service
	Before: tor.service
	Before: privoxy.service
	Before: lighttpd.service
	Before: minissdpd.service
	Before: transmission-daemon.service
	Before: netatalk.service
	Before: hddtemp.service
	Before: smartmontools.service
	Before: exim4.service
	Before: atd.service
	Before: dev-dm\x2d1.swap
	Before: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	After: -.slice
	References: slices.target
	References: -.slice
	ReferencedBy: slices.target
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: dbus.socket
	ReferencedBy: system-serial\x2dgetty.slice
	ReferencedBy: system-getty.slice
	ReferencedBy: rc-local.service
	ReferencedBy: system-systemd\x2dcryptsetup.slice
	ReferencedBy: dev-mapper-cryptoswap.swap
	ReferencedBy: run-lock.mount
	ReferencedBy: run-user.mount
	ReferencedBy: -.mount
	ReferencedBy: boot.mount
	ReferencedBy: system-systemd\x2dfsck.slice
	ReferencedBy: home.mount
	ReferencedBy: tmp.mount
	ReferencedBy: rsyslog.service
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: lm-sensors.service
	ReferencedBy: freenet.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: samba.service
	ReferencedBy: ntp.service
	ReferencedBy: cron.service
	ReferencedBy: dbus.service
	ReferencedBy: saned.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: yacy.service
	ReferencedBy: spampd.service
	ReferencedBy: spamassassin.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: smbd.service
	ReferencedBy: dictd.service
	ReferencedBy: xendomains.service
	ReferencedBy: xen.service
	ReferencedBy: postgresql.service
	ReferencedBy: system-postgresql.slice
	ReferencedBy: haveged.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: privoxy.service
	ReferencedBy: lighttpd.service
	ReferencedBy: minissdpd.service
	ReferencedBy: transmission-daemon.service
	ReferencedBy: netatalk.service
	ReferencedBy: hddtemp.service
	ReferencedBy: smartmontools.service
	ReferencedBy: exim4.service
	ReferencedBy: atd.service
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: slices.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: -.slice
	Wants: system.slice
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: system.slice
	After: -.slice
	After: user.slice
	References: -.slice
	References: system.slice
	References: shutdown.target
	ReferencedBy: system.slice
	ReferencedBy: -.slice
	ReferencedBy: user.slice
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: 0x0
	Name: -.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/-.slice
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: system.slice
	WantedBy: slices.target
	WantedBy: user.slice
	Before: system.slice
	Before: slices.target
	Before: user.slice
	References: slices.target
	ReferencedBy: system.slice
	ReferencedBy: slices.target
	ReferencedBy: user.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	Name: sockets.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Wants: avahi-daemon.socket
	Wants: dbus.socket
	Wants: systemd-udevd-control.socket
	Wants: systemd-udevd-kernel.socket
	Wants: systemd-initctl.socket
	Wants: systemd-journald.socket
	Wants: systemd-shutdownd.socket
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-journald.socket
	After: dbus.socket
	After: systemd-udevd-kernel.socket
	After: systemd-udevd-control.socket
	After: syslog.socket
	After: systemd-shutdownd.socket
	After: systemd-initctl.socket
	After: avahi-daemon.socket
	References: avahi-daemon.socket
	References: dbus.socket
	References: systemd-udevd-control.socket
	References: systemd-udevd-kernel.socket
	References: systemd-initctl.socket
	References: systemd-journald.socket
	References: systemd-shutdownd.socket
	References: shutdown.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: dbus.socket
	ReferencedBy: basic.target
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: avahi-daemon.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit syslog.target:
	Description: Syslog
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: syslog.target
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.target
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: syslog.socket
	Before: freenet.service
	Before: ntp.service
	Before: saned.service
	Before: spampd.service
	Before: dictd.service
	Before: xendomains.service
	Before: xen.service
	Before: apache2.service
	Before: tor.service
	Before: netatalk.service
	Before: hddtemp.service
	Before: smartmontools.service
	Before: exim4.service
	After: systemd-journald.socket
	After: syslog.socket
	ReferencedBy: systemd-journald.socket
	ReferencedBy: syslog.socket
	ReferencedBy: freenet.service
	ReferencedBy: ntp.service
	ReferencedBy: saned.service
	ReferencedBy: spampd.service
	ReferencedBy: dictd.service
	ReferencedBy: xendomains.service
	ReferencedBy: xen.service
	ReferencedBy: apache2.service
	ReferencedBy: tor.service
	ReferencedBy: netatalk.service
	ReferencedBy: hddtemp.service
	ReferencedBy: smartmontools.service
	ReferencedBy: exim4.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 13:22:38 UTC
	Active Enter Timestamp: Tue 2014-08-26 13:22:38 UTC
	Active Exit Timestamp: Tue 2014-08-26 13:22:38 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 13:22:38 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.service
	CGroup realized: yes
	CGroup 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: Tue 2014-08-26 13:22:38 UTC
	Condition Result: yes
	Requires: systemd-journald.socket
	RequiredBy: systemd-journal-flush.service
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-journal-flush.service
	After: systemd-journald.socket
	After: syslog.socket
	TriggeredBy: systemd-journald.socket
	References: systemd-journald.socket
	References: syslog.socket
	References: sysinit.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-journal-flush.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: all
	Main PID: 16676
	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
	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_syslog
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
			PID: 16676
			Start Timestamp: Tue 2014-08-26 13:22:38 UTC
	Status Text: Processing requests...
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	Wants: syslog.target
	RequiredBy: rsyslog.service
	Conflicts: shutdown.target
	ConflictedBy: emergency.service
	Before: systemd-journald.service
	Before: sockets.target
	Before: syslog.target
	Before: shutdown.target
	Before: rsyslog.service
	After: -.mount
	Triggers: rsyslog.service
	References: sockets.target
	References: syslog.target
	References: shutdown.target
	References: rsyslog.service
	References: -.mount
	ReferencedBy: systemd-journald.service
	ReferencedBy: emergency.service
	ReferencedBy: rsyslog.service
	RequiresMountsFor: /run/systemd/journal/syslog
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	ReceiveBuffer: 8388608
	ListenDatagram: /run/systemd/journal/syslog
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	Name: sysinit.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Wants: local-fs.target
	Wants: swap.target
	Wants: systemd-udev-trigger.service
	Wants: systemd-udevd.service
	Wants: udev-finish.service
	Wants: sys-kernel-config.mount
	Wants: cryptsetup.target
	Wants: systemd-update-utmp.service
	Wants: sys-fs-fuse-connections.mount
	Wants: systemd-journal-flush.service
	Wants: systemd-journald.service
	Wants: debian-fixup.service
	Wants: proc-sys-fs-binfmt_misc.automount
	Wants: systemd-modules-load.service
	Wants: sys-kernel-debug.mount
	Wants: systemd-binfmt.service
	Wants: dev-hugepages.mount
	Wants: systemd-random-seed.service
	Wants: systemd-tmpfiles-setup-dev.service
	Wants: systemd-sysctl.service
	Wants: systemd-tmpfiles-setup.service
	Wants: systemd-ask-password-console.path
	Wants: dev-mqueue.mount
	Wants: kmod-static-nodes.service
	Wants: keyboard-setup.service
	Wants: networking.service
	Wants: console-setup.service
	Wants: kbd.service
	Wants: qemu-system-x86.service
	RequiredBy: rescue.target
	RequiredBy: dbus.socket
	RequiredBy: basic.target
	RequiredBy: systemd-tmpfiles-clean.timer
	RequiredBy: avahi-daemon.socket
	Conflicts: emergency.service
	Conflicts: emergency.target
	Conflicts: shutdown.target
	Before: rescue.target
	Before: rescue.service
	Before: dbus.socket
	Before: basic.target
	Before: systemd-tmpfiles-clean.timer
	Before: avahi-daemon.socket
	After: systemd-journald.service
	After: local-fs.target
	After: swap.target
	After: emergency.service
	After: emergency.target
	After: kmod-static-nodes.service
	After: dev-mqueue.mount
	After: systemd-tmpfiles-setup.service
	After: systemd-readahead-replay.service
	After: systemd-readahead-collect.service
	After: systemd-tmpfiles-clean.service
	After: systemd-sysctl.service
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-random-seed.service
	After: dev-hugepages.mount
	After: systemd-binfmt.service
	After: sys-kernel-debug.mount
	After: systemd-modules-load.service
	After: proc-sys-fs-binfmt_misc.automount
	After: debian-fixup.service
	After: sys-fs-fuse-connections.mount
	After: systemd-update-utmp.service
	After: cryptsetup.target
	After: sys-kernel-config.mount
	After: systemd-udevd.service
	After: systemd-udev-trigger.service
	After: systemd-udev-settle.service
	After: keyboard-setup.service
	After: networking.service
	After: console-setup.service
	After: kbd.service
	After: qemu-system-x86.service
	References: emergency.service
	References: emergency.target
	References: local-fs.target
	References: swap.target
	References: systemd-udev-trigger.service
	References: systemd-udevd.service
	References: udev-finish.service
	References: sys-kernel-config.mount
	References: cryptsetup.target
	References: systemd-update-utmp.service
	References: sys-fs-fuse-connections.mount
	References: systemd-journal-flush.service
	References: systemd-journald.service
	References: debian-fixup.service
	References: proc-sys-fs-binfmt_misc.automount
	References: systemd-modules-load.service
	References: sys-kernel-debug.mount
	References: systemd-binfmt.service
	References: dev-hugepages.mount
	References: systemd-random-seed.service
	References: systemd-tmpfiles-setup-dev.service
	References: systemd-sysctl.service
	References: systemd-tmpfiles-setup.service
	References: systemd-ask-password-console.path
	References: dev-mqueue.mount
	References: kmod-static-nodes.service
	References: shutdown.target
	References: keyboard-setup.service
	References: networking.service
	References: console-setup.service
	References: kbd.service
	References: qemu-system-x86.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-readahead-replay.service
	ReferencedBy: systemd-readahead-collect.service
	ReferencedBy: rescue.target
	ReferencedBy: rescue.service
	ReferencedBy: dbus.socket
	ReferencedBy: basic.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: debian-fixup.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: systemd-udev-settle.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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
	Name: emergency.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	RequiredBy: emergency.target
	Conflicts: shutdown.target
	Conflicts: rescue.service
	Conflicts: syslog.socket
	ConflictedBy: sysinit.target
	Before: sysinit.target
	Before: emergency.target
	Before: shutdown.target
	References: shutdown.target
	References: rescue.service
	References: syslog.socket
	ReferencedBy: sysinit.target
	ReferencedBy: emergency.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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" to try again\nto boot into default mode.'
	-> ExecStart:
		Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --fail --no-block default'
-> 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
	Name: emergency.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/emergency.target
	Requires: emergency.service
	Conflicts: shutdown.target
	ConflictedBy: sysinit.target
	Before: sysinit.target
	After: emergency.service
	References: emergency.service
	References: shutdown.target
	ReferencedBy: sysinit.target
	ReferencedBy: local-fs.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:47 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:47 UTC
	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
	Name: local-fs.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Sat 2014-08-16 11:18:47 UTC
	Condition Result: yes
	Requires: tmp.mount
	Requires: home.mount
	Requires: boot.mount
	Requires: -.mount
	Wants: systemd-fsck-root.service
	Wants: run-user.mount
	Wants: systemd-remount-fs.service
	Wants: run-lock.mount
	WantedBy: sysinit.target
	WantedBy: systemd-tmpfiles-setup.service
	WantedBy: systemd-tmpfiles-clean.service
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: systemd-tmpfiles-setup.service
	Before: remote-fs.target
	Before: systemd-tmpfiles-clean.service
	Before: systemd-journal-flush.service
	Before: networking.service
	Before: saned.service
	Before: samba-ad-dc.service
	Before: nmbd.service
	Before: smbd.service
	Before: apache2.service
	Before: mixmaster.service
	Before: tor.service
	Before: minissdpd.service
	After: systemd-remount-fs.service
	After: systemd-fsck-root.service
	After: local-fs-pre.target
	After: run-lock.mount
	After: run-user.mount
	After: -.mount
	After: boot.mount
	After: home.mount
	After: tmp.mount
	OnFailure: emergency.target
	References: local-fs-pre.target
	References: shutdown.target
	References: emergency.target
	References: systemd-fsck-root.service
	References: tmp.mount
	References: home.mount
	References: boot.mount
	References: -.mount
	References: run-user.mount
	References: systemd-remount-fs.service
	References: run-lock.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: remote-fs.target
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: run-lock.mount
	ReferencedBy: run-user.mount
	ReferencedBy: -.mount
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: tmp.mount
	ReferencedBy: networking.service
	ReferencedBy: saned.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: smbd.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: minissdpd.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: swap.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Sat 2014-08-16 11:18:06 UTC
	Condition Result: yes
	Requires: dev-mapper-cryptoswap.swap
	Requires: dev-dm\x2d1.swap
	Requires: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	Requires: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	Requires: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	Wants: dev-mapper-cryptoswap.swap
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	After: dev-mapper-cryptoswap.swap
	After: dev-dm\x2d1.swap
	After: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	After: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	After: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	References: dev-mapper-cryptoswap.swap
	References: shutdown.target
	References: dev-dm\x2d1.swap
	References: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	References: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	References: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-udevd.service
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-udev-settle.service
	After: systemd-udevd-kernel.socket
	After: systemd-udevd-control.socket
	After: systemd-journald.socket
	References: systemd-udevd.service
	References: systemd-udevd-kernel.socket
	References: systemd-udevd-control.socket
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-udev-settle.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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
		Command Line: /bin/udevadm trigger --type=devices --action=add
-> Unit systemd-udevd.service:
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:05:45 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:05:45 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:05:45 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:05:45 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-udevd.service
	Name: udev.service
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2014-08-26 08:05:45 UTC
	Condition Result: yes
	Wants: systemd-udevd-control.socket
	Wants: systemd-udevd-kernel.socket
	WantedBy: sysinit.target
	WantedBy: systemd-udev-trigger.service
	WantedBy: systemd-udev-settle.service
	Before: sysinit.target
	Before: udev-finish.service
	Before: qemu-system-x86.service
	Before: keyboard-setup.service
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-udevd-control.socket
	After: systemd-udevd-kernel.socket
	After: systemd-journald.socket
	TriggeredBy: systemd-udevd-control.socket
	TriggeredBy: systemd-udevd-kernel.socket
	References: systemd-udevd-control.socket
	References: systemd-udevd-kernel.socket
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: keyboard-setup.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	Main PID: 32001
	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
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: -1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
-> 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
	Name: sys-kernel-config.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionPathExists: /sys/kernel/config untested
	Condition Timestamp: Sat 2014-08-16 11:18:06 UTC
	Condition Result: no
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-modules-load.service
	After: systemd-journald.socket
	After: -.mount
	References: systemd-modules-load.service
	References: sysinit.target
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit cryptsetup.target:
	Description: Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: cryptsetup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Sat 2014-08-16 11:18:44 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at sdc4_crypt.service
	Requires: systemd-cryptsetup at sdc3_crypt.service
	Requires: systemd-cryptsetup at sdb4_crypt.service
	Requires: systemd-cryptsetup at sdb3_crypt.service
	Requires: systemd-cryptsetup at cryptoswap.service
	Requires: systemd-cryptsetup at sda4_crypt.service
	Requires: systemd-cryptsetup at sda3_crypt.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	After: systemd-cryptsetup at sda3_crypt.service
	After: systemd-cryptsetup at sda4_crypt.service
	After: systemd-cryptsetup at cryptoswap.service
	After: systemd-cryptsetup at sdb3_crypt.service
	After: systemd-cryptsetup at sdb4_crypt.service
	After: systemd-cryptsetup at sdc3_crypt.service
	After: systemd-cryptsetup at sdc4_crypt.service
	References: systemd-cryptsetup at sdc4_crypt.service
	References: systemd-cryptsetup at sdc3_crypt.service
	References: systemd-cryptsetup at sdb4_crypt.service
	References: systemd-cryptsetup at sdb3_crypt.service
	References: systemd-cryptsetup at cryptoswap.service
	References: systemd-cryptsetup at sda4_crypt.service
	References: systemd-cryptsetup at sda3_crypt.service
	References: shutdown.target
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-update-utmp.service:
	Description: Update UTMP about System Reboot/Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:47 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:47 UTC
	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
	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: Sat 2014-08-16 11:18:47 UTC
	Condition Result: yes
	Requires: -.mount
	RequiredBy: 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-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-remount-fs.service
	After: systemd-tmpfiles-setup.service
	After: auditd.service
	After: systemd-journald.socket
	After: -.mount
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-remount-fs.service
	References: systemd-tmpfiles-setup.service
	References: auditd.service
	References: sysinit.target
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-update-utmp-runlevel.service
	RequiresMountsFor: /var/log/wtmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp reboot
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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-fs-fuse-connections.mount
	CGroup realized: no
	CGroup 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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	WantedBy: sys-module-fuse.device
	Before: sysinit.target
	After: systemd-modules-load.service
	After: systemd-journald.socket
	After: -.mount
	References: systemd-modules-load.service
	References: sysinit.target
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: sys-module-fuse.device
	RequiresMountsFor: /sys/fs/fuse
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /sys/fs/fuse/connections
	What: fusectl
	File System Type: fusectl
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-journal-flush.service:
	Description: Trigger Flushing of Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-08-26 13:22:38 UTC
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-08-26 13:22:38 UTC
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup 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: Tue 2014-08-26 13:22:38 UTC
	Condition Result: yes
	Requires: systemd-journald.service
	WantedBy: sysinit.target
	Before: systemd-user-sessions.service
	After: systemd-journald.service
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald.socket
	References: systemd-journald.service
	References: local-fs.target
	References: remote-fs.target
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
			PID: 16677
			Start Timestamp: Tue 2014-08-26 13:22:38 UTC
			Exit Timestamp: Tue 2014-08-26 13:22:38 UTC
			Exit Code: exited
			Exit Status: 0
-> Unit debian-fixup.service:
	Description: Various fixups to make systemd work better on Debian
	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
	Name: debian-fixup.service
	Fragment Path: /lib/systemd/system/debian-fixup.service
	ConditionPathIsSymbolicLink: |!/var/lock untested
	ConditionPathIsSymbolicLink: |!/var/run untested
	ConditionPathIsSymbolicLink: |!/etc/mtab untested
	Condition Timestamp: Sat 2014-08-16 11:18:06 UTC
	Condition Result: no
	WantedBy: sysinit.target
	Before: var-run.mount
	Before: var-lock.mount
	Before: sysinit.target
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	References: var-run.mount
	References: var-lock.mount
	References: sysinit.target
	References: systemd-remount-fs.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/debian-fixup
-> 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: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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/ untested
	ConditionPathExists: /proc/sys/fs/binfmt_misc/ untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Before: systemd-binfmt.service
	Before: sysinit.target
	Before: proc-sys-fs-binfmt_misc.mount
	After: -.mount
	Triggers: proc-sys-fs-binfmt_misc.mount
	References: sysinit.target
	References: proc-sys-fs-binfmt_misc.mount
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-binfmt.service
	RequiresMountsFor: /proc/sys/fs
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Automount State: running
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
-> Unit systemd-modules-load.service:
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: systemd-modules-load.service
	Name: kmod.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 untested
	ConditionKernelCommandLine: |modules-load untested
	ConditionDirectoryNotEmpty: |/run/modules-load.d untested
	ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: systemd-sysctl.service
	Before: sysinit.target
	Before: shutdown.target
	Before: sys-fs-fuse-connections.mount
	Before: sys-kernel-config.mount
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-journald.socket
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: sys-kernel-config.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-modules-load
-> Unit sys-kernel-debug.mount:
	Description: Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: no
	CGroup 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 untested
	ConditionPathExists: /sys/kernel/debug untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-journald.socket
	After: -.mount
	References: sysinit.target
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /sys/kernel/debug
	What: debugfs
	File System Type: debugfs
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-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
	Name: systemd-binfmt.service
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
	Fragment Path: /lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d untested
	ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
	ConditionPathIsReadWrite: /proc/sys/ untested
	Condition Timestamp: Sat 2014-08-16 11:18:06 UTC
	Condition Result: no
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: proc-sys-fs-binfmt_misc.automount
	After: systemd-journald.socket
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: proc-sys-fs-binfmt_misc.automount
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-binfmt
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: no
	CGroup 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
	ConditionPathExists: /sys/kernel/mm/hugepages untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-journald.socket
	After: -.mount
	References: sysinit.target
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /dev/hugepages
	What: hugetlbfs
	File System Type: hugetlbfs
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: systemd-random-seed.service
	Name: urandom.service
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-cryptsetup at cryptoswap.service
	Before: networking.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	After: -.mount
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-remount-fs.service
	References: sysinit.target
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: networking.service
	RequiresMountsFor: /var/lib/systemd/random-seed
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-random-seed load
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
-> 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: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: local-fs-pre.target
	Before: systemd-udevd.service
	After: kmod-static-nodes.service
	After: systemd-journald.socket
	References: sysinit.target
	References: local-fs-pre.target
	References: systemd-udevd.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: kmod-static-nodes.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --prefix=/dev --create
-> Unit systemd-sysctl.service:
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: systemd-sysctl.service
	Name: procps.service
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionDirectoryNotEmpty: |/run/sysctl.d untested
	ConditionDirectoryNotEmpty: |/etc/sysctl.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/sysctl.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/sysctl.d untested
	ConditionDirectoryNotEmpty: |/lib/sysctl.d untested
	ConditionPathIsReadWrite: /proc/sys/ untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-modules-load.service
	After: systemd-journald.socket
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-modules-load.service
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sysctl
-> Unit systemd-tmpfiles-setup.service:
	Description: Create Volatile Files and Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:47 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:47 UTC
	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
	Name: systemd-tmpfiles-setup.service
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	ConditionDirectoryNotEmpty: |/run/tmpfiles.d untested
	ConditionDirectoryNotEmpty: |/etc/tmpfiles.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/tmpfiles.d untested
	ConditionDirectoryNotEmpty: |/lib/tmpfiles.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/tmpfiles.d untested
	Condition Timestamp: Sat 2014-08-16 11:18:47 UTC
	Condition Result: yes
	Wants: local-fs.target
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-update-utmp.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: local-fs.target
	After: systemd-journald.socket
	References: local-fs.target
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-update-utmp.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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
-> Unit systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Inactive Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup 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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: paths.target
	Before: shutdown.target
	Before: systemd-ask-password-console.service
	After: plymouth-start.service
	After: -.mount
	Triggers: systemd-ask-password-console.service
	References: shutdown.target
	References: plymouth-start.service
	References: paths.target
	References: systemd-ask-password-console.service
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /run/systemd/ask-password
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: dead
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: no
	CGroup 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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-journald.socket
	After: -.mount
	References: sysinit.target
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /dev/mqueue
	What: mqueue
	File System Type: mqueue
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 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: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: kmod-static-nodes.service
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileIsExecutable: /bin/kmod untested
	ConditionPathExists: /lib/modules/3.14-2-amd64/modules.devname untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-tmpfiles-setup-dev.service
	After: systemd-journald.socket
	References: sysinit.target
	References: systemd-tmpfiles-setup-dev.service
	References: systemd-journald.socket
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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
-> 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
	Name: plymouth-start.service
	Before: systemd-ask-password-console.path
	Before: systemd-ask-password-console.service
	Before: rescue.service
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: rescue.service
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: paths.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-ask-password-console.path
	After: systemd-ask-password-wall.path
	References: shutdown.target
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Inactive Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup 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
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-ask-password-console.path
	After: plymouth-start.service
	After: systemd-vconsole-setup.service
	After: systemd-journald.socket
	TriggeredBy: systemd-ask-password-console.path
	References: shutdown.target
	References: plymouth-start.service
	References: systemd-vconsole-setup.service
	References: systemd-journald.socket
	ReferencedBy: systemd-ask-password-console.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-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
	Name: systemd-vconsole-setup.service
	Before: systemd-ask-password-console.service
	ReferencedBy: systemd-ask-password-console.service
-> Unit systemd-readahead-collect.service:
	Description: Collect Read-Ahead Data
	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
	Name: systemd-readahead-collect.service
	Documentation: man:systemd-readahead-replay.service(8)
	Fragment Path: /lib/systemd/system/systemd-readahead-collect.service
	ConditionVirtualization: no untested
	ConditionPathExists: !/run/systemd/readahead/done untested
	ConditionPathExists: !/run/systemd/readahead/cancel untested
	Wants: systemd-readahead-done.timer
	Conflicts: shutdown.target
	Before: systemd-tmpfiles-setup.service
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-tmpfiles-clean.service
	Before: systemd-sysctl.service
	Before: systemd-random-seed.service
	Before: systemd-remount-fs.service
	Before: systemd-fsck-root.service
	Before: systemd-binfmt.service
	Before: systemd-modules-load.service
	Before: systemd-update-utmp.service
	Before: systemd-cryptsetup at sda3_crypt.service
	Before: systemd-cryptsetup at sda4_crypt.service
	Before: systemd-cryptsetup at cryptoswap.service
	Before: systemd-cryptsetup at sdb3_crypt.service
	Before: systemd-cryptsetup at sdb4_crypt.service
	Before: systemd-cryptsetup at sdc3_crypt.service
	Before: systemd-cryptsetup at sdc4_crypt.service
	Before: systemd-fsck at dev-sda2.service
	Before: systemd-fsck at dev-mapper-sda4_crypt.service
	References: systemd-readahead-done.timer
	References: shutdown.target
	References: sysinit.target
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	ReferencedBy: systemd-fsck at dev-sda2.service
	ReferencedBy: systemd-fsck at dev-mapper-sda4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: 1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-readahead collect
-> Unit systemd-readahead-replay.service:
	Description: Replay Read-Ahead Data
	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
	Name: systemd-readahead-replay.service
	Documentation: man:systemd-readahead-replay.service(8)
	Fragment Path: /lib/systemd/system/systemd-readahead-replay.service
	ConditionVirtualization: no untested
	ConditionPathExists: /.readahead untested
	ConditionPathExists: !/run/systemd/readahead/noreplay untested
	Conflicts: shutdown.target
	Before: systemd-tmpfiles-setup.service
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-tmpfiles-clean.service
	Before: systemd-sysctl.service
	Before: systemd-random-seed.service
	Before: systemd-remount-fs.service
	Before: systemd-fsck-root.service
	Before: systemd-binfmt.service
	Before: systemd-modules-load.service
	Before: systemd-update-utmp.service
	Before: systemd-cryptsetup at sda3_crypt.service
	Before: systemd-cryptsetup at sda4_crypt.service
	Before: systemd-cryptsetup at cryptoswap.service
	Before: systemd-cryptsetup at sdb3_crypt.service
	Before: systemd-cryptsetup at sdb4_crypt.service
	Before: systemd-cryptsetup at sdc3_crypt.service
	Before: systemd-cryptsetup at sdc4_crypt.service
	Before: systemd-fsck at dev-sda2.service
	Before: systemd-fsck at dev-mapper-sda4_crypt.service
	References: shutdown.target
	References: sysinit.target
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	ReferencedBy: systemd-fsck at dev-sda2.service
	ReferencedBy: systemd-fsck at dev-mapper-sda4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: 1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-readahead replay
-> Unit systemd-readahead-done.timer:
	Description: Stop Read-Ahead Data Collection 10s After Completed Startup
	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
	Name: systemd-readahead-done.timer
	Documentation: man:systemd-readahead-replay.service(8)
	Fragment Path: /lib/systemd/system/systemd-readahead-done.timer
	ConditionVirtualization: no untested
	WantedBy: systemd-readahead-collect.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: systemd-readahead-done.service
	After: graphical.target
	Triggers: systemd-readahead-done.service
	References: shutdown.target
	References: graphical.target
	References: systemd-readahead-done.service
	ReferencedBy: systemd-readahead-collect.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Timer State: dead
	Result: success
	Unit: systemd-readahead-done.service
	OnActiveSec: 30s
-> Unit systemd-readahead-done.service:
	Description: Stop Read-Ahead Data Collection
	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
	Name: systemd-readahead-done.service
	Documentation: man:systemd-readahead-replay.service(8)
	Fragment Path: /lib/systemd/system/systemd-readahead-done.service
	ConditionVirtualization: no untested
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-readahead-done.timer
	After: graphical.target
	After: systemd-journald.socket
	TriggeredBy: systemd-readahead-done.timer
	References: shutdown.target
	References: graphical.target
	References: systemd-journald.socket
	ReferencedBy: systemd-readahead-done.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-notify --readahead=done
-> Unit graphical.target:
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:16 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:16 UTC
	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
	Name: default.target
	Name: graphical.target
	Name: runlevel5.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Sat 2014-08-16 11:19:16 UTC
	Condition Result: yes
	Requires: multi-user.target
	Wants: display-manager.service
	Wants: haveged.service
	Wants: systemd-update-utmp-runlevel.service
	Wants: hddtemp.service
	Wants: smartmontools.service
	Wants: ntp.service
	Wants: exim4.service
	Wants: smbd.service
	Wants: samba.service
	Wants: spampd.service
	Wants: saned.service
	Wants: tor.service
	Wants: apache2.service
	Wants: nmbd.service
	Wants: dictd.service
	Wants: freenet.service
	Wants: minissdpd.service
	Conflicts: rescue.target
	Conflicts: shutdown.target
	Before: systemd-readahead-done.timer
	Before: systemd-readahead-done.service
	Before: systemd-update-utmp-runlevel.service
	After: multi-user.target
	After: haveged.service
	After: hddtemp.service
	After: smartmontools.service
	After: ntp.service
	After: exim4.service
	After: smbd.service
	After: samba.service
	After: spampd.service
	After: saned.service
	After: tor.service
	After: apache2.service
	After: nmbd.service
	After: dictd.service
	After: freenet.service
	After: minissdpd.service
	References: multi-user.target
	References: rescue.target
	References: display-manager.service
	References: haveged.service
	References: shutdown.target
	References: systemd-update-utmp-runlevel.service
	References: hddtemp.service
	References: smartmontools.service
	References: ntp.service
	References: exim4.service
	References: smbd.service
	References: samba.service
	References: spampd.service
	References: saned.service
	References: tor.service
	References: apache2.service
	References: nmbd.service
	References: dictd.service
	References: freenet.service
	References: minissdpd.service
	ReferencedBy: systemd-readahead-done.timer
	ReferencedBy: systemd-readahead-done.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit multi-user.target:
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:16 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:16 UTC
	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
	Name: multi-user.target
	Name: runlevel2.target
	Name: runlevel4.target
	Name: runlevel3.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Sat 2014-08-16 11:19:16 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: atd.service
	Wants: avahi-daemon.service
	Wants: lighttpd.service
	Wants: privoxy.service
	Wants: lm-sensors.service
	Wants: binfmt-support.service
	Wants: anacron.service
	Wants: cron.service
	Wants: postgresql.service
	Wants: remote-fs.target
	Wants: rc-local.service
	Wants: dbus.service
	Wants: getty.target
	Wants: systemd-logind.service
	Wants: systemd-user-sessions.service
	Wants: systemd-ask-password-wall.path
	Wants: rsyslog.service
	Wants: ssh.service
	Wants: systemd-update-utmp-runlevel.service
	Wants: hddtemp.service
	Wants: smartmontools.service
	Wants: ntp.service
	Wants: exim4.service
	Wants: smbd.service
	Wants: samba.service
	Wants: spampd.service
	Wants: saned.service
	Wants: tor.service
	Wants: apache2.service
	Wants: nmbd.service
	Wants: dictd.service
	Wants: freenet.service
	Wants: minissdpd.service
	RequiredBy: graphical.target
	Conflicts: rescue.service
	Conflicts: rescue.target
	Conflicts: shutdown.target
	Before: graphical.target
	Before: systemd-update-utmp-runlevel.service
	After: basic.target
	After: rescue.service
	After: rescue.target
	After: systemd-user-sessions.service
	After: systemd-logind.service
	After: getty.target
	After: rc-local.service
	After: rsyslog.service
	After: lm-sensors.service
	After: ssh.service
	After: anacron.service
	After: binfmt-support.service
	After: cron.service
	After: dbus.service
	After: avahi-daemon.service
	After: postgresql.service
	After: privoxy.service
	After: lighttpd.service
	After: atd.service
	After: hddtemp.service
	After: smartmontools.service
	After: ntp.service
	After: exim4.service
	After: smbd.service
	After: samba.service
	After: spampd.service
	After: saned.service
	After: tor.service
	After: apache2.service
	After: nmbd.service
	After: dictd.service
	After: freenet.service
	After: minissdpd.service
	References: basic.target
	References: rescue.service
	References: rescue.target
	References: atd.service
	References: avahi-daemon.service
	References: lighttpd.service
	References: privoxy.service
	References: lm-sensors.service
	References: binfmt-support.service
	References: anacron.service
	References: cron.service
	References: postgresql.service
	References: remote-fs.target
	References: rc-local.service
	References: dbus.service
	References: getty.target
	References: systemd-logind.service
	References: systemd-user-sessions.service
	References: systemd-ask-password-wall.path
	References: shutdown.target
	References: rsyslog.service
	References: ssh.service
	References: systemd-update-utmp-runlevel.service
	References: hddtemp.service
	References: smartmontools.service
	References: ntp.service
	References: exim4.service
	References: smbd.service
	References: samba.service
	References: spampd.service
	References: saned.service
	References: tor.service
	References: apache2.service
	References: nmbd.service
	References: dictd.service
	References: freenet.service
	References: minissdpd.service
	ReferencedBy: graphical.target
	ReferencedBy: systemd-update-utmp-runlevel.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Name: rescue.target
	Name: runlevel1.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: sysinit.target
	Requires: rescue.service
	Wants: systemd-update-utmp-runlevel.service
	Conflicts: shutdown.target
	ConflictedBy: graphical.target
	ConflictedBy: multi-user.target
	Before: multi-user.target
	Before: systemd-update-utmp-runlevel.service
	After: sysinit.target
	After: rescue.service
	References: sysinit.target
	References: rescue.service
	References: shutdown.target
	References: systemd-update-utmp-runlevel.service
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-update-utmp-runlevel.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> 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
	Name: display-manager.service
	WantedBy: graphical.target
	ReferencedBy: graphical.target
-> 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
	Name: rescue.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	RequiredBy: rescue.target
	Conflicts: shutdown.target
	ConflictedBy: multi-user.target
	ConflictedBy: emergency.service
	Before: rescue.target
	Before: shutdown.target
	Before: multi-user.target
	After: sysinit.target
	After: plymouth-start.service
	References: shutdown.target
	References: sysinit.target
	References: plymouth-start.service
	ReferencedBy: rescue.target
	ReferencedBy: multi-user.target
	ReferencedBy: emergency.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 rescue mode! Type "systemctl default" or ^D to enter default mode.\nType "journalctl -xb" to view system logs. Type "systemctl reboot" to reboot.'
	-> ExecStart:
		Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --fail --no-block default'
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	Name: basic.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: sysinit.target
	Wants: sockets.target
	Wants: timers.target
	Wants: paths.target
	Wants: slices.target
	RequiredBy: multi-user.target
	RequiredBy: systemd-ask-password-wall.service
	RequiredBy: systemd-user-sessions.service
	RequiredBy: systemd-logind.service
	RequiredBy: serial-getty at hvc0.service
	RequiredBy: getty at tty1.service
	RequiredBy: rc-local.service
	RequiredBy: rsyslog.service
	RequiredBy: lm-sensors.service
	RequiredBy: freenet.service
	RequiredBy: ssh.service
	RequiredBy: anacron.service
	RequiredBy: binfmt-support.service
	RequiredBy: samba.service
	RequiredBy: ntp.service
	RequiredBy: cron.service
	RequiredBy: dbus.service
	RequiredBy: saned.service
	RequiredBy: avahi-daemon.service
	RequiredBy: yacy.service
	RequiredBy: spampd.service
	RequiredBy: spamassassin.service
	RequiredBy: samba-ad-dc.service
	RequiredBy: nmbd.service
	RequiredBy: smbd.service
	RequiredBy: dictd.service
	RequiredBy: xendomains.service
	RequiredBy: xen.service
	RequiredBy: postgresql.service
	RequiredBy: postgresql at 9.4-main.service
	RequiredBy: haveged.service
	RequiredBy: apache2.service
	RequiredBy: mixmaster.service
	RequiredBy: tor.service
	RequiredBy: privoxy.service
	RequiredBy: lighttpd.service
	RequiredBy: minissdpd.service
	RequiredBy: transmission-daemon.service
	RequiredBy: netatalk.service
	RequiredBy: hddtemp.service
	RequiredBy: smartmontools.service
	RequiredBy: exim4.service
	RequiredBy: atd.service
	RequiredBy: user at 1000.service
	RequiredBy: user at 1001.service
	RequiredBy: user at 33.service
	RequiredBy: user at 110.service
	RequiredBy: user at 65534.service
	Conflicts: shutdown.target
	Before: multi-user.target
	Before: systemd-ask-password-wall.service
	Before: systemd-user-sessions.service
	Before: systemd-logind.service
	Before: serial-getty at hvc0.service
	Before: getty at tty1.service
	Before: rc-local.service
	Before: rsyslog.service
	Before: lm-sensors.service
	Before: freenet.service
	Before: ssh.service
	Before: anacron.service
	Before: binfmt-support.service
	Before: samba.service
	Before: ntp.service
	Before: cron.service
	Before: dbus.service
	Before: saned.service
	Before: avahi-daemon.service
	Before: yacy.service
	Before: spampd.service
	Before: spamassassin.service
	Before: samba-ad-dc.service
	Before: nmbd.service
	Before: smbd.service
	Before: dictd.service
	Before: xendomains.service
	Before: xen.service
	Before: postgresql.service
	Before: postgresql at 9.4-main.service
	Before: haveged.service
	Before: apache2.service
	Before: mixmaster.service
	Before: tor.service
	Before: privoxy.service
	Before: lighttpd.service
	Before: minissdpd.service
	Before: transmission-daemon.service
	Before: netatalk.service
	Before: hddtemp.service
	Before: smartmontools.service
	Before: exim4.service
	Before: atd.service
	Before: user at 1000.service
	Before: user at 1001.service
	Before: user at 33.service
	Before: user at 110.service
	Before: user at 65534.service
	After: sysinit.target
	After: sockets.target
	After: timers.target
	After: paths.target
	After: slices.target
	References: sysinit.target
	References: sockets.target
	References: timers.target
	References: paths.target
	References: slices.target
	References: shutdown.target
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: rc-local.service
	ReferencedBy: rsyslog.service
	ReferencedBy: lm-sensors.service
	ReferencedBy: freenet.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: samba.service
	ReferencedBy: ntp.service
	ReferencedBy: cron.service
	ReferencedBy: dbus.service
	ReferencedBy: saned.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: yacy.service
	ReferencedBy: spampd.service
	ReferencedBy: spamassassin.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: smbd.service
	ReferencedBy: dictd.service
	ReferencedBy: xendomains.service
	ReferencedBy: xen.service
	ReferencedBy: postgresql.service
	ReferencedBy: postgresql at 9.4-main.service
	ReferencedBy: haveged.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: privoxy.service
	ReferencedBy: lighttpd.service
	ReferencedBy: minissdpd.service
	ReferencedBy: transmission-daemon.service
	ReferencedBy: netatalk.service
	ReferencedBy: hddtemp.service
	ReferencedBy: smartmontools.service
	ReferencedBy: exim4.service
	ReferencedBy: atd.service
	ReferencedBy: user at 1000.service
	ReferencedBy: user at 1001.service
	ReferencedBy: user at 33.service
	ReferencedBy: user at 110.service
	ReferencedBy: user at 65534.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:47 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:47 UTC
	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
	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: Sat 2014-08-16 11:18:47 UTC
	Condition Result: yes
	Wants: remote-fs-pre.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: systemd-user-sessions.service
	Before: systemd-journal-flush.service
	Before: kbd.service
	Before: console-setup.service
	Before: freenet.service
	Before: ntp.service
	Before: saned.service
	Before: spampd.service
	Before: samba-ad-dc.service
	Before: nmbd.service
	Before: smbd.service
	Before: dictd.service
	Before: xendomains.service
	Before: xen.service
	Before: apache2.service
	Before: mixmaster.service
	Before: tor.service
	Before: minissdpd.service
	Before: netatalk.service
	Before: hddtemp.service
	Before: smartmontools.service
	Before: exim4.service
	After: remote-fs-pre.target
	After: local-fs.target
	References: remote-fs-pre.target
	References: local-fs.target
	References: shutdown.target
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: freenet.service
	ReferencedBy: ntp.service
	ReferencedBy: saned.service
	ReferencedBy: spampd.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: smbd.service
	ReferencedBy: dictd.service
	ReferencedBy: xendomains.service
	ReferencedBy: xen.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: minissdpd.service
	ReferencedBy: netatalk.service
	ReferencedBy: hddtemp.service
	ReferencedBy: smartmontools.service
	ReferencedBy: exim4.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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: 0x0
	Name: rc-local.service
	Name: rc.local.service
	Fragment Path: /lib/systemd/system/rc-local.service
	ConditionFileIsExecutable: /etc/rc.local untested
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: serial-getty at hvc0.service
	Before: getty at tty1.service
	Before: shutdown.target
	Before: multi-user.target
	After: network.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/rc.local start
	SysVStartPriority: 99
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	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: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Wants: getty at tty1.service
	Wants: serial-getty at hvc0.service
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: multi-user.target
	After: serial-getty at hvc0.service
	After: getty at tty1.service
	References: getty at tty1.service
	References: serial-getty at hvc0.service
	References: shutdown.target
	ReferencedBy: multi-user.target
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-logind.service:
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:15:16 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:15:16 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:15:16 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:15:16 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-logind.service
	CGroup realized: yes
	CGroup 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
	Condition Timestamp: Tue 2014-08-26 08:15:16 UTC
	Condition Result: yes
	Requires: dbus.socket
	Requires: basic.target
	Wants: user.slice
	Wants: dbus.socket
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: session-5.scope
	Before: session-1491.scope
	After: nss-user-lookup.target
	After: user.slice
	After: dbus.socket
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: user.slice
	References: nss-user-lookup.target
	References: dbus.socket
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: session-5.scope
	ReferencedBy: session-1491.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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: none
	Main PID: 20019
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.login1
	Bus Name Good: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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: 0x0
	Name: systemd-user-sessions.service
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: systemd-ask-password-wall.service
	Before: shutdown.target
	Before: multi-user.target
	Before: serial-getty at hvc0.service
	Before: getty at tty1.service
	Before: user at 1000.service
	Before: session-5.scope
	Before: user at 1001.service
	Before: user at 33.service
	Before: user at 110.service
	Before: user at 65534.service
	Before: session-1491.scope
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: systemd-journal-flush.service
	References: remote-fs.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: user at 1000.service
	ReferencedBy: session-5.scope
	ReferencedBy: user at 1001.service
	ReferencedBy: user at 33.service
	ReferencedBy: user at 110.service
	ReferencedBy: user at 65534.service
	ReferencedBy: session-1491.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-sessions start
	-> 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: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: paths.target
	Before: shutdown.target
	Before: systemd-ask-password-wall.service
	After: -.mount
	Triggers: systemd-ask-password-wall.service
	References: shutdown.target
	References: paths.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
	OnFailureIsolate: no
	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: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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-ask-password-wall.service
	CGroup realized: yes
	CGroup 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
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-ask-password-wall.path
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	TriggeredBy: systemd-ask-password-wall.path
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-ask-password-wall.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 960
	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
	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 user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: 0x0
	Name: user.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: -.slice
	WantedBy: systemd-logind.service
	WantedBy: user-1000.slice
	WantedBy: user-1001.slice
	WantedBy: user-33.slice
	WantedBy: user-110.slice
	WantedBy: user-65534.slice
	Conflicts: shutdown.target
	Before: systemd-logind.service
	Before: slices.target
	Before: shutdown.target
	Before: user-1000.slice
	Before: user-1001.slice
	Before: user-33.slice
	Before: user-110.slice
	Before: user-65534.slice
	After: -.slice
	References: slices.target
	References: shutdown.target
	References: -.slice
	ReferencedBy: systemd-logind.service
	ReferencedBy: user-1000.slice
	ReferencedBy: user-1001.slice
	ReferencedBy: user-33.slice
	ReferencedBy: user-110.slice
	ReferencedBy: user-65534.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> 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
	Name: nss-user-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Conflicts: shutdown.target
	Before: systemd-logind.service
	References: shutdown.target
	ReferencedBy: systemd-logind.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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.socket
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dbus.socket
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Wants: system.slice
	RequiredBy: systemd-logind.service
	RequiredBy: dbus.service
	RequiredBy: avahi-daemon.service
	WantedBy: systemd-logind.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: systemd-logind.service
	Before: dbus.service
	Before: sockets.target
	Before: shutdown.target
	Before: saned.service
	Before: avahi-daemon.service
	After: sysinit.target
	After: system.slice
	After: -.mount
	Triggers: dbus.service
	References: dbus.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: system.slice
	References: -.mount
	ReferencedBy: systemd-logind.service
	ReferencedBy: sockets.target
	ReferencedBy: dbus.service
	ReferencedBy: saned.service
	ReferencedBy: avahi-daemon.service
	RequiresMountsFor: /var/run/dbus/system_bus_socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	ListenStream: /var/run/dbus/system_bus_socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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: Sat 2014-08-16 11:27:13 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:27:13 UTC
	Active Exit Timestamp: Sat 2014-08-16 11:27:13 UTC
	Inactive Enter Timestamp: Sat 2014-08-16 11:27:13 UTC
	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: no
	CGroup 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 untested
	Condition Timestamp: Sat 2014-08-16 11:27:13 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system-getty.slice
	WantedBy: getty.target
	Conflicts: shutdown.target
	Before: getty.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: plymouth-quit-wait.service
	After: rc-local.service
	After: systemd-journald.socket
	After: basic.target
	After: system-getty.slice
	References: systemd-user-sessions.service
	References: plymouth-quit-wait.service
	References: rc-local.service
	References: getty.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system-getty.slice
	ReferencedBy: getty.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 3374
	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
	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
-> Unit serial-getty at hvc0.service:
	Description: Serial Getty on hvc0
	Instance: hvc0
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-serial\x2dgetty.slice
	CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at hvc0.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: serial-getty at hvc0.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/serial-getty at .service
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system-serial\x2dgetty.slice
	BindsTo: dev-hvc0.device
	WantedBy: getty.target
	Conflicts: shutdown.target
	Before: getty.target
	Before: shutdown.target
	After: dev-hvc0.device
	After: systemd-user-sessions.service
	After: plymouth-quit-wait.service
	After: rc-local.service
	After: systemd-journald.socket
	After: basic.target
	After: system-serial\x2dgetty.slice
	References: dev-hvc0.device
	References: systemd-user-sessions.service
	References: plymouth-quit-wait.service
	References: rc-local.service
	References: getty.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system-serial\x2dgetty.slice
	ReferencedBy: getty.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 954
	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
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/hvc0
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: no
	SyslogFacility: daemon
	SyslogLevel: info
	UtmpIdentifier: hvc0
	-> ExecStart:
		Command Line: /sbin/agetty --keep-baud %I 115200,38400,9600
-> Unit dev-hvc0.device:
	Description: /dev/hvc0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc0.device
	Following: sys-devices-virtual-tty-hvc0.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	BoundBy: serial-getty at hvc0.service
	Before: serial-getty at hvc0.service
	ReferencedBy: serial-getty at hvc0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc0
-> 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
	Name: plymouth-quit-wait.service
	Before: serial-getty at hvc0.service
	Before: getty at tty1.service
	ReferencedBy: serial-getty at hvc0.service
	ReferencedBy: getty at tty1.service
-> Unit system-serial\x2dgetty.slice:
	Description: system-serial\x2dgetty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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-serial\x2dgetty.slice
	CGroup realized: yes
	CGroup mask: 0x0
	Name: system-serial\x2dgetty.slice
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: system.slice
	WantedBy: serial-getty at hvc0.service
	Conflicts: shutdown.target
	Before: serial-getty at hvc0.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: serial-getty at hvc0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: 0x0
	Name: system-getty.slice
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: system.slice
	WantedBy: getty at tty1.service
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: getty at tty1.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	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: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	WantedBy: networking.service
	Conflicts: shutdown.target
	Before: rc-local.service
	Before: ssh.service
	Before: network-online.target
	Before: lighttpd.service
	Before: transmission-daemon.service
	After: networking.service
	References: shutdown.target
	ReferencedBy: rc-local.service
	ReferencedBy: networking.service
	ReferencedBy: ssh.service
	ReferencedBy: network-online.target
	ReferencedBy: lighttpd.service
	ReferencedBy: transmission-daemon.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: remote-fs-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: remote-fs.target
	Conflicts: shutdown.target
	Before: remote-fs.target
	References: shutdown.target
	ReferencedBy: remote-fs.target
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	Name: timers.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Wants: systemd-tmpfiles-clean.timer
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-tmpfiles-clean.timer
	References: systemd-tmpfiles-clean.timer
	References: shutdown.target
	ReferencedBy: basic.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	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: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: sysinit.target
	WantedBy: timers.target
	Conflicts: shutdown.target
	Before: systemd-tmpfiles-clean.service
	Before: timers.target
	Before: shutdown.target
	After: sysinit.target
	Triggers: systemd-tmpfiles-clean.service
	References: systemd-tmpfiles-clean.service
	References: timers.target
	References: sysinit.target
	References: shutdown.target
	ReferencedBy: timers.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Timer State: waiting
	Result: success
	Unit: systemd-tmpfiles-clean.service
	OnUnitActiveSec: 1d
	OnBootSec: 15min
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-08-26 11:32:44 UTC
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-08-26 11:32:45 UTC
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup 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
	ConditionDirectoryNotEmpty: |/run/tmpfiles.d untested
	ConditionDirectoryNotEmpty: |/etc/tmpfiles.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/tmpfiles.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/tmpfiles.d untested
	Condition Timestamp: Tue 2014-08-26 11:32:44 UTC
	Condition Result: yes
	Wants: local-fs.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-tmpfiles-clean.timer
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: local-fs.target
	After: systemd-journald.socket
	TriggeredBy: systemd-tmpfiles-clean.timer
	References: local-fs.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: sysinit.target
	References: shutdown.target
	References: systemd-journald.socket
	ReferencedBy: systemd-tmpfiles-clean.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: local-fs-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	WantedBy: systemd-remount-fs.service
	Conflicts: shutdown.target
	Before: local-fs.target
	Before: run-lock.mount
	Before: run-user.mount
	Before: boot.mount
	Before: home.mount
	Before: tmp.mount
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-remount-fs.service
	References: shutdown.target
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: local-fs.target
	ReferencedBy: run-lock.mount
	ReferencedBy: run-user.mount
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: tmp.mount
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	Wants: local-fs-pre.target
	WantedBy: local-fs.target
	Conflicts: shutdown.target
	Before: systemd-random-seed.service
	Before: local-fs-pre.target
	Before: local-fs.target
	Before: shutdown.target
	Before: debian-fixup.service
	Before: systemd-update-utmp.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: keyboard-setup.service
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-fsck-root.service
	References: local-fs-pre.target
	References: local-fs.target
	References: systemd-journald.socket
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: debian-fixup.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: local-fs.target
	ReferencedBy: keyboard-setup.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-remount-fs
-> Unit systemd-fsck-root.service:
	Description: File System Check on Root Device
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: systemd-fsck-root.service
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck-root.service
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: local-fs.target
	Before: systemd-remount-fs.service
	Before: local-fs.target
	Before: shutdown.target
	Before: systemd-fsck at dev-sda2.service
	Before: systemd-fsck at dev-mapper-sda4_crypt.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-journald.socket
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: local-fs.target
	References: shutdown.target
	References: systemd-journald.socket
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-fsck at dev-sda2.service
	ReferencedBy: systemd-fsck at dev-mapper-sda4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck
	FsckPassNo: 1
-> Unit proc-sys-fs-binfmt_misc.mount:
	Description: Arbitrary Executable File Formats File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:04 UTC
	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/proc-sys-fs-binfmt_misc.mount
	CGroup realized: no
	CGroup 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
	Condition Timestamp: Sat 2014-08-16 11:19:04 UTC
	Condition Result: yes
	Requires: -.mount
	After: proc-sys-fs-binfmt_misc.automount
	After: systemd-journald.socket
	After: -.mount
	TriggeredBy: proc-sys-fs-binfmt_misc.automount
	References: systemd-journald.socket
	References: -.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	RequiresMountsFor: /proc/sys/fs
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	What: binfmt_misc
	File System Type: binfmt_misc
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 var-run.mount:
	Description: var-run.mount
	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
	Name: var-run.mount
	After: debian-fixup.service
	ReferencedBy: debian-fixup.service
-> Unit var-lock.mount:
	Description: var-lock.mount
	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
	Name: var-lock.mount
	After: debian-fixup.service
	ReferencedBy: debian-fixup.service
-> 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
	Name: auditd.service
	Before: systemd-update-utmp.service
	Before: ssh.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: ssh.service
-> Unit systemd-cryptsetup at sdc4_crypt.service:
	Description: Cryptography Setup for sdc4_crypt
	Instance: sdc4_crypt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:14 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-cryptsetup at sdc4_crypt.service
	Documentation: man:systemd-cryptsetup at .service(8)
	Documentation: man:crypttab(5)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at sdc4_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	BindsTo: dev-mapper-sdc4_crypt.device
	BindsTo: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart4.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-sdc4_crypt.device
	WantedBy: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart4.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart4.device
	After: systemd-journald.socket
	References: umount.target
	References: dev-mapper-sdc4_crypt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart4.device
	References: systemd-journald.socket
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart4.device
	ReferencedBy: dev-mapper-sdc4_crypt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach sdc4_crypt /dev/disk/by-id/wwn-0x5000c50009b8cf48-part4 none luks,keyscript=decrypt_keyctl
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach sdc4_crypt
-> Unit systemd-cryptsetup at sdc3_crypt.service:
	Description: Cryptography Setup for sdc3_crypt
	Instance: sdc3_crypt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:20 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-cryptsetup at sdc3_crypt.service
	Documentation: man:systemd-cryptsetup at .service(8)
	Documentation: man:crypttab(5)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at sdc3_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	BindsTo: dev-mapper-sdc3_crypt.device
	BindsTo: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart3.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-sdc3_crypt.device
	WantedBy: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart3.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart3.device
	After: systemd-journald.socket
	References: umount.target
	References: dev-mapper-sdc3_crypt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart3.device
	References: systemd-journald.socket
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart3.device
	ReferencedBy: dev-mapper-sdc3_crypt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach sdc3_crypt /dev/disk/by-id/wwn-0x5000c50009b8cf48-part3 none luks,keyscript=decrypt_keyctl
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach sdc3_crypt
-> Unit systemd-cryptsetup at sdb4_crypt.service:
	Description: Cryptography Setup for sdb4_crypt
	Instance: sdb4_crypt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:29 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-cryptsetup at sdb4_crypt.service
	Documentation: man:systemd-cryptsetup at .service(8)
	Documentation: man:crypttab(5)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at sdb4_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	BindsTo: dev-mapper-sdb4_crypt.device
	BindsTo: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart4.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-sdb4_crypt.device
	WantedBy: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart4.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart4.device
	After: systemd-journald.socket
	References: umount.target
	References: dev-mapper-sdb4_crypt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart4.device
	References: systemd-journald.socket
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart4.device
	ReferencedBy: dev-mapper-sdb4_crypt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach sdb4_crypt /dev/disk/by-id/wwn-0x5000c50037300576-part4 none luks,keyscript=decrypt_keyctl
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach sdb4_crypt
-> Unit systemd-cryptsetup at sdb3_crypt.service:
	Description: Cryptography Setup for sdb3_crypt
	Instance: sdb3_crypt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:25 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-cryptsetup at sdb3_crypt.service
	Documentation: man:systemd-cryptsetup at .service(8)
	Documentation: man:crypttab(5)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at sdb3_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	BindsTo: dev-mapper-sdb3_crypt.device
	BindsTo: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart3.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-sdb3_crypt.device
	WantedBy: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart3.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart3.device
	After: systemd-journald.socket
	References: umount.target
	References: dev-mapper-sdb3_crypt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart3.device
	References: systemd-journald.socket
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart3.device
	ReferencedBy: dev-mapper-sdb3_crypt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach sdb3_crypt /dev/disk/by-id/wwn-0x5000c50037300576-part3 none luks,keyscript=decrypt_keyctl
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach sdb3_crypt
-> Unit systemd-cryptsetup at cryptoswap.service:
	Description: Cryptography Setup for cryptoswap
	Instance: cryptoswap
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-cryptsetup at cryptoswap.service
	Documentation: man:systemd-cryptsetup at .service(8)
	Documentation: man:crypttab(5)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at cryptoswap.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	BindsTo: dev-mapper-cryptoswap.device
	BindsTo: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart2.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-cryptoswap.device
	WantedBy: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart2.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: systemd-random-seed.service
	After: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart2.device
	After: systemd-journald.socket
	References: umount.target
	References: dev-mapper-cryptoswap.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: systemd-random-seed.service
	References: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart2.device
	References: systemd-journald.socket
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart2.device
	ReferencedBy: dev-mapper-cryptoswap.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach cryptoswap /dev/disk/by-id/wwn-0x50f0000000000000-part2 /dev/urandom cipher=aes-xts-plain64:sha512,size=512,swap
	-> ExecStartPost:
		Command Line: /sbin/mkswap /dev/mapper/cryptoswap
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach cryptoswap
-> Unit systemd-cryptsetup at sda4_crypt.service:
	Description: Cryptography Setup for sda4_crypt
	Instance: sda4_crypt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-cryptsetup at sda4_crypt.service
	Documentation: man:systemd-cryptsetup at .service(8)
	Documentation: man:crypttab(5)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at sda4_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-08-16 11:18:06 UTC
	Condition Result: yes
	BindsTo: dev-mapper-sda4_crypt.device
	BindsTo: dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-sda4_crypt.device
	WantedBy: dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
	After: systemd-journald.socket
	References: umount.target
	References: dev-mapper-sda4_crypt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
	References: systemd-journald.socket
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
	ReferencedBy: dev-mapper-sda4_crypt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach sda4_crypt /dev/disk/by-uuid/3c061971-53f9-4e92-b0fc-8637a4a43863 none luks,keyscript=decrypt_keyctl
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach sda4_crypt
-> Unit systemd-cryptsetup at sda3_crypt.service:
	Description: Cryptography Setup for sda3_crypt
	Instance: sda3_crypt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-cryptsetup at sda3_crypt.service
	Documentation: man:systemd-cryptsetup at .service(8)
	Documentation: man:crypttab(5)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at sda3_crypt.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	BindsTo: dev-mapper-sda3_crypt.device
	BindsTo: dev-disk-by\x2duuid-d8595fc9\x2d9a74\x2d490a\x2d9372\x2d8d204617f779.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-sda3_crypt.device
	WantedBy: dev-disk-by\x2duuid-d8595fc9\x2d9a74\x2d490a\x2d9372\x2d8d204617f779.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-disk-by\x2duuid-d8595fc9\x2d9a74\x2d490a\x2d9372\x2d8d204617f779.device
	After: systemd-journald.socket
	References: umount.target
	References: dev-mapper-sda3_crypt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-disk-by\x2duuid-d8595fc9\x2d9a74\x2d490a\x2d9372\x2d8d204617f779.device
	References: systemd-journald.socket
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2duuid-d8595fc9\x2d9a74\x2d490a\x2d9372\x2d8d204617f779.device
	ReferencedBy: dev-mapper-sda3_crypt.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-cryptsetup attach sda3_crypt /dev/disk/by-uuid/d8595fc9-9a74-490a-9372-8d204617f779 none: luks,keyscript=decrypt_keyctl
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach sda3_crypt
-> 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
	Name: umount.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-reboot.service
	ConflictedBy: systemd-cryptsetup at sda3_crypt.service
	ConflictedBy: systemd-cryptsetup at sda4_crypt.service
	ConflictedBy: systemd-cryptsetup at cryptoswap.service
	ConflictedBy: systemd-cryptsetup at sdb3_crypt.service
	ConflictedBy: systemd-cryptsetup at sdb4_crypt.service
	ConflictedBy: systemd-cryptsetup at sdc3_crypt.service
	ConflictedBy: systemd-cryptsetup at sdc4_crypt.service
	ConflictedBy: dev-mapper-cryptoswap.swap
	ConflictedBy: run-lock.mount
	ConflictedBy: run-user.mount
	ConflictedBy: boot.mount
	ConflictedBy: home.mount
	ConflictedBy: tmp.mount
	ConflictedBy: dev-dm\x2d1.swap
	ConflictedBy: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	Before: systemd-halt.service
	Before: final.target
	Before: systemd-reboot.service
	After: systemd-cryptsetup at sda3_crypt.service
	After: systemd-cryptsetup at sda4_crypt.service
	After: systemd-cryptsetup at cryptoswap.service
	After: systemd-cryptsetup at sdb3_crypt.service
	After: systemd-cryptsetup at sdb4_crypt.service
	After: systemd-cryptsetup at sdc3_crypt.service
	After: systemd-cryptsetup at sdc4_crypt.service
	After: dev-mapper-cryptoswap.swap
	After: run-lock.mount
	After: run-user.mount
	After: boot.mount
	After: home.mount
	After: tmp.mount
	After: dev-dm\x2d1.swap
	After: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	After: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	After: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	ReferencedBy: dev-mapper-cryptoswap.swap
	ReferencedBy: run-lock.mount
	ReferencedBy: run-user.mount
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: tmp.mount
	ReferencedBy: systemd-halt.service
	ReferencedBy: final.target
	ReferencedBy: systemd-reboot.service
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit dev-mapper-sda3_crypt.device:
	Description: /dev/mapper/sda3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-mapper-sda3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	DropIn Path: /run/systemd/generator/dev-mapper-sda3_crypt.device.d/50-job-timeout-sec-0.conf
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at sda3_crypt.service
	BoundBy: systemd-cryptsetup at sda3_crypt.service
	References: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit cryptsetup-pre.target:
	Description: Encrypted Volumes (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
	Name: cryptsetup-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup-pre.target
	Conflicts: shutdown.target
	Before: systemd-cryptsetup at sda3_crypt.service
	Before: systemd-cryptsetup at sda4_crypt.service
	Before: systemd-cryptsetup at cryptoswap.service
	Before: systemd-cryptsetup at sdb3_crypt.service
	Before: systemd-cryptsetup at sdb4_crypt.service
	Before: systemd-cryptsetup at sdc3_crypt.service
	Before: systemd-cryptsetup at sdc4_crypt.service
	References: shutdown.target
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit dev-disk-by\x2duuid-d8595fc9\x2d9a74\x2d490a\x2d9372\x2d8d204617f779.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2duuid-d8595fc9\x2d9a74\x2d490a\x2d9372\x2d8d204617f779.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-cryptsetup at sda3_crypt.service
	BoundBy: systemd-cryptsetup at sda3_crypt.service
	Before: systemd-cryptsetup at sda3_crypt.service
	References: systemd-cryptsetup at sda3_crypt.service
	ReferencedBy: systemd-cryptsetup at sda3_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit system-systemd\x2dcryptsetup.slice:
	Description: system-systemd\x2dcryptsetup.slice
	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: /system.slice/system-systemd\x2dcryptsetup.slice
	CGroup realized: yes
	CGroup mask: 0x0
	Name: system-systemd\x2dcryptsetup.slice
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: dead
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit dev-mapper-sda4_crypt.device:
	Description: /dev/mapper/sda4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: dev-mapper-sda4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	DropIn Path: /run/systemd/generator/dev-mapper-sda4_crypt.device.d/50-job-timeout-sec-0.conf
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at sda4_crypt.service
	Wants: home.mount
	BoundBy: systemd-cryptsetup at sda4_crypt.service
	BoundBy: home.mount
	BoundBy: systemd-fsck at dev-mapper-sda4_crypt.service
	Before: home.mount
	Before: systemd-fsck at dev-mapper-sda4_crypt.service
	References: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: home.mount
	ReferencedBy: systemd-fsck at dev-mapper-sda4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2duuid-3c061971\x2d53f9\x2d4e92\x2db0fc\x2d8637a4a43863.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-cryptsetup at sda4_crypt.service
	BoundBy: systemd-cryptsetup at sda4_crypt.service
	Before: systemd-cryptsetup at sda4_crypt.service
	References: systemd-cryptsetup at sda4_crypt.service
	ReferencedBy: systemd-cryptsetup at sda4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-mapper-cryptoswap.device:
	Description: /dev/mapper/cryptoswap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-mapper-cryptoswap.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	DropIn Path: /run/systemd/generator/dev-mapper-cryptoswap.device.d/50-job-timeout-sec-0.conf
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at cryptoswap.service
	Wants: dev-mapper-cryptoswap.swap
	BoundBy: systemd-cryptsetup at cryptoswap.service
	BoundBy: dev-mapper-cryptoswap.swap
	Before: dev-mapper-cryptoswap.swap
	References: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: dev-mapper-cryptoswap.swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart2.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-cryptsetup at cryptoswap.service
	BoundBy: systemd-cryptsetup at cryptoswap.service
	Before: systemd-cryptsetup at cryptoswap.service
	References: systemd-cryptsetup at cryptoswap.service
	ReferencedBy: systemd-cryptsetup at cryptoswap.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2
-> Unit dev-mapper-sdb3_crypt.device:
	Description: /dev/mapper/sdb3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-mapper-sdb3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	DropIn Path: /run/systemd/generator/dev-mapper-sdb3_crypt.device.d/50-job-timeout-sec-0.conf
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at sdb3_crypt.service
	BoundBy: systemd-cryptsetup at sdb3_crypt.service
	References: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart3.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-cryptsetup at sdb3_crypt.service
	BoundBy: systemd-cryptsetup at sdb3_crypt.service
	Before: systemd-cryptsetup at sdb3_crypt.service
	References: systemd-cryptsetup at sdb3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb3_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-mapper-sdb4_crypt.device:
	Description: /dev/mapper/sdb4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-mapper-sdb4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	DropIn Path: /run/systemd/generator/dev-mapper-sdb4_crypt.device.d/50-job-timeout-sec-0.conf
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at sdb4_crypt.service
	BoundBy: systemd-cryptsetup at sdb4_crypt.service
	References: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart4.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-cryptsetup at sdb4_crypt.service
	BoundBy: systemd-cryptsetup at sdb4_crypt.service
	Before: systemd-cryptsetup at sdb4_crypt.service
	References: systemd-cryptsetup at sdb4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdb4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit dev-mapper-sdc3_crypt.device:
	Description: /dev/mapper/sdc3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-mapper-sdc3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	DropIn Path: /run/systemd/generator/dev-mapper-sdc3_crypt.device.d/50-job-timeout-sec-0.conf
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at sdc3_crypt.service
	BoundBy: systemd-cryptsetup at sdc3_crypt.service
	References: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart3.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-cryptsetup at sdc3_crypt.service
	BoundBy: systemd-cryptsetup at sdc3_crypt.service
	Before: systemd-cryptsetup at sdc3_crypt.service
	References: systemd-cryptsetup at sdc3_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc3_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc3
-> Unit dev-mapper-sdc4_crypt.device:
	Description: /dev/mapper/sdc4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-mapper-sdc4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	DropIn Path: /run/systemd/generator/dev-mapper-sdc4_crypt.device.d/50-job-timeout-sec-0.conf
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: systemd-cryptsetup at sdc4_crypt.service
	BoundBy: systemd-cryptsetup at sdc4_crypt.service
	References: systemd-cryptsetup at sdc4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart4.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc4.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: systemd-cryptsetup at sdc4_crypt.service
	BoundBy: systemd-cryptsetup at sdc4_crypt.service
	Before: systemd-cryptsetup at sdc4_crypt.service
	References: systemd-cryptsetup at sdc4_crypt.service
	ReferencedBy: systemd-cryptsetup at sdc4_crypt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc4
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: systemd-udevd.service
	WantedBy: sockets.target
	Before: systemd-udevd.service
	Before: sockets.target
	Before: systemd-udev-trigger.service
	After: -.mount
	Triggers: systemd-udevd.service
	References: sockets.target
	References: systemd-udevd.service
	References: -.mount
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/udev/control
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: no
	TCPCongestion: n/a
	ListenSequentialPacket: /run/udev/control
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	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 untested
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	WantedBy: systemd-udevd.service
	WantedBy: sockets.target
	Before: systemd-udevd.service
	Before: sockets.target
	Before: systemd-udev-trigger.service
	Triggers: systemd-udevd.service
	References: sockets.target
	References: systemd-udevd.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: sockets.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: no
	TCPCongestion: n/a
	ReceiveBuffer: 134217728
	ListenNetlink: kobject-uevent 1
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-mapper-cryptoswap.swap:
	Description: /dev/mapper/cryptoswap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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-mapper-cryptoswap.swap
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dev-mapper-cryptoswap.swap
	Following: dev-dm\x2d1.swap
	Fragment Path: /run/systemd/generator/dev-mapper-cryptoswap.swap
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2014-08-16 11:18:06 UTC
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	BindsTo: dev-mapper-cryptoswap.device
	RequiredBy: swap.target
	WantedBy: swap.target
	WantedBy: dev-mapper-cryptoswap.device
	Conflicts: umount.target
	Before: umount.target
	Before: swap.target
	After: systemd-journald.socket
	After: dev-mapper-cryptoswap.device
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: dev-mapper-cryptoswap.device
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/mapper/cryptoswap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/mapper/cryptoswap
	From /proc/swaps: yes
	From fragment: yes
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 tmp.mount:
	Description: /tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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/tmp.mount
	CGroup realized: yes
	CGroup mask: 0x0
	Name: tmp.mount
	Fragment Path: /run/systemd/generator/tmp.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	RequiredBy: local-fs.target
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: /
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /tmp
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,rw,size=3062752k
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 home.mount:
	Description: /home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:47 UTC
	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/home.mount
	CGroup realized: yes
	CGroup mask: 0x0
	Name: home.mount
	Fragment Path: /run/systemd/generator/home.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2014-08-16 11:18:44 UTC
	Condition Result: yes
	Requires: systemd-fsck at dev-mapper-sda4_crypt.service
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-mapper-sda4_crypt.service
	Wants: system.slice
	BindsTo: dev-mapper-sda4_crypt.device
	RequiredBy: local-fs.target
	WantedBy: dev-mapper-sda4_crypt.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-fsck at dev-mapper-sda4_crypt.service
	After: systemd-journald.socket
	After: dev-mapper-sda4_crypt.device
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-mapper-sda4_crypt.service
	References: systemd-journald.socket
	References: dev-mapper-sda4_crypt.device
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: / /dev/mapper/sda4_crypt
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /home
	What: /dev/mapper/sda4_crypt
	File System Type: btrfs
	Options: rw,noatime,rw,degraded,compress=lzo,space_cache,autodefrag,commit=120
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 boot.mount:
	Description: /boot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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/boot.mount
	CGroup realized: yes
	CGroup mask: 0x0
	Name: boot.mount
	Fragment Path: /run/systemd/generator/boot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	Requires: systemd-fsck at dev-sda2.service
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-sda2.service
	Wants: system.slice
	BindsTo: dev-sda2.device
	RequiredBy: local-fs.target
	WantedBy: dev-sda2.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-fsck at dev-sda2.service
	After: systemd-journald.socket
	After: dev-sda2.device
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-sda2.service
	References: systemd-journald.socket
	References: dev-sda2.device
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: / /dev/sda2
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /boot
	What: /dev/sda2
	File System Type: btrfs
	Options: rw,noatime,rw,degraded,compress=lzo,space_cache,autodefrag
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 -.mount:
	Description: /
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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: 0x0
	Name: -.mount
	Fragment Path: /run/systemd/generator/-.mount
	Source Path: /etc/fstab
	Wants: system.slice
	RequiredBy: local-fs.target
	RequiredBy: systemd-journald.socket
	RequiredBy: dev-mqueue.mount
	RequiredBy: systemd-ask-password-console.path
	RequiredBy: systemd-ask-password-wall.path
	RequiredBy: dbus.socket
	RequiredBy: systemd-random-seed.service
	RequiredBy: dev-hugepages.mount
	RequiredBy: sys-kernel-debug.mount
	RequiredBy: proc-sys-fs-binfmt_misc.automount
	RequiredBy: proc-sys-fs-binfmt_misc.mount
	RequiredBy: sys-fs-fuse-connections.mount
	RequiredBy: systemd-update-utmp.service
	RequiredBy: sys-kernel-config.mount
	RequiredBy: systemd-udevd-control.socket
	RequiredBy: dev-mapper-cryptoswap.swap
	RequiredBy: run-lock.mount
	RequiredBy: run-user.mount
	RequiredBy: boot.mount
	RequiredBy: home.mount
	RequiredBy: tmp.mount
	RequiredBy: syslog.socket
	RequiredBy: systemd-shutdownd.socket
	RequiredBy: systemd-initctl.socket
	RequiredBy: avahi-daemon.socket
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: dev-dm\x2d1.swap
	RequiredBy: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	Before: local-fs.target
	Before: systemd-journald.socket
	Before: dev-mqueue.mount
	Before: systemd-ask-password-console.path
	Before: systemd-ask-password-wall.path
	Before: dbus.socket
	Before: systemd-random-seed.service
	Before: dev-hugepages.mount
	Before: sys-kernel-debug.mount
	Before: proc-sys-fs-binfmt_misc.automount
	Before: proc-sys-fs-binfmt_misc.mount
	Before: sys-fs-fuse-connections.mount
	Before: systemd-update-utmp.service
	Before: sys-kernel-config.mount
	Before: systemd-udevd-control.socket
	Before: dev-mapper-cryptoswap.swap
	Before: run-lock.mount
	Before: run-user.mount
	Before: boot.mount
	Before: home.mount
	Before: tmp.mount
	Before: syslog.socket
	Before: systemd-shutdownd.socket
	Before: systemd-initctl.socket
	Before: avahi-daemon.socket
	Before: systemd-update-utmp-runlevel.service
	Before: dev-dm\x2d1.swap
	Before: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	After: system.slice
	References: local-fs.target
	References: system.slice
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: dbus.socket
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: dev-mapper-cryptoswap.swap
	ReferencedBy: run-lock.mount
	ReferencedBy: run-user.mount
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: tmp.mount
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	RequiresMountsFor: /dev/mapper/sda3_crypt
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /
	What: /dev/dm-0
	File System Type: btrfs
	Options: rw,noatime,rw,degraded,compress=lzo,space_cache,autodefrag
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit run-user.mount:
	Description: User Runtime Directory
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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/run-user.mount
	CGroup realized: yes
	CGroup mask: 0x0
	Name: run-user.mount
	Fragment Path: /lib/systemd/system/run-user.mount
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	WantedBy: local-fs.target
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: /run
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /run/user
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,noexec,relatime,rw,size=102400k,mode=755
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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 run-lock.mount:
	Description: Lock Directory
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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/run-lock.mount
	CGroup realized: yes
	CGroup mask: 0x0
	Name: run-lock.mount
	Fragment Path: /lib/systemd/system/run-lock.mount
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	WantedBy: local-fs.target
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: /run
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /run/lock
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,noexec,relatime,rw,size=5120k
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-fsck at dev-sda2.service:
	Description: File System Check on /dev/sda2
	Instance: dev-sda2
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dfsck.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-fsck at dev-sda2.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	BindsTo: dev-sda2.device
	RequiredBy: boot.mount
	RequiredByOverridable: boot.mount
	Before: boot.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-sda2.device
	After: systemd-journald.socket
	After: systemd-fsck-root.service
	References: dev-sda2.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: shutdown.target
	References: systemd-journald.socket
	References: systemd-fsck-root.service
	ReferencedBy: boot.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
	FsckPassNo: 2
-> Unit dev-sda2.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sda2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Wants: boot.mount
	BoundBy: boot.mount
	BoundBy: systemd-fsck at dev-sda2.service
	Before: boot.mount
	Before: systemd-fsck at dev-sda2.service
	ReferencedBy: boot.mount
	ReferencedBy: systemd-fsck at dev-sda2.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit system-systemd\x2dfsck.slice:
	Description: system-systemd\x2dfsck.slice
	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: /system.slice/system-systemd\x2dfsck.slice
	CGroup realized: yes
	CGroup mask: 0x0
	Name: system-systemd\x2dfsck.slice
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: dead
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit systemd-fsck at dev-mapper-sda4_crypt.service:
	Description: File System Check on /dev/mapper/sda4_crypt
	Instance: dev-mapper-sda4_crypt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dfsck.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: systemd-fsck at dev-mapper-sda4_crypt.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2014-08-16 11:18:44 UTC
	Condition Result: yes
	BindsTo: dev-mapper-sda4_crypt.device
	RequiredBy: home.mount
	RequiredByOverridable: home.mount
	Before: home.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-mapper-sda4_crypt.device
	After: systemd-journald.socket
	After: systemd-fsck-root.service
	References: dev-mapper-sda4_crypt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: shutdown.target
	References: systemd-journald.socket
	References: systemd-fsck-root.service
	ReferencedBy: home.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
	FsckPassNo: 2
-> Unit avahi-daemon.socket:
	Description: Avahi mDNS/DNS-SD Stack Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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/avahi-daemon.socket
	CGroup realized: yes
	CGroup mask: 0x0
	Name: avahi-daemon.socket
	Fragment Path: /lib/systemd/system/avahi-daemon.socket
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Wants: system.slice
	RequiredBy: avahi-daemon.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: avahi-daemon.service
	Before: sockets.target
	Before: shutdown.target
	After: sysinit.target
	After: system.slice
	After: -.mount
	Triggers: avahi-daemon.service
	References: avahi-daemon.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: system.slice
	References: -.mount
	ReferencedBy: sockets.target
	ReferencedBy: avahi-daemon.service
	RequiresMountsFor: /var/run/avahi-daemon/socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	ListenStream: /var/run/avahi-daemon/socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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.socket:
	Description: /dev/initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: systemd-initctl.socket
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sockets.target
	Before: sockets.target
	Before: systemd-initctl.service
	After: -.mount
	Triggers: systemd-initctl.service
	References: sockets.target
	References: systemd-initctl.service
	References: -.mount
	ReferencedBy: sockets.target
	RequiresMountsFor: /dev/initctl
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	ListenFIFO: /dev/initctl
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-shutdownd.socket:
	Description: Delayed Shutdown Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:03 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:03 UTC
	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
	Name: systemd-shutdownd.socket
	Documentation: man:systemd-shutdownd.service(8)
	Fragment Path: /lib/systemd/system/systemd-shutdownd.socket
	Condition Timestamp: Sat 2014-08-16 11:18:03 UTC
	Condition Result: yes
	Requires: -.mount
	WantedBy: sockets.target
	Before: sockets.target
	Before: systemd-shutdownd.service
	After: -.mount
	Triggers: systemd-shutdownd.service
	References: sockets.target
	References: systemd-shutdownd.service
	References: -.mount
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/systemd/shutdownd
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	ListenDatagram: /run/systemd/shutdownd
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-shutdownd.service:
	Description: Delayed Shutdown 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
	Name: systemd-shutdownd.service
	Documentation: man:systemd-shutdownd.service(8)
	Fragment Path: /lib/systemd/system/systemd-shutdownd.service
	After: systemd-shutdownd.socket
	After: systemd-journald.socket
	TriggeredBy: systemd-shutdownd.socket
	References: systemd-journald.socket
	ReferencedBy: systemd-shutdownd.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-shutdownd
-> 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
	Name: systemd-initctl.service
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	After: systemd-initctl.socket
	After: systemd-journald.socket
	TriggeredBy: systemd-initctl.socket
	References: systemd-journald.socket
	ReferencedBy: systemd-initctl.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-initctl
-> 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
	Name: systemd-halt.service
	Documentation: man:systemd-halt.service(8)
	Fragment Path: /lib/systemd/system/systemd-halt.service
	Requires: shutdown.target
	Requires: umount.target
	Requires: final.target
	RequiredBy: halt.target
	Before: halt.target
	After: shutdown.target
	After: umount.target
	After: final.target
	After: systemd-journald.socket
	References: shutdown.target
	References: umount.target
	References: final.target
	References: systemd-journald.socket
	ReferencedBy: halt.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl --force halt
-> 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
	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
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> 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
	Name: systemd-reboot.service
	Documentation: man:systemd-halt.service(8)
	Fragment Path: /lib/systemd/system/systemd-reboot.service
	Requires: shutdown.target
	Requires: umount.target
	Requires: final.target
	RequiredBy: reboot.target
	Before: reboot.target
	After: shutdown.target
	After: umount.target
	After: final.target
	After: systemd-journald.socket
	References: shutdown.target
	References: umount.target
	References: final.target
	References: systemd-journald.socket
	ReferencedBy: reboot.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl --force reboot
-> Unit systemd-udev-settle.service:
	Description: udev Wait for Complete Device Initialization
	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
	Name: systemd-udev-settle.service
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-settle.service
	ConditionPathIsReadWrite: /sys untested
	Wants: systemd-udevd.service
	Before: udev-finish.service
	Before: sysinit.target
	After: systemd-udev-trigger.service
	After: systemd-journald.socket
	References: systemd-udevd.service
	References: systemd-udev-trigger.service
	References: sysinit.target
	References: systemd-journald.socket
	ReferencedBy: udev-finish.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/udevadm settle
-> Unit devfsd.service:
	Description: devfsd.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
	Name: devfsd.service
	Before: qemu-system-x86.service
	ReferencedBy: qemu-system-x86.service
-> 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
	Name: console-screen.service
	Before: console-setup.service
	ReferencedBy: console-setup.service
-> 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
	Name: keymap.service
	Before: keyboard-setup.service
	ReferencedBy: keyboard-setup.service
-> Unit time-sync.target:
	Description: System Time Synchronized
	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
	Name: time-sync.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Conflicts: shutdown.target
	Before: anacron.service
	Before: spampd.service
	Before: mixmaster.service
	Before: tor.service
	Before: minissdpd.service
	Before: exim4.service
	References: shutdown.target
	ReferencedBy: anacron.service
	ReferencedBy: spampd.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: minissdpd.service
	ReferencedBy: exim4.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:02 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:02 UTC
	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
	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
	Condition Timestamp: Sat 2014-08-16 11:19:02 UTC
	Condition Result: yes
	WantedBy: ntp.service
	WantedBy: yacy.service
	WantedBy: spampd.service
	WantedBy: samba-ad-dc.service
	WantedBy: nmbd.service
	WantedBy: smbd.service
	WantedBy: apache2.service
	WantedBy: mixmaster.service
	WantedBy: tor.service
	WantedBy: minissdpd.service
	WantedBy: hddtemp.service
	WantedBy: exim4.service
	Conflicts: shutdown.target
	Before: ntp.service
	Before: yacy.service
	Before: spampd.service
	Before: samba-ad-dc.service
	Before: nmbd.service
	Before: smbd.service
	Before: apache2.service
	Before: mixmaster.service
	Before: tor.service
	Before: minissdpd.service
	Before: hddtemp.service
	Before: exim4.service
	After: network.target
	References: network.target
	References: shutdown.target
	ReferencedBy: ntp.service
	ReferencedBy: yacy.service
	ReferencedBy: spampd.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: smbd.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: minissdpd.service
	ReferencedBy: hddtemp.service
	ReferencedBy: exim4.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit avahi.service:
	Description: avahi.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
	Name: avahi.service
	Before: saned.service
	ReferencedBy: saned.service
-> Unit nss-lookup.target:
	Description: Host and Network 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
	Name: nss-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Conflicts: shutdown.target
	Before: spampd.service
	Before: apache2.service
	Before: mixmaster.service
	Before: tor.service
	Before: exim4.service
	References: shutdown.target
	ReferencedBy: spampd.service
	ReferencedBy: apache2.service
	ReferencedBy: mixmaster.service
	ReferencedBy: tor.service
	ReferencedBy: exim4.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit slapd.service:
	Description: slapd.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
	Name: slapd.service
	Before: smbd.service
	ReferencedBy: smbd.service
-> Unit cups.service:
	Description: cups.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
	Name: cups.service
	Before: smbd.service
	ReferencedBy: smbd.service
-> Unit drbd.service:
	Description: drbd.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
	Name: drbd.service
	Before: xendomains.service
	ReferencedBy: xendomains.service
-> Unit iscsi.service:
	Description: iscsi.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
	Name: iscsi.service
	Before: xendomains.service
	ReferencedBy: xendomains.service
-> Unit openvswitch-switch.service:
	Description: openvswitch-switch.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
	Name: openvswitch-switch.service
	Before: xendomains.service
	ReferencedBy: xendomains.service
-> Unit corosync.service:
	Description: corosync.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
	Name: corosync.service
	After: xendomains.service
	ReferencedBy: xendomains.service
-> Unit heartbeat.service:
	Description: heartbeat.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
	Name: heartbeat.service
	After: xendomains.service
	ReferencedBy: xendomains.service
-> Unit postgresql at 9.4-main.service:
	Description: PostgreSQL Cluster 9.4-main
	Instance: 9.4-main
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 08:09:39 UTC
	Active Enter Timestamp: Tue 2014-08-26 08:09:39 UTC
	Active Exit Timestamp: Tue 2014-08-26 08:08:44 UTC
	Inactive Enter Timestamp: Tue 2014-08-26 08:08:45 UTC
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-postgresql.slice
	CGroup: /system.slice/system-postgresql.slice/postgresql at 9.4-main.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: postgresql at 9.4-main.service
	Fragment Path: /lib/systemd/system/postgresql at .service
	ConditionPathExists: /etc/postgresql/9.4/main/postgresql.conf untested
	Condition Timestamp: Tue 2014-08-26 08:09:39 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: system-postgresql.slice
	PartOf: postgresql.service
	WantedBy: postgresql.service
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system-postgresql.slice
	ReloadPropagatedFrom: postgresql.service
	References: postgresql.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system-postgresql.slice
	ReferencedBy: postgresql.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 15310
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /var/run/postgresql/9.4-main.pid
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: postgresql@%i --foreground --stdlog %i start
	-> ExecReload:
		Command Line: /usr/bin/pg_ctlcluster %i reload
	-> ExecStop:
		Command Line: /usr/bin/pg_ctlcluster -m fast %i stop
-> Unit system-postgresql.slice:
	Description: system-postgresql.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:33:52 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:33:52 UTC
	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-postgresql.slice
	CGroup realized: yes
	CGroup mask: 0x0
	Name: system-postgresql.slice
	Condition Timestamp: Sat 2014-08-16 11:33:52 UTC
	Condition Result: yes
	Wants: system.slice
	WantedBy: postgresql at 9.4-main.service
	Conflicts: shutdown.target
	Before: postgresql at 9.4-main.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: postgresql at 9.4-main.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit mysql.service:
	Description: mysql.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-08-23 18:03:37 UTC
	Active Enter Timestamp: Sat 2014-08-23 18:03:41 UTC
	Active Exit Timestamp: Sat 2014-08-23 18:04:31 UTC
	Inactive Enter Timestamp: Sat 2014-08-23 18:04:34 UTC
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: /system.slice/mysql.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: mysql.service
	Condition Timestamp: Sat 2014-08-23 18:03:37 UTC
	Condition Result: yes
	Before: apache2.service
	Before: exim4.service
	ReferencedBy: apache2.service
	ReferencedBy: exim4.service
-> Unit mail-transport-agent.service:
	Description: mail-transport-agent.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
	Name: mail-transport-agent.service
	Before: mixmaster.service
	ReferencedBy: mixmaster.service
-> Unit clamav-daemon.service:
	Description: clamav-daemon.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
	Name: clamav-daemon.service
	Before: exim4.service
	ReferencedBy: exim4.service
-> Unit greylist.service:
	Description: greylist.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
	Name: greylist.service
	Before: exim4.service
	ReferencedBy: exim4.service
-> 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: Sat 2014-08-16 11:19:16 UTC
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-08-16 11:19:16 UTC
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup 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: Sat 2014-08-16 11:19:16 UTC
	Condition Result: yes
	Requires: -.mount
	Requisite: systemd-update-utmp.service
	WantedBy: multi-user.target
	WantedBy: graphical.target
	WantedBy: rescue.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-update-utmp.service
	After: multi-user.target
	After: systemd-journald.socket
	After: -.mount
	After: graphical.target
	After: rescue.target
	References: shutdown.target
	References: systemd-update-utmp.service
	References: multi-user.target
	References: systemd-journald.socket
	References: -.mount
	References: graphical.target
	References: rescue.target
	ReferencedBy: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: rescue.target
	RequiresMountsFor: /var/log/wtmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureIsolate: no
	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
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp runlevel
-> Unit sys-devices-pci0000:00-0000:00:06.0-0000:02:00.0-net-eth0.device:
	Description: NetXtreme BCM5723 Gigabit Ethernet PCIe (NC107i Integrated PCI Express Gigabit Server Adapter)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:06.0-0000:02:00.0-net-eth0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:02:00.0/net/eth0
-> Unit sys-subsystem-net-devices-eth0.device:
	Description: NetXtreme BCM5723 Gigabit Ethernet PCIe (NC107i Integrated PCI Express Gigabit Server Adapter)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-subsystem-net-devices-eth0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:02:00.0/net/eth0
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-sda.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sda.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-sda1.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sda1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart1.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart1.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2dpartlabel-grub.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2dpartlabel-grub.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2dpartuuid-2549e484\x2d849e\x2d4781\x2d87b0\x2d9c9d661297fb.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-2549e484\x2d849e\x2d4781\x2d87b0\x2d9c9d661297fb.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart2.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart2.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2dpartlabel-boot.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartlabel-boot.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2dpartuuid-c101c00f\x2dfb81\x2d416e\x2dbb10\x2d65297f361bec.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-c101c00f\x2dfb81\x2d416e\x2dbb10\x2d65297f361bec.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-sda3.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sda3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart3.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart3.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2dpartlabel-cryptroot.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2dpartlabel-cryptroot.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2dpartuuid-7d65041a\x2d831a\x2d4784\x2da8d0\x2d4730c07c75fb.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-7d65041a\x2d831a\x2d4784\x2da8d0\x2d4730c07c75fb.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-sda4.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-sda4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart4.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dWDC_WD10EFRX\x2d68PJCN0_WD\x2dWCC4J1875688\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart4.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50014ee25efb2d2f\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-disk-by\x2dpartlabel-crypthome.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartlabel-crypthome.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-disk-by\x2dpartuuid-d5b43855\x2df4c6\x2d4652\x2d8d64\x2d11fcfdb5eeb9.device:
	Description: WDC_WD10EFRX-68PJCN0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2dpartuuid-d5b43855\x2df4c6\x2d4652\x2d8d64\x2d11fcfdb5eeb9.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit dev-sdb.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-sdb.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50037300576.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50037300576.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit dev-sdb1.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-sdb1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart1.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart1.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2dpartuuid-4a1fa2cc\x2dee40\x2d43f5\x2d99a4\x2d2a63284c6ec0.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2dpartuuid-4a1fa2cc\x2dee40\x2d43f5\x2d99a4\x2d2a63284c6ec0.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit dev-sdb2.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdb2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart2.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart2.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50037300576\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2dpartlabel-btrfs.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartlabel-btrfs.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2dpartuuid-e26ded57\x2d615b\x2d4d15\x2d8f92\x2d2852e35160fa.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-e26ded57\x2d615b\x2d4d15\x2d8f92\x2d2852e35160fa.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-sdb3.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdb3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart3.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-disk-by\x2dpartuuid-78439ec7\x2dec99\x2d4686\x2da33c\x2d3468d73eb14f.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2dpartuuid-78439ec7\x2dec99\x2d4686\x2da33c\x2d3468d73eb14f.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-disk-by\x2duuid-92d1f17a\x2d636c\x2d4e75\x2d81d9\x2d9a00e059cda5.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: dev-disk-by\x2duuid-92d1f17a\x2d636c\x2d4e75\x2d81d9\x2d9a00e059cda5.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit dev-sdb4.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdb4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart4.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000528AS_6VPDWQXM\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit dev-disk-by\x2dpartuuid-7f76bcce\x2dfb53\x2d499e\x2d94a3\x2d364857c53ae7.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-7f76bcce\x2dfb53\x2d499e\x2d94a3\x2d364857c53ae7.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit dev-disk-by\x2duuid-9ff8d0bb\x2d8aa3\x2d4aa6\x2db15d\x2d9fc6b119c896.device:
	Description: ST31000528AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2duuid-9ff8d0bb\x2d8aa3\x2d4aa6\x2db15d\x2d9fc6b119c896.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc
-> Unit dev-sdc.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdc.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc
-> Unit dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc1.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1
-> Unit dev-sdc1.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdc1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1
-> Unit dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart1.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart1.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1
-> Unit dev-disk-by\x2dpartuuid-d3747eb2\x2d7781\x2d4e20\x2d9e9a\x2da998dade111e.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-d3747eb2\x2d7781\x2d4e20\x2d9e9a\x2da998dade111e.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc2.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2
-> Unit dev-sdc2.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdc2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2
-> Unit dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart2.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2
-> Unit dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart2.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x5000c50009b8cf48\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2
-> Unit dev-disk-by\x2dpartuuid-5610b5b7\x2d4ced\x2d42cc\x2d94d2\x2d3e8bea67d1ed.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-5610b5b7\x2d4ced\x2d42cc\x2d94d2\x2d3e8bea67d1ed.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc3
-> Unit dev-sdc3.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdc3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc3
-> Unit dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart3.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc3
-> Unit dev-disk-by\x2dpartuuid-c7472d8b\x2dd6a9\x2d4ae0\x2da940\x2d58a7149609b8.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-c7472d8b\x2dd6a9\x2d4ae0\x2da940\x2d58a7149609b8.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc3
-> Unit dev-disk-by\x2duuid-cb546dc4\x2dca7c\x2d4c85\x2db1ac\x2d40d5a2606f5a.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2duuid-cb546dc4\x2dca7c\x2d4c85\x2db1ac\x2d40d5a2606f5a.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc3
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc4.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc4
-> Unit dev-sdc4.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdc4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc4
-> Unit dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart4.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dST31000340AS_9QJ0A94H\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc4
-> Unit dev-disk-by\x2dpartuuid-5b96d347\x2d0a75\x2d492a\x2d9a04\x2d393ab040e474.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-5b96d347\x2d0a75\x2d492a\x2d9a04\x2d393ab040e474.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc4
-> Unit dev-disk-by\x2duuid-2263d0e2\x2d4466\x2d46d1\x2d880c\x2df3fcf60ddd13.device:
	Description: ST31000340AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2duuid-2263d0e2\x2d4466\x2d46d1\x2d880c\x2df3fcf60ddd13.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc4
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd
-> Unit dev-sdd.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdd.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd
-> Unit dev-disk-by\x2did-wwn\x2d0x50f0000000000000.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50f0000000000000.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd1.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1
-> Unit dev-sdd1.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdd1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart1.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1
-> Unit dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart1.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1
-> Unit dev-disk-by\x2dpartuuid-315a81c6\x2d1ddf\x2d415d\x2d8615\x2d830a35278aad.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-315a81c6\x2d1ddf\x2d415d\x2d8615\x2d830a35278aad.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2
-> Unit dev-sdd2.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdd2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart2.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2
-> Unit dev-disk-by\x2dpartlabel-cryptoswap.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartlabel-cryptoswap.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2
-> Unit dev-disk-by\x2dpartuuid-7257e3d4\x2dfe52\x2d4f56\x2db74c\x2d4cb2bdf0f187.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-7257e3d4\x2dfe52\x2d4f56\x2db74c\x2d4cb2bdf0f187.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd3
-> Unit dev-sdd3.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdd3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd3
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart3.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd3
-> Unit dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart3.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd3
-> Unit dev-disk-by\x2dpartlabel-tmp.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartlabel-tmp.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd3
-> Unit dev-disk-by\x2dpartuuid-0f346ffc\x2df527\x2d4fe7\x2db1c9\x2d2a31bd6345d7.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-0f346ffc\x2df527\x2d4fe7\x2db1c9\x2d2a31bd6345d7.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd3
-> Unit dev-disk-by\x2duuid-27c350b1\x2d7406\x2d4b98\x2d831b\x2d3dc6421d1616.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2duuid-27c350b1\x2d7406\x2d4b98\x2d831b\x2d3dc6421d1616.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd3
-> Unit sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd4
-> Unit dev-sdd4.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sdd4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd4
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart4.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dSAMSUNG_SP1213C_0887J1FX902925\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd4
-> Unit dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart4.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-wwn\x2d0x50f0000000000000\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd4
-> Unit dev-disk-by\x2dpartlabel-SAUVEGARDE.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartlabel-SAUVEGARDE.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd4
-> Unit dev-disk-by\x2dpartuuid-358ad0f9\x2da78e\x2d4809\x2d8740\x2ddd8ad3852899.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2dpartuuid-358ad0f9\x2da78e\x2d4809\x2d8740\x2ddd8ad3852899.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd4
-> Unit dev-disk-by\x2duuid-7d6d7526\x2d8a3e\x2d4585\x2dbd98\x2d90e8600cc2a3.device:
	Description: SAMSUNG_SP1213C
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2duuid-7d6d7526\x2d8a3e\x2d4585\x2dbd98\x2d90e8600cc2a3.device
	Following: sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd4
-> Unit sys-devices-pci0000:00-0000:00:13.2-usb2-2\x2d1-2\x2d1:1.2-sound-card1.device:
	Description: QuickCam Communicate Deluxe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:13.2-usb2-2\x2d1-2\x2d1:1.2-sound-card1.device
	Job Timeout: 1min 30s
	Wants: sound.target
	References: sound.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1:1.2/sound/card1
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sound.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Sat 2014-08-16 11:18:05 UTC
	Condition Result: yes
	WantedBy: sys-devices-pci0000:00-0000:00:13.2-usb2-2\x2d1-2\x2d1:1.2-sound-card1.device
	Conflicts: shutdown.target
	References: shutdown.target
	ReferencedBy: sys-devices-pci0000:00-0000:00:13.2-usb2-2\x2d1-2\x2d1:1.2-sound-card1.device
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device:
	Description: hp_DVD_A_DH16ACSHR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.1/ata5/host4/target4:0:1/4:0:1:0/block/sr0
-> Unit dev-sr0.device:
	Description: hp_DVD_A_DH16ACSHR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-sr0.device
	Following: sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.1/ata5/host4/target4:0:1/4:0:1:0/block/sr0
-> Unit dev-cdrom.device:
	Description: hp_DVD_A_DH16ACSHR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-cdrom.device
	Following: sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.1/ata5/host4/target4:0:1/4:0:1:0/block/sr0
-> Unit dev-cdrw.device:
	Description: hp_DVD_A_DH16ACSHR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-cdrw.device
	Following: sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.1/ata5/host4/target4:0:1/4:0:1:0/block/sr0
-> Unit dev-disk-by\x2did-ata\x2dhp_DVD_A_DH16ACSHR_238231900514.device:
	Description: hp_DVD_A_DH16ACSHR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-disk-by\x2did-ata\x2dhp_DVD_A_DH16ACSHR_238231900514.device
	Following: sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.1/ata5/host4/target4:0:1/4:0:1:0/block/sr0
-> Unit dev-dvd.device:
	Description: hp_DVD_A_DH16ACSHR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-dvd.device
	Following: sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.1/ata5/host4/target4:0:1/4:0:1:0/block/sr0
-> Unit dev-dvdrw.device:
	Description: hp_DVD_A_DH16ACSHR
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-dvdrw.device
	Following: sys-devices-pci0000:00-0000:00:14.1-ata5-host4-target4:0:1-4:0:1:0-block-sr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.1/ata5/host4/target4:0:1/4:0:1:0/block/sr0
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-platform-serial8250-tty-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-ttyS0.device
	Following: sys-devices-platform-serial8250-tty-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> 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: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-platform-serial8250-tty-ttyS1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-ttyS1.device
	Following: sys-devices-platform-serial8250-tty-ttyS1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> 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: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-platform-serial8250-tty-ttyS2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-ttyS2.device
	Following: sys-devices-platform-serial8250-tty-ttyS2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> 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: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-platform-serial8250-tty-ttyS3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-ttyS3.device
	Following: sys-devices-platform-serial8250-tty-ttyS3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit sys-devices-virtual-block-loop0.device:
	Description: /sys/devices/virtual/block/loop0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit dev-loop0.device:
	Description: /dev/loop0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop0.device
	Following: sys-devices-virtual-block-loop0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit sys-devices-virtual-block-loop1.device:
	Description: /sys/devices/virtual/block/loop1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop1
-> Unit dev-loop1.device:
	Description: /dev/loop1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop1.device
	Following: sys-devices-virtual-block-loop1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop1
-> Unit sys-devices-virtual-block-loop2.device:
	Description: /sys/devices/virtual/block/loop2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop2
-> Unit dev-loop2.device:
	Description: /dev/loop2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop2.device
	Following: sys-devices-virtual-block-loop2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop2
-> Unit sys-devices-virtual-block-loop3.device:
	Description: /sys/devices/virtual/block/loop3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop3
-> Unit dev-loop3.device:
	Description: /dev/loop3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop3.device
	Following: sys-devices-virtual-block-loop3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop3
-> Unit sys-devices-virtual-block-loop4.device:
	Description: /sys/devices/virtual/block/loop4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop4
-> Unit dev-loop4.device:
	Description: /dev/loop4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop4.device
	Following: sys-devices-virtual-block-loop4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop4
-> Unit sys-devices-virtual-block-loop5.device:
	Description: /sys/devices/virtual/block/loop5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop5
-> Unit dev-loop5.device:
	Description: /dev/loop5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop5.device
	Following: sys-devices-virtual-block-loop5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop5
-> Unit sys-devices-virtual-block-loop6.device:
	Description: /sys/devices/virtual/block/loop6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop6
-> Unit dev-loop6.device:
	Description: /dev/loop6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop6.device
	Following: sys-devices-virtual-block-loop6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop6
-> Unit sys-devices-virtual-block-loop7.device:
	Description: /sys/devices/virtual/block/loop7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-loop7.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop7
-> Unit dev-loop7.device:
	Description: /dev/loop7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-loop7.device
	Following: sys-devices-virtual-block-loop7.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/loop7
-> Unit sys-devices-virtual-net-xenbr0.device:
	Description: /sys/devices/virtual/net/xenbr0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:48 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:48 UTC
	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
	Name: sys-devices-virtual-net-xenbr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/xenbr0
-> Unit sys-subsystem-net-devices-xenbr0.device:
	Description: /sys/subsystem/net/devices/xenbr0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:48 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:48 UTC
	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
	Name: sys-subsystem-net-devices-xenbr0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/xenbr0
-> Unit sys-devices-virtual-tty-hvc0.device:
	Description: /sys/devices/virtual/tty/hvc0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc0
-> Unit sys-devices-virtual-tty-hvc1.device:
	Description: /sys/devices/virtual/tty/hvc1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc1
-> Unit dev-hvc1.device:
	Description: /dev/hvc1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc1.device
	Following: sys-devices-virtual-tty-hvc1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc1
-> Unit sys-devices-virtual-tty-hvc2.device:
	Description: /sys/devices/virtual/tty/hvc2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc2
-> Unit dev-hvc2.device:
	Description: /dev/hvc2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc2.device
	Following: sys-devices-virtual-tty-hvc2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc2
-> Unit sys-devices-virtual-tty-hvc3.device:
	Description: /sys/devices/virtual/tty/hvc3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc3
-> Unit dev-hvc3.device:
	Description: /dev/hvc3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc3.device
	Following: sys-devices-virtual-tty-hvc3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc3
-> Unit sys-devices-virtual-tty-hvc4.device:
	Description: /sys/devices/virtual/tty/hvc4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc4
-> Unit dev-hvc4.device:
	Description: /dev/hvc4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc4.device
	Following: sys-devices-virtual-tty-hvc4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc4
-> Unit sys-devices-virtual-tty-hvc5.device:
	Description: /sys/devices/virtual/tty/hvc5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc5
-> Unit dev-hvc5.device:
	Description: /dev/hvc5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc5.device
	Following: sys-devices-virtual-tty-hvc5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc5
-> Unit sys-devices-virtual-tty-hvc6.device:
	Description: /sys/devices/virtual/tty/hvc6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc6
-> Unit dev-hvc6.device:
	Description: /dev/hvc6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc6.device
	Following: sys-devices-virtual-tty-hvc6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc6
-> Unit sys-devices-virtual-tty-hvc7.device:
	Description: /sys/devices/virtual/tty/hvc7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: sys-devices-virtual-tty-hvc7.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc7
-> Unit dev-hvc7.device:
	Description: /dev/hvc7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:05 UTC
	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
	Name: dev-hvc7.device
	Following: sys-devices-virtual-tty-hvc7.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/tty/hvc7
-> Unit sys-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:04 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:04 UTC
	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
	Name: sys-module-fuse.device
	Job Timeout: 1min 30s
	Wants: sys-fs-fuse-connections.mount
	References: sys-fs-fuse-connections.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/module/fuse
-> Unit sys-devices-virtual-block-dm\x2d0.device:
	Description: /sys/devices/virtual/block/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-dm\x2d0.device:
	Description: /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-dm\x2d0.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device:
	Description: /dev/disk/by-id/dm-name-sda3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2did-dm\x2dname\x2dsda3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2dd8595fc99a74490a93728d204617f779\x2dsda3_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-d8595fc99a74490a93728d204617f779-sda3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2dd8595fc99a74490a93728d204617f779\x2dsda3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2dlabel-rootfs.device:
	Description: /dev/disk/by-label/rootfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2dlabel-rootfs.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2duuid-44d484b7\x2da780\x2d43a2\x2da1e4\x2dfc98bac776e6.device:
	Description: /dev/disk/by-uuid/44d484b7-a780-43a2-a1e4-fc98bac776e6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2duuid-44d484b7\x2da780\x2d43a2\x2da1e4\x2dfc98bac776e6.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit sys-devices-virtual-block-dm\x2d1.device:
	Description: /sys/devices/virtual/block/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: sys-devices-virtual-block-dm\x2d1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-dm\x2d1.device:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-dm\x2d1.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.device:
	Description: /dev/disk/by-id/dm-name-cryptoswap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-cryptoswap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.device:
	Description: /dev/disk/by-uuid/8a6986b4-86fb-4bb5-bc61-6fb4737155c2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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
	Name: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit sys-devices-virtual-block-dm\x2d2.device:
	Description: /sys/devices/virtual/block/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-dm\x2d2.device:
	Description: /dev/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-dm\x2d2.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdc4_crypt.device:
	Description: /dev/disk/by-id/dm-name-sdc4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dsdc4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d2263d0e2446646d1880cf3fcf60ddd13\x2dsdc4_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-2263d0e2446646d1880cf3fcf60ddd13-sdc4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d2263d0e2446646d1880cf3fcf60ddd13\x2dsdc4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit sys-devices-virtual-block-dm\x2d3.device:
	Description: /sys/devices/virtual/block/dm-3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-dm\x2d3.device:
	Description: /dev/dm-3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-dm\x2d3.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdc3_crypt.device:
	Description: /dev/disk/by-id/dm-name-sdc3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dsdc3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2dcb546dc4ca7c4c85b1ac40d5a2606f5a\x2dsdc3_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-cb546dc4ca7c4c85b1ac40d5a2606f5a-sdc3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2dcb546dc4ca7c4c85b1ac40d5a2606f5a\x2dsdc3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit sys-devices-virtual-block-dm\x2d4.device:
	Description: /sys/devices/virtual/block/dm-4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-dm\x2d4.device:
	Description: /dev/dm-4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-dm\x2d4.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdb3_crypt.device:
	Description: /dev/disk/by-id/dm-name-sdb3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dsdb3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d92d1f17a636c4e7581d99a00e059cda5\x2dsdb3_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-92d1f17a636c4e7581d99a00e059cda5-sdb3_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d92d1f17a636c4e7581d99a00e059cda5\x2dsdb3_crypt.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit sys-devices-virtual-block-dm\x2d5.device:
	Description: /sys/devices/virtual/block/dm-5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-dm\x2d5.device:
	Description: /dev/dm-5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-dm\x2d5.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdb4_crypt.device:
	Description: /dev/disk/by-id/dm-name-sdb4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dsdb4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d9ff8d0bb8aa34aa6b15d9fc6b119c896\x2dsdb4_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-9ff8d0bb8aa34aa6b15d9fc6b119c896-sdb4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	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: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d9ff8d0bb8aa34aa6b15d9fc6b119c896\x2dsdb4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit sys-devices-virtual-block-dm\x2d6.device:
	Description: /sys/devices/virtual/block/dm-6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: sys-devices-virtual-block-dm\x2d6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-dm\x2d6.device:
	Description: /dev/dm-6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: dev-dm\x2d6.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsda4_crypt.device:
	Description: /dev/disk/by-id/dm-name-sda4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: dev-disk-by\x2did-dm\x2dname\x2dsda4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d3c06197153f94e92b0fc8637a4a43863\x2dsda4_crypt.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-3c06197153f94e92b0fc8637a4a43863-sda4_crypt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d3c06197153f94e92b0fc8637a4a43863\x2dsda4_crypt.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2dlabel-home.device:
	Description: /dev/disk/by-label/home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: dev-disk-by\x2dlabel-home.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2duuid-fcfafad3\x2d86f6\x2d462d\x2d9054\x2daee438acb548.device:
	Description: /dev/disk/by-uuid/fcfafad3-86f6-462d-9054-aee438acb548
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:44 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:44 UTC
	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
	Name: dev-disk-by\x2duuid-fcfafad3\x2d86f6\x2d462d\x2d9054\x2daee438acb548.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap:
	Description: /dev/disk/by-id/dm-name-cryptoswap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dcryptoswap.swap
	Following: dev-dm\x2d1.swap
	Requires: -.mount
	Wants: system.slice
	RequiredBy: swap.target
	Conflicts: umount.target
	Before: umount.target
	Before: swap.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/disk/by-id/dm-name-cryptoswap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/disk/by-id/dm-name-cryptoswap
	From /proc/swaps: yes
	From fragment: no
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-cryptoswap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dcryptoswap.swap
	Following: dev-dm\x2d1.swap
	Requires: -.mount
	Wants: system.slice
	RequiredBy: swap.target
	Conflicts: umount.target
	Before: umount.target
	Before: swap.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-cryptoswap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-cryptoswap
	From /proc/swaps: yes
	From fragment: no
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap:
	Description: /dev/disk/by-uuid/8a6986b4-86fb-4bb5-bc61-6fb4737155c2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dev-disk-by\x2duuid-8a6986b4\x2d86fb\x2d4bb5\x2dbc61\x2d6fb4737155c2.swap
	Following: dev-dm\x2d1.swap
	Requires: -.mount
	Wants: system.slice
	RequiredBy: swap.target
	Conflicts: umount.target
	Before: umount.target
	Before: swap.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/disk/by-uuid/8a6986b4-86fb-4bb5-bc61-6fb4737155c2
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/disk/by-uuid/8a6986b4-86fb-4bb5-bc61-6fb4737155c2
	From /proc/swaps: yes
	From fragment: no
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-dm\x2d1.swap:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:18:06 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:18:06 UTC
	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-dm\x2d1.swap
	CGroup realized: yes
	CGroup mask: 0x0
	Name: dev-dm\x2d1.swap
	Requires: -.mount
	Wants: system.slice
	RequiredBy: swap.target
	Conflicts: umount.target
	Before: umount.target
	Before: swap.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/dm-1
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/dm-1
	From /proc/swaps: yes
	From fragment: no
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: 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-1000.slice:
	Description: user-1000.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:43 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:43 UTC
	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-1000.slice
	CGroup realized: no
	CGroup mask: 0x0
	Name: user-1000.slice
	Condition Timestamp: Sat 2014-08-16 11:19:43 UTC
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 1000.service
	WantedBy: session-5.scope
	WantedBy: session-1491.scope
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 1000.service
	Before: session-5.scope
	Before: session-1491.scope
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 1000.service
	ReferencedBy: session-5.scope
	ReferencedBy: session-1491.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit user at 1000.service:
	Description: User Manager for 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:19:43 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:19:43 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/user at 1000.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: user at 1000.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Sat 2014-08-16 11:19:43 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: user-1000.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: user-1000.slice
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: user-1000.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 2551
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGCONT
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	Environment: DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/dbus/user_bus_socket
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1000
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	-> ExecStop:
		Command Line: /bin/kill -TERM ${MAINPID}
	Status Text: Startup finished in 71ms.
-> Unit session-5.scope:
	Description: Session 5 of user ltp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:26:38 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:26:38 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/session-5.scope
	CGroup realized: no
	CGroup mask: 0x0
	Name: session-5.scope
	DropIn Path: /run/systemd/system/session-5.scope.d/90-After-systemd-logind\x2eservice.conf
	DropIn Path: /run/systemd/system/session-5.scope.d/90-After-systemd-user-sessions\x2eservice.conf
	DropIn Path: /run/systemd/system/session-5.scope.d/90-Description.conf
	DropIn Path: /run/systemd/system/session-5.scope.d/90-SendSIGHUP.conf
	DropIn Path: /run/systemd/system/session-5.scope.d/90-Slice.conf
	Condition Timestamp: Sat 2014-08-16 11:26:38 UTC
	Condition Result: yes
	Wants: user-1000.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-logind.service
	After: systemd-user-sessions.service
	After: user-1000.slice
	References: systemd-logind.service
	References: systemd-user-sessions.service
	References: shutdown.target
	References: user-1000.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
-> Unit user-1001.slice:
	Description: user-1001.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:34:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:34:05 UTC
	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-1001.slice
	CGroup realized: no
	CGroup mask: 0x0
	Name: user-1001.slice
	Condition Timestamp: Sat 2014-08-16 11:34:05 UTC
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 1001.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 1001.service
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 1001.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit user at 1001.service:
	Description: User Manager for 1001
	Instance: 1001
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-08-16 11:34:05 UTC
	Active Enter Timestamp: Sat 2014-08-16 11:34:05 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-1001.slice
	CGroup: /user.slice/user-1001.slice/user at 1001.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: user at 1001.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Sat 2014-08-16 11:34:05 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: user-1001.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: user-1001.slice
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: user-1001.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 4164
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGCONT
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	Environment: DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/dbus/user_bus_socket
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1001
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	-> ExecStop:
		Command Line: /bin/kill -TERM ${MAINPID}
	Status Text: Startup finished in 32ms.
-> Unit user-33.slice:
	Description: user-33.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sun 2014-08-17 08:05:25 UTC
	Active Enter Timestamp: Sun 2014-08-17 08:05:25 UTC
	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-33.slice
	CGroup realized: no
	CGroup mask: 0x0
	Name: user-33.slice
	Condition Timestamp: Sun 2014-08-17 08:05:25 UTC
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 33.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 33.service
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 33.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit user at 33.service:
	Description: User Manager for 33
	Instance: 33
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sun 2014-08-17 08:05:25 UTC
	Active Enter Timestamp: Sun 2014-08-17 08:05:25 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-33.slice
	CGroup: /user.slice/user-33.slice/user at 33.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: user at 33.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Sun 2014-08-17 08:05:25 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: user-33.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: user-33.slice
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: user-33.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 19392
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGCONT
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	Environment: DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/33/dbus/user_bus_socket
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 33
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	-> ExecStop:
		Command Line: /bin/kill -TERM ${MAINPID}
	Status Text: Startup finished in 137ms.
-> Unit user-110.slice:
	Description: user-110.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sun 2014-08-17 08:05:30 UTC
	Active Enter Timestamp: Sun 2014-08-17 08:05:30 UTC
	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-110.slice
	CGroup realized: no
	CGroup mask: 0x0
	Name: user-110.slice
	Condition Timestamp: Sun 2014-08-17 08:05:30 UTC
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 110.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 110.service
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 110.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit user at 110.service:
	Description: User Manager for 110
	Instance: 110
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sun 2014-08-17 08:05:30 UTC
	Active Enter Timestamp: Sun 2014-08-17 08:05:30 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-110.slice
	CGroup: /user.slice/user-110.slice/user at 110.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: user at 110.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Sun 2014-08-17 08:05:30 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: user-110.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: user-110.slice
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: user-110.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 19565
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGCONT
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	Environment: DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/110/dbus/user_bus_socket
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 110
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	-> ExecStop:
		Command Line: /bin/kill -TERM ${MAINPID}
	Status Text: Startup finished in 27ms.
-> Unit user-65534.slice:
	Description: user-65534.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Fri 2014-08-22 08:03:53 UTC
	Active Enter Timestamp: Fri 2014-08-22 08:03:53 UTC
	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-65534.slice
	CGroup realized: no
	CGroup mask: 0x0
	Name: user-65534.slice
	Condition Timestamp: Fri 2014-08-22 08:03:53 UTC
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 65534.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 65534.service
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 65534.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit user at 65534.service:
	Description: User Manager for 65534
	Instance: 65534
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Fri 2014-08-22 08:03:53 UTC
	Active Enter Timestamp: Fri 2014-08-22 08:03:54 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-65534.slice
	CGroup: /user.slice/user-65534.slice/user at 65534.service
	CGroup realized: no
	CGroup mask: 0x0
	Name: user at 65534.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Fri 2014-08-22 08:03:53 UTC
	Condition Result: yes
	Requires: basic.target
	Wants: user-65534.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: user-65534.slice
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: user-65534.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	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
	Main PID: 17965
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGCONT
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	IgnoreSIGPIPE: yes
	Environment: DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/65534/dbus/user_bus_socket
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 65534
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	-> ExecStop:
		Command Line: /bin/kill -TERM ${MAINPID}
	Status Text: Startup finished in 119ms.
-> Unit session-1491.scope:
	Description: Session 1491 of user ltp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-08-26 10:13:34 UTC
	Active Enter Timestamp: Tue 2014-08-26 10:13:34 UTC
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Slice: user-1000.slice
	CGroup: /user.slice/user-1000.slice/session-1491.scope
	CGroup realized: no
	CGroup mask: 0x0
	Name: session-1491.scope
	DropIn Path: /run/systemd/system/session-1491.scope.d/90-After-systemd-logind\x2eservice.conf
	DropIn Path: /run/systemd/system/session-1491.scope.d/90-After-systemd-user-sessions\x2eservice.conf
	DropIn Path: /run/systemd/system/session-1491.scope.d/90-Description.conf
	DropIn Path: /run/systemd/system/session-1491.scope.d/90-SendSIGHUP.conf
	DropIn Path: /run/systemd/system/session-1491.scope.d/90-Slice.conf
	Condition Timestamp: Tue 2014-08-26 10:13:34 UTC
	Condition Result: yes
	Wants: user-1000.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-logind.service
	After: systemd-user-sessions.service
	After: user-1000.slice
	References: systemd-logind.service
	References: systemd-user-sessions.service
	References: shutdown.target
	References: user-1000.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureIsolate: no
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=1024
	BlockIOWeight=1000
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.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/ssh.service <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/shutdown.target.wants/unattended-upgrades.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/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/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/spamassassin.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/spamassassin.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system>			<mount point>	<type>	<options>																																																<dump> <pass>
/dev/mapper/sda3_crypt	/					btrfs		defaults,noatime,relatime,degraded,space_cache,compress=lzo,autodefrag,commit=30,device=/dev/mapper/sda3_crypt											0 1
/dev/sda2					/boot				btrfs		defaults,noatime,relatime,degraded,space_cache,compress=lzo,autodefrag,commit=30,device=/dev/sda2,device=/dev/sdb2,device=/dev/sdc2				0 2
/dev/mapper/sda4_crypt	/home				btrfs		defaults,noatime,relatime,degraded,space_cache,compress=lzo,autodefrag,commit=120,device=/dev/mapper/sda4_crypt,device=/dev/mapper/sdb4_crypt,device=/dev/mapper/sdc4_crypt	0 2

/dev/mapper/cryptoswap	none				swap		sw												0 0
tmpfs							/tmp				tmpfs		nodev,nosuid,size=80%,mode=1777		0 0
/dev/sr0						/media/cdrom0	udf,iso9660	user,noauto	0 0


More information about the Pkg-systemd-maintainers mailing list