Bug#769186: systemd: curlftps umount is not handle correctly at shutdown / reboot

Javier Barroso javibarroso at gmail.com
Tue Nov 11 23:22:07 GMT 2014


Package: systemd
Version: 215-5+b1
Severity: normal

Dear Maintainer (sorry for the long message),

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
After install curlftps and adding an entry at fstab, system will mount
correctly at boot, but it will not umount at shutdown. So shutdown is
delayed by minutes
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
I tried to investigate it, without luck, see  below:

Seems like systemd, at boot,  try first a mount (that fail) and then
try again and
work:

# Please see that after saving all next outputs, I changed mount point
# from /home/javi/usb to /mnt/usb to make sure that /home dependency
# will not be the cause:
$ (grep curlftp /etc/fstab; systemctl status home-javi-usb.mount  ;
pstree -a -l -p -s $(pgrep curlftpfs) ) | sed
's,user=[^,]*,user=xxx:yyy,'
curlftpfs#192.168.0.1/disk_sda1 /home/javi/usb     fuse
_netdev,uid=1000,user=xxx:yyy,allow_other 0 0
● home-javi-usb.mount - /home/javi/usb
   Loaded: loaded (/etc/fstab)
   Active: active (mounted) (Result: exit-code) since mar 2014-11-11
23:02:36 CET; 9min ago
    Where: /home/javi/usb
     What: curlftpfs#ftp://192.168.0.1/disk_sda1/
     Docs: man:fstab(5)
           man:systemd-fstab-generator(8)
  Process: 898 ExecMount=/bin/mount -n curlftpfs#192.168.0.1/disk_sda1
/home/javi/usb -t fuse -o _netdev,uid=1000,user=xxx:yyy,allow_other
(code=exited, status=1/FAILURE)
systemd,1
  `-curlftpfs,2846 192.168.0.1/disk_sda1 /home/javi/usb -o
rw,uid=1000,allow_other,user=xxx:yyy,exec,suid,dev,dev,suid
      |-{curlftpfs},2848
      |-{curlftpfs},2849
      |-{curlftpfs},2857
      |-{curlftpfs},2858
      `-{curlftpfs},2863
javi at Doraemon:~$ sudo ps -p 2848,2849,2857,2858,2863 # (why pstree
print that pids, that ps is not?)
  PID TTY          TIME CMD

~$ sudo systemctl show home-javi-usb.mount  | sed 's,user=[^,]*,user=xxx:yyy,'
Where=/home/javi/usb
What=curlftpfs#ftp://192.168.0.1/disk_sda1/
Options=rw,relatime,rw,user_id=0,group_id=0,allow_other
Type=fuse
TimeoutUSec=1min 30s
ControlPID=0
DirectoryMode=0755
SloppyOptions=no
Result=exit-code
ExecMount={ path=/bin/mount ; argv[]=/bin/mount -n
curlftpfs#192.168.0.1/disk_sda1 /home/javi/usb -t fuse -o
_netdev,uid=1000,user=xxx:yyy,allow_other ; ignore_errors=no ;
start_time=[mar 2014-11-11 23:02:17 CET] ; stop_time=[mar 2014-11-11
23:02:17 CET] ; pid=898 ; code=exited ; status=1 }
Slice=system.slice
ControlGroup=/system.slice/home-javi-usb.mount
CPUAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecUSec=(null)
BlockIOAccounting=no
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryAccounting=no
MemoryLimit=18446744073709551615
DevicePolicy=auto
UMask=0022
LimitCPU=18446744073709551615
LimitFSIZE=18446744073709551615
LimitDATA=18446744073709551615
LimitSTACK=18446744073709551615
LimitCORE=18446744073709551615
LimitRSS=18446744073709551615
LimitNOFILE=4096
LimitAS=18446744073709551615
LimitNPROC=30314
LimitMEMLOCK=65536
LimitLOCKS=18446744073709551615
LimitSIGPENDING=30314
LimitMSGQUEUE=819200
LimitNICE=0
LimitRTPRIO=0
LimitRTTIME=18446744073709551615
OOMScoreAdjust=0
Nice=0
IOScheduling=0
CPUSchedulingPolicy=0
CPUSchedulingPriority=0
TimerSlackNSec=50000
CPUSchedulingResetOnFork=no
NonBlocking=no
StandardInput=null
StandardOutput=journal
StandardError=inherit
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
SyslogPriority=30
SyslogLevelPrefix=yes
SecureBits=0
CapabilityBoundingSet=18446744073709551615
MountFlags=0
PrivateTmp=no
PrivateNetwork=no
PrivateDevices=no
ProtectHome=no
ProtectSystem=no
SameProcessGroup=yes
IgnoreSIGPIPE=yes
NoNewPrivileges=no
SystemCallErrorNumber=0
RuntimeDirectoryMode=0755
KillMode=control-group
KillSignal=15
SendSIGKILL=yes
SendSIGHUP=no
Id=home-javi-usb.mount
Names=home-javi-usb.mount
Requires=home.mount -.mount
Wants=network-online.target system.slice
RequiredBy=remote-fs.target
Conflicts=umount.target
Before=remote-fs.target umount.target
After=systemd-journald.socket remote-fs-pre.target network.target
network-online.target system.slice home.mount -.mount
RequiresMountsFor=/home/javi
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Description=/home/javi/usb
LoadState=loaded
ActiveState=active
SubState=mounted
FragmentPath=/run/systemd/generator/home-javi-usb.mount
SourcePath=/etc/fstab
InactiveExitTimestamp=mar 2014-11-11 23:02:36 CET
InactiveExitTimestampMonotonic=61296991
ActiveEnterTimestamp=mar 2014-11-11 23:02:36 CET
ActiveEnterTimestampMonotonic=61296991
ActiveExitTimestampMonotonic=0
InactiveEnterTimestamp=mar 2014-11-11 23:02:17 CET
InactiveEnterTimestampMonotonic=42547107
CanStart=yes
CanStop=yes
CanReload=yes
CanIsolate=no

StopWhenUnneeded=no
RefuseManualStart=no
RefuseManualStop=no
AllowIsolate=no
DefaultDependencies=yes
OnFailureJobMode=replace
IgnoreOnIsolate=yes
IgnoreOnSnapshot=no
NeedDaemonReload=no
JobTimeoutUSec=0
ConditionResult=yes
ConditionTimestamp=mar 2014-11-11 23:02:17 CET
ConditionTimestampMonotonic=42500470
Transient=no

$ dmesg | grep home-javi
[   39.804812] systemd[1]: Installed new job home-javi-usb.mount/start as 101
[   42.556147] systemd[1]: home-javi-usb.mount changed dead -> mounting
[   42.597423] systemd[1]: Child 898 belongs to home-javi-usb.mount
[   42.597429] systemd[1]: home-javi-usb.mount mount process exited,
code=exited status=1
[   42.598437] systemd[1]: home-javi-usb.mount changed mounting -> failed
[   42.598514] systemd[1]: Job home-javi-usb.mount/start finished, result=failed
[   42.602983] systemd[1]: Unit home-javi-usb.mount entered failed state.
[   61.369598] systemd[1]: home-javi-usb.mount changed failed -> mounted

I tried to follow upstream instruction [1], but seems to not work in Debian?

No /shutdown-log.txt was created

$ cat /usr/lib/systemd/system-shutdown/debug.sh ; ls -l
/usr/lib/systemd/system-shutdown/debug.sh
#!/bin/sh
mount -o remount,rw /
dmesg > /shutdown-log.txt
mount -o remount,ro /

-rwxr-xr-x 1 root root 81 nov 11 22:29 /usr/lib/systemd/system-shutdown/debug.sh

[1] http://freedesktop.org/wiki/Software/systemd/Debugging/#index2h1

Then I tried to guess what happen:

$ systemd-cgls -l /system.slice/NetworkManager-dispatcher.service |
sed 's,user=[^,]*,user=xxx:yyy,'
/system.slice/NetworkManager-dispatcher.service:
└─2846 curlftpfs 192.168.0.1/disk_sda1 /home/javi/usb -o
rw,uid=1000,allow_other,user=xxx:yyy,exec,suid,dev,dev,suid

$ systemctl cat home-javi-usb.mount  | sed 's,user=[^,]*,user=xxx:yyy,'
# /run/systemd/generator/home-javi-usb.mount
# Automatically generated by systemd-fstab-generator

[Unit]
SourcePath=/etc/fstab
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Before=remote-fs.target

[Mount]
What=curlftpfs#192.168.0.1/disk_sda1
Where=/home/javi/usb
Type=fuse
Options=_netdev,uid=1000,user=xxx:yyy,allow_other

Thank you very much
-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages systemd depends on:
ii  acl             2.2.52-2
ii  adduser         3.113+nmu3
ii  initscripts     2.88dsf-57
ii  libacl1         2.2.52-2
ii  libaudit1       1:2.4-1
ii  libblkid1       2.25.2-2
ii  libc6           2.19-13
ii  libcap2         1:2.24-6
ii  libcap2-bin     1:2.24-6
ii  libcryptsetup4  2:1.6.6-2
ii  libgcrypt20     1.6.2-4
ii  libkmod2        18-3
ii  liblzma5        5.1.1alpha+20120614-2+b1
ii  libpam0g        1.1.8-3.1
ii  libselinux1     2.3-2
ii  libsystemd0     215-5+b1
ii  sysv-rc         2.88dsf-57
ii  udev            215-5+b1
ii  util-linux      2.25.2-2

Versions of packages systemd recommends:
it  dbus            1.8.8-2
ii  libpam-systemd  215-5+b1

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

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

10 overridden configuration files found.
-------------- next part --------------
-> Unit -.mount:
	Description: /
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/-.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: -.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/-.mount
	Source Path: /etc/fstab
	Wants: system.slice
	RequiredBy: local-fs.target
	RequiredBy: systemd-journald.socket
	RequiredBy: mnt-usb.mount
	RequiredBy: systemd-udevd-control.socket
	RequiredBy: dbus.socket
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: rescue.service
	RequiredBy: systemd-ask-password-wall.path
	RequiredBy: avahi-daemon.socket
	RequiredBy: fstrim.timer
	RequiredBy: cups.service
	RequiredBy: cups.socket
	RequiredBy: sys-kernel-config.mount
	RequiredBy: dev-hugepages.mount
	RequiredBy: systemd-random-seed.service
	RequiredBy: systemd-update-utmp.service
	RequiredBy: dev-mqueue.mount
	RequiredBy: sys-kernel-debug.mount
	RequiredBy: proc-sys-fs-binfmt_misc.automount
	RequiredBy: proc-sys-fs-binfmt_misc.mount
	RequiredBy: systemd-ask-password-console.path
	RequiredBy: sys-fs-fuse-connections.mount
	RequiredBy: dm-event.socket
	RequiredBy: lvm2-lvmetad.socket
	RequiredBy: dev-mapper-doraemon\x2dswap.swap
	RequiredBy: emergency.service
	RequiredBy: syslog.socket
	RequiredBy: systemd-journald-dev-log.socket
	RequiredBy: systemd-initctl.socket
	RequiredBy: systemd-shutdownd.socket
	RequiredBy: acpid.socket
	RequiredBy: acpi-fakekey.socket
	RequiredBy: uuidd.socket
	RequiredBy: boot.mount
	RequiredBy: home.mount
	RequiredBy: opt.mount
	RequiredBy: tmp.mount
	RequiredBy: usr.mount
	RequiredBy: var.mount
	RequiredBy: dev-doraemon-swap.swap
	RequiredBy: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	RequiredBy: dev-dm\x2d1.swap
	RequiredBy: systemd-rfkill at rfkill1.service
	RequiredBy: systemd-rfkill at rfkill0.service
	RequiredBy: systemd-backlight at backlight:acpi_video0.service
	RequiredBy: systemd-backlight at backlight:intel_backlight.service
	RequiredBy: run-rpc_pipefs.mount
	RequiredBy: colord.service
	RequiredBy: run-user-111.mount
	RequiredBy: rtkit-daemon.service
	RequiredBy: run-user-1000.mount
	RequiredBy: run-user-1000-gvfs.mount
	Before: local-fs.target
	Before: systemd-journald.socket
	Before: mnt-usb.mount
	Before: systemd-udevd-control.socket
	Before: dbus.socket
	Before: systemd-update-utmp-runlevel.service
	Before: rescue.service
	Before: systemd-ask-password-wall.path
	Before: avahi-daemon.socket
	Before: fstrim.timer
	Before: cups.service
	Before: cups.socket
	Before: sys-kernel-config.mount
	Before: dev-hugepages.mount
	Before: systemd-random-seed.service
	Before: systemd-update-utmp.service
	Before: dev-mqueue.mount
	Before: sys-kernel-debug.mount
	Before: proc-sys-fs-binfmt_misc.automount
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-ask-password-console.path
	Before: sys-fs-fuse-connections.mount
	Before: dm-event.socket
	Before: lvm2-lvmetad.socket
	Before: dev-mapper-doraemon\x2dswap.swap
	Before: emergency.service
	Before: syslog.socket
	Before: systemd-journald-dev-log.socket
	Before: systemd-initctl.socket
	Before: systemd-shutdownd.socket
	Before: acpid.socket
	Before: acpi-fakekey.socket
	Before: uuidd.socket
	Before: boot.mount
	Before: home.mount
	Before: opt.mount
	Before: tmp.mount
	Before: usr.mount
	Before: var.mount
	Before: dev-doraemon-swap.swap
	Before: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Before: dev-dm\x2d1.swap
	Before: systemd-rfkill at rfkill1.service
	Before: systemd-rfkill at rfkill0.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:intel_backlight.service
	Before: run-rpc_pipefs.mount
	Before: colord.service
	Before: run-user-111.mount
	Before: rtkit-daemon.service
	Before: run-user-1000.mount
	Before: run-user-1000-gvfs.mount
	After: system.slice
	References: local-fs.target
	References: system.slice
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: mnt-usb.mount
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: dbus.socket
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: rescue.service
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: fstrim.timer
	ReferencedBy: cups.service
	ReferencedBy: cups.socket
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: dm-event.socket
	ReferencedBy: lvm2-lvmetad.socket
	ReferencedBy: dev-mapper-doraemon\x2dswap.swap
	ReferencedBy: emergency.service
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: acpid.socket
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: uuidd.socket
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: opt.mount
	ReferencedBy: tmp.mount
	ReferencedBy: usr.mount
	ReferencedBy: var.mount
	ReferencedBy: dev-doraemon-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: colord.service
	ReferencedBy: run-user-111.mount
	ReferencedBy: rtkit-daemon.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-1000-gvfs.mount
	RequiresMountsFor: /dev/mapper/doraemon-root
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /
	What: /dev/dm-0
	File System Type: ext4
	Options: rw,relatime,rw,errors=remount-ro,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: inherit
	StandardError: inherit
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: local-fs.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Requires: var.mount
	Requires: usr.mount
	Requires: tmp.mount
	Requires: opt.mount
	Requires: home.mount
	Requires: boot.mount
	Requires: -.mount
	Wants: lvm2-activation-early.service
	Wants: lvm2-activation.service
	Wants: systemd-fsck-root.service
	Wants: systemd-remount-fs.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: remote-fs.target
	Before: rpcbind.service
	Before: systemd-tmpfiles-clean.service
	Before: saned.service
	Before: xdm.service
	Before: postgresql.service
	Before: acpi-support.service
	Before: sysstat.service
	Before: fprobe.service
	Before: minissdpd.service
	Before: apache2.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-journal-flush.service
	After: local-fs-pre.target
	After: systemd-remount-fs.service
	After: lvm2-monitor.service
	After: dm-event.service
	After: boot.mount
	After: home.mount
	After: opt.mount
	After: tmp.mount
	After: usr.mount
	After: var.mount
	After: systemd-fsck-root.service
	After: lvm2-activation.service
	After: lvm2-activation-early.service
	After: -.mount
	After: run-rpc_pipefs.mount
	After: run-user-111.mount
	After: run-user-1000.mount
	After: run-user-1000-gvfs.mount
	OnFailure: emergency.target
	References: shutdown.target
	References: local-fs-pre.target
	References: emergency.target
	References: lvm2-activation-early.service
	References: lvm2-activation.service
	References: systemd-fsck-root.service
	References: var.mount
	References: usr.mount
	References: tmp.mount
	References: opt.mount
	References: home.mount
	References: boot.mount
	References: -.mount
	References: systemd-remount-fs.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: sysinit.target
	ReferencedBy: remote-fs.target
	ReferencedBy: rpcbind.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: postgresql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: dm-event.service
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: opt.mount
	ReferencedBy: tmp.mount
	ReferencedBy: usr.mount
	ReferencedBy: var.mount
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	ReferencedBy: -.mount
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: run-user-111.mount
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-1000-gvfs.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: shutdown.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	Wants: alsa-store.service
	ConflictedBy: local-fs.target
	ConflictedBy: systemd-remount-fs.service
	ConflictedBy: slices.target
	ConflictedBy: sysinit.target
	ConflictedBy: remote-fs.target
	ConflictedBy: network-online.target
	ConflictedBy: network.target
	ConflictedBy: network-pre.target
	ConflictedBy: remote-fs-pre.target
	ConflictedBy: rpcbind.service
	ConflictedBy: rpcbind.target
	ConflictedBy: nfs-common.service
	ConflictedBy: time-sync.target
	ConflictedBy: graphical.target
	ConflictedBy: accounts-daemon.service
	ConflictedBy: basic.target
	ConflictedBy: alsa-state.service
	ConflictedBy: alsa-restore.service
	ConflictedBy: paths.target
	ConflictedBy: timers.target
	ConflictedBy: systemd-tmpfiles-clean.timer
	ConflictedBy: systemd-tmpfiles-clean.service
	ConflictedBy: pxe.service
	ConflictedBy: saned.service
	ConflictedBy: dbus.socket
	ConflictedBy: dbus.service
	ConflictedBy: xdm.service
	ConflictedBy: x-display-manager.target
	ConflictedBy: gdm.service
	ConflictedBy: systemd-user-sessions.service
	ConflictedBy: getty at tty7.service
	ConflictedBy: system-getty.slice
	ConflictedBy: getty.target
	ConflictedBy: getty at tty1.service
	ConflictedBy: rc-local.service
	ConflictedBy: nss-lookup.target
	ConflictedBy: dnsmasq.service
	ConflictedBy: nfdump.service
	ConflictedBy: gdomap.service
	ConflictedBy: postgresql.service
	ConflictedBy: tetrinetx.service
	ConflictedBy: speech-dispatcher.service
	ConflictedBy: mysql.service
	ConflictedBy: acpi-support.service
	ConflictedBy: ntp.service
	ConflictedBy: sysstat.service
	ConflictedBy: fprobe.service
	ConflictedBy: exim4.service
	ConflictedBy: minissdpd.service
	ConflictedBy: apache2.service
	ConflictedBy: systemd-update-utmp-runlevel.service
	ConflictedBy: rescue.target
	ConflictedBy: rescue.service
	ConflictedBy: multi-user.target
	ConflictedBy: systemd-logind.service
	ConflictedBy: nss-user-lookup.target
	ConflictedBy: user.slice
	ConflictedBy: systemd-ask-password-wall.path
	ConflictedBy: systemd-ask-password-wall.service
	ConflictedBy: ModemManager.service
	ConflictedBy: atd.service
	ConflictedBy: rsyslog.service
	ConflictedBy: avahi-daemon.service
	ConflictedBy: avahi-daemon.socket
	ConflictedBy: cron.service
	ConflictedBy: fstrim.timer
	ConflictedBy: fstrim.service
	ConflictedBy: pppd-dns.service
	ConflictedBy: ssh.service
	ConflictedBy: anacron.service
	ConflictedBy: binfmt-support.service
	ConflictedBy: NetworkManager.service
	ConflictedBy: cups-browsed.service
	ConflictedBy: cups.service
	ConflictedBy: cups.socket
	ConflictedBy: systemd-tmpfiles-setup-dev.service
	ConflictedBy: systemd-random-seed.service
	ConflictedBy: systemd-modules-load.service
	ConflictedBy: systemd-update-utmp.service
	ConflictedBy: cryptsetup.target
	ConflictedBy: systemd-tmpfiles-setup.service
	ConflictedBy: systemd-sysctl.service
	ConflictedBy: systemd-binfmt.service
	ConflictedBy: systemd-ask-password-console.path
	ConflictedBy: systemd-ask-password-console.service
	ConflictedBy: lvm2-monitor.service
	ConflictedBy: lvm2-lvmetad.service
	ConflictedBy: swap.target
	ConflictedBy: emergency.service
	ConflictedBy: syslog.socket
	ConflictedBy: sockets.target
	ConflictedBy: acpid.socket
	ConflictedBy: acpid.service
	ConflictedBy: acpi-fakekey.socket
	ConflictedBy: acpi-fakekey.service
	ConflictedBy: uuidd.socket
	ConflictedBy: uuidd.service
	ConflictedBy: systemd-readahead-replay.service
	ConflictedBy: systemd-readahead-collect.service
	ConflictedBy: systemd-readahead-done.timer
	ConflictedBy: systemd-readahead-done.service
	ConflictedBy: system-systemd\x2dfsck.slice
	ConflictedBy: emergency.target
	ConflictedBy: local-fs-pre.target
	ConflictedBy: sound.target
	ConflictedBy: systemd-rfkill at rfkill1.service
	ConflictedBy: system-systemd\x2drfkill.slice
	ConflictedBy: bluetooth.target
	ConflictedBy: bluetooth.service
	ConflictedBy: systemd-rfkill at rfkill0.service
	ConflictedBy: systemd-backlight at backlight:acpi_video0.service
	ConflictedBy: system-systemd\x2dbacklight.slice
	ConflictedBy: systemd-backlight at backlight:intel_backlight.service
	ConflictedBy: lvm2-pvscan at 8:5.service
	ConflictedBy: system-lvm2\x2dpvscan.slice
	ConflictedBy: colord.service
	ConflictedBy: polkitd.service
	ConflictedBy: user-111.slice
	ConflictedBy: user at 111.service
	ConflictedBy: session-c1.scope
	ConflictedBy: upower.service
	ConflictedBy: wpa_supplicant.service
	ConflictedBy: rtkit-daemon.service
	ConflictedBy: packagekit.service
	ConflictedBy: console-kit-daemon.service
	ConflictedBy: user-1000.slice
	ConflictedBy: user at 1000.service
	ConflictedBy: session-1.scope
	ConflictedBy: udisks2.service
	After: systemd-remount-fs.service
	After: rpcbind.service
	After: nfs-common.service
	After: accounts-daemon.service
	After: console-kit-log-system-start.service
	After: alsa-state.service
	After: alsa-restore.service
	After: systemd-tmpfiles-clean.timer
	After: systemd-tmpfiles-clean.service
	After: pxe.service
	After: saned.service
	After: dbus.socket
	After: dbus.service
	After: xdm.service
	After: gdm.service
	After: systemd-user-sessions.service
	After: getty at tty7.service
	After: system-getty.slice
	After: getty at tty1.service
	After: rc-local.service
	After: dnsmasq.service
	After: nfdump.service
	After: gdomap.service
	After: postgresql.service
	After: tetrinetx.service
	After: speech-dispatcher.service
	After: mysql.service
	After: acpi-support.service
	After: ntp.service
	After: sysstat.service
	After: fprobe.service
	After: exim4.service
	After: minissdpd.service
	After: apache2.service
	After: systemd-update-utmp-runlevel.service
	After: rescue.service
	After: systemd-logind.service
	After: user.slice
	After: systemd-ask-password-wall.path
	After: systemd-ask-password-wall.service
	After: ModemManager.service
	After: atd.service
	After: rsyslog.service
	After: avahi-daemon.service
	After: avahi-daemon.socket
	After: cron.service
	After: fstrim.timer
	After: fstrim.service
	After: pppd-dns.service
	After: ssh.service
	After: anacron.service
	After: binfmt-support.service
	After: NetworkManager.service
	After: cups-browsed.service
	After: cups.service
	After: cups.socket
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-random-seed.service
	After: systemd-modules-load.service
	After: systemd-update-utmp.service
	After: systemd-tmpfiles-setup.service
	After: systemd-sysctl.service
	After: systemd-binfmt.service
	After: systemd-ask-password-console.path
	After: systemd-ask-password-console.service
	After: emergency.service
	After: syslog.socket
	After: acpid.socket
	After: acpid.service
	After: acpi-fakekey.socket
	After: acpi-fakekey.service
	After: uuidd.socket
	After: uuidd.service
	After: systemd-readahead-replay.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-done.timer
	After: systemd-readahead-done.service
	After: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	After: system-systemd\x2dfsck.slice
	After: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	After: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	After: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	After: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	After: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	After: systemd-fsck-root.service
	After: lvm2-activation.service
	After: lvm2-activation-early.service
	After: alsa-store.service
	After: systemd-rfkill at rfkill1.service
	After: system-systemd\x2drfkill.slice
	After: bluetooth.service
	After: systemd-rfkill at rfkill0.service
	After: systemd-backlight at backlight:acpi_video0.service
	After: system-systemd\x2dbacklight.slice
	After: systemd-backlight at backlight:intel_backlight.service
	After: lvm2-pvscan at 8:5.service
	After: system-lvm2\x2dpvscan.slice
	After: colord.service
	After: polkitd.service
	After: user-111.slice
	After: user at 111.service
	After: session-c1.scope
	After: upower.service
	After: wpa_supplicant.service
	After: rtkit-daemon.service
	After: packagekit.service
	After: console-kit-daemon.service
	After: user-1000.slice
	After: user at 1000.service
	After: session-1.scope
	After: udisks2.service
	References: alsa-store.service
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: slices.target
	ReferencedBy: sysinit.target
	ReferencedBy: remote-fs.target
	ReferencedBy: network-online.target
	ReferencedBy: network.target
	ReferencedBy: network-pre.target
	ReferencedBy: remote-fs-pre.target
	ReferencedBy: rpcbind.service
	ReferencedBy: rpcbind.target
	ReferencedBy: nfs-common.service
	ReferencedBy: time-sync.target
	ReferencedBy: graphical.target
	ReferencedBy: accounts-daemon.service
	ReferencedBy: basic.target
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: alsa-state.service
	ReferencedBy: alsa-restore.service
	ReferencedBy: paths.target
	ReferencedBy: timers.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: dbus.socket
	ReferencedBy: dbus.service
	ReferencedBy: xdm.service
	ReferencedBy: x-display-manager.target
	ReferencedBy: gdm.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: getty at tty7.service
	ReferencedBy: system-getty.slice
	ReferencedBy: getty.target
	ReferencedBy: getty at tty1.service
	ReferencedBy: rc-local.service
	ReferencedBy: nss-lookup.target
	ReferencedBy: dnsmasq.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: rescue.target
	ReferencedBy: rescue.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-logind.service
	ReferencedBy: nss-user-lookup.target
	ReferencedBy: user.slice
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: ModemManager.service
	ReferencedBy: atd.service
	ReferencedBy: rsyslog.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: cron.service
	ReferencedBy: fstrim.timer
	ReferencedBy: fstrim.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: cups.service
	ReferencedBy: cups.socket
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: cryptsetup.target
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: swap.target
	ReferencedBy: emergency.service
	ReferencedBy: syslog.socket
	ReferencedBy: sockets.target
	ReferencedBy: acpid.socket
	ReferencedBy: acpid.service
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: acpi-fakekey.service
	ReferencedBy: uuidd.socket
	ReferencedBy: uuidd.service
	ReferencedBy: systemd-readahead-replay.service
	ReferencedBy: systemd-readahead-collect.service
	ReferencedBy: systemd-readahead-done.timer
	ReferencedBy: systemd-readahead-done.service
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	ReferencedBy: system-systemd\x2dfsck.slice
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	ReferencedBy: emergency.target
	ReferencedBy: local-fs-pre.target
	ReferencedBy: alsa-store.service
	ReferencedBy: sound.target
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: system-systemd\x2drfkill.slice
	ReferencedBy: bluetooth.target
	ReferencedBy: bluetooth.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: system-systemd\x2dbacklight.slice
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	ReferencedBy: lvm2-pvscan at 8:5.service
	ReferencedBy: system-lvm2\x2dpvscan.slice
	ReferencedBy: colord.service
	ReferencedBy: polkitd.service
	ReferencedBy: user-111.slice
	ReferencedBy: user at 111.service
	ReferencedBy: session-c1.scope
	ReferencedBy: upower.service
	ReferencedBy: wpa_supplicant.service
	ReferencedBy: rtkit-daemon.service
	ReferencedBy: packagekit.service
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: user-1000.slice
	ReferencedBy: user at 1000.service
	ReferencedBy: session-1.scope
	ReferencedBy: udisks2.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: local-fs-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	WantedBy: systemd-remount-fs.service
	Conflicts: shutdown.target
	Before: local-fs.target
	Before: boot.mount
	Before: home.mount
	Before: opt.mount
	Before: tmp.mount
	Before: usr.mount
	Before: var.mount
	Before: run-rpc_pipefs.mount
	Before: run-user-111.mount
	Before: run-user-1000.mount
	Before: run-user-1000-gvfs.mount
	After: systemd-remount-fs.service
	After: systemd-tmpfiles-setup-dev.service
	References: shutdown.target
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: opt.mount
	ReferencedBy: tmp.mount
	ReferencedBy: usr.mount
	ReferencedBy: var.mount
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: run-user-111.mount
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-1000-gvfs.mount
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: emergency.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/emergency.target
	Requires: emergency.service
	Conflicts: shutdown.target
	ConflictedBy: sysinit.target
	Before: sysinit.target
	After: emergency.service
	References: emergency.service
	References: shutdown.target
	ReferencedBy: local-fs.target
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit lvm2-activation-early.service:
	Description: Activation of LVM2 logical volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-activation-early.service
	Documentation: man:lvm(8)
	Documentation: man:vgchange(8)
	Fragment Path: /lib/systemd/system/lvm2-activation-early.service
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Wants: systemd-udev-settle.service
	Wants: system.slice
	WantedBy: local-fs.target
	Before: lvm2-activation.service
	Before: cryptsetup.target
	Before: local-fs.target
	Before: shutdown.target
	After: systemd-udev-settle.service
	After: systemd-journald.socket
	After: system.slice
	References: systemd-udev-settle.service
	References: cryptsetup.target
	References: local-fs.target
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: local-fs.target
	ReferencedBy: lvm2-activation.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/lvm vgchange -aay --sysinit
			PID: 913
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit lvm2-activation.service:
	Description: Activation of LVM2 logical volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-activation.service
	Documentation: man:lvm(8)
	Documentation: man:vgchange(8)
	Fragment Path: /lib/systemd/system/lvm2-activation.service
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Wants: systemd-udev-settle.service
	Wants: system.slice
	WantedBy: local-fs.target
	Before: lvm2-monitor.service
	Before: local-fs.target
	Before: shutdown.target
	After: lvm2-activation-early.service
	After: cryptsetup.target
	After: systemd-journald.socket
	After: system.slice
	References: lvm2-activation-early.service
	References: cryptsetup.target
	References: local-fs.target
	References: shutdown.target
	References: systemd-udev-settle.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: local-fs.target
	ReferencedBy: lvm2-monitor.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/lvm vgchange -aay --sysinit
			PID: 917
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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-fsck-root.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-fsck-root.service
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck-root.service
	ConditionPathIsReadWrite: !/ succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: local-fs.target
	Before: systemd-remount-fs.service
	Before: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Before: local-fs.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-journald.socket
	After: system.slice
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: local-fs.target
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck
			PID: 550
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit var.mount:
	Description: /var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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/var.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: var.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/var.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Wants: system.slice
	BindsTo: dev-mapper-doraemon\x2dvar.device
	RequiredBy: local-fs.target
	RequiredBy: dbus.socket
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: avahi-daemon.socket
	RequiredBy: fstrim.timer
	RequiredBy: cups.service
	RequiredBy: cups.socket
	RequiredBy: systemd-random-seed.service
	RequiredBy: systemd-update-utmp.service
	RequiredBy: dm-event.socket
	RequiredBy: acpi-fakekey.socket
	RequiredBy: systemd-rfkill at rfkill1.service
	RequiredBy: systemd-rfkill at rfkill0.service
	RequiredBy: systemd-backlight at backlight:acpi_video0.service
	RequiredBy: systemd-backlight at backlight:intel_backlight.service
	RequiredBy: colord.service
	RequiredBy: rtkit-daemon.service
	WantedBy: dev-mapper-doraemon\x2dvar.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: dbus.socket
	Before: systemd-update-utmp-runlevel.service
	Before: avahi-daemon.socket
	Before: fstrim.timer
	Before: cups.service
	Before: cups.socket
	Before: systemd-random-seed.service
	Before: systemd-update-utmp.service
	Before: dm-event.socket
	Before: acpi-fakekey.socket
	Before: umount.target
	Before: systemd-rfkill at rfkill1.service
	Before: systemd-rfkill at rfkill0.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:intel_backlight.service
	Before: colord.service
	Before: rtkit-daemon.service
	After: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	After: dev-mapper-doraemon\x2dvar.device
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	References: dev-mapper-doraemon\x2dvar.device
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	ReferencedBy: dbus.socket
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: fstrim.timer
	ReferencedBy: cups.service
	ReferencedBy: cups.socket
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: dm-event.socket
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	ReferencedBy: colord.service
	ReferencedBy: rtkit-daemon.service
	RequiresMountsFor: / /dev/mapper/doraemon-var
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /var
	What: /dev/mapper/doraemon-var
	File System Type: ext4
	Options: rw,relatime,rw,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit usr.mount:
	Description: /usr
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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/usr.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: usr.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/usr.mount
	Source Path: /etc/fstab
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Wants: system.slice
	BindsTo: dev-mapper-doraemon\x2dusr.device
	RequiredBy: local-fs.target
	WantedBy: dev-mapper-doraemon\x2dusr.device
	Before: local-fs.target
	After: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	After: dev-mapper-doraemon\x2dusr.device
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	References: dev-mapper-doraemon\x2dusr.device
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: / /dev/mapper/doraemon-usr
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /usr
	What: /dev/dm-2
	File System Type: ext4
	Options: rw,relatime,rw,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: 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: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: tmp.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/tmp.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Wants: system.slice
	BindsTo: dev-mapper-doraemon\x2dtmp.device
	RequiredBy: local-fs.target
	RequiredBy: cups.service
	RequiredBy: colord.service
	RequiredBy: rtkit-daemon.service
	WantedBy: dev-mapper-doraemon\x2dtmp.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: cups.service
	Before: umount.target
	Before: colord.service
	Before: rtkit-daemon.service
	After: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	After: dev-mapper-doraemon\x2dtmp.device
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	References: dev-mapper-doraemon\x2dtmp.device
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	ReferencedBy: cups.service
	ReferencedBy: colord.service
	ReferencedBy: rtkit-daemon.service
	RequiresMountsFor: / /dev/mapper/doraemon-tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /tmp
	What: /dev/mapper/doraemon-tmp
	File System Type: ext4
	Options: rw,relatime,rw,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit opt.mount:
	Description: /opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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/opt.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: opt.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/opt.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Wants: system.slice
	BindsTo: dev-mapper-doraemon\x2dopt.device
	RequiredBy: local-fs.target
	WantedBy: dev-mapper-doraemon\x2dopt.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	After: dev-mapper-doraemon\x2dopt.device
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	References: dev-mapper-doraemon\x2dopt.device
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: / /dev/mapper/doraemon-opt
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /opt
	What: /dev/mapper/doraemon-opt
	File System Type: ext4
	Options: rw,relatime,rw,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: 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: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: home.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Wants: system.slice
	BindsTo: dev-mapper-doraemon\x2dhome.device
	RequiredBy: local-fs.target
	WantedBy: dev-mapper-doraemon\x2dhome.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	After: dev-mapper-doraemon\x2dhome.device
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	References: dev-mapper-doraemon\x2dhome.device
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: / /dev/mapper/doraemon-home
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /home
	What: /dev/mapper/doraemon-home
	File System Type: ext4
	Options: rw,relatime,rw,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: 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: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: boot.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Wants: system.slice
	BindsTo: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	RequiredBy: local-fs.target
	WantedBy: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	After: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	References: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: local-fs.target
	RequiresMountsFor: / /dev/disk/by-uuid/99e39032-4a2f-46d5-97d0-ebf1ff075abe
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /boot
	What: /dev/sda1
	File System Type: ext3
	Options: rw,relatime,rw,data=ordered
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-remount-fs.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-remount-fs.service
	Documentation: man:systemd-remount-fs.service(8)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/systemd-remount-fs.service
	ConditionPathExists: /etc/fstab succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: local-fs-pre.target
	Wants: system.slice
	WantedBy: local-fs.target
	Conflicts: shutdown.target
	Before: local-fs-pre.target
	Before: local-fs.target
	Before: shutdown.target
	Before: systemd-random-seed.service
	Before: systemd-update-utmp.service
	Before: debian-fixup.service
	Before: systemd-rfkill at rfkill1.service
	Before: systemd-rfkill at rfkill0.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:intel_backlight.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system.slice
	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
	References: system.slice
	ReferencedBy: local-fs.target
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: debian-fixup.service
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-remount-fs
			PID: 619
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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
	CGroup members 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
	Wants: system.slice
	Conflicts: shutdown.target
	Before: systemd-remount-fs.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-random-seed.service
	Before: systemd-modules-load.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-sysctl.service
	Before: systemd-binfmt.service
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Before: systemd-fsck-root.service
	Before: systemd-rfkill at rfkill1.service
	Before: systemd-rfkill at rfkill0.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:intel_backlight.service
	After: system.slice
	References: systemd-readahead-done.timer
	References: shutdown.target
	References: sysinit.target
	References: system.slice
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: 1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-readahead collect
	SysVStartPriority: 0
-> 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
	CGroup members 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
	Wants: system.slice
	Conflicts: shutdown.target
	Before: systemd-remount-fs.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-random-seed.service
	Before: systemd-modules-load.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-sysctl.service
	Before: systemd-binfmt.service
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Before: systemd-fsck-root.service
	Before: systemd-rfkill at rfkill1.service
	Before: systemd-rfkill at rfkill0.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:intel_backlight.service
	After: system.slice
	References: shutdown.target
	References: sysinit.target
	References: system.slice
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: 1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-readahead replay
	SysVStartPriority: 0
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald.socket
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	RequiredBy: systemd-journald.service
	WantedBy: systemd-journald.service
	WantedBy: sockets.target
	Before: systemd-remount-fs.service
	Before: sockets.target
	Before: systemd-journald.service
	Before: kbd.service
	Before: mnt-usb.mount
	Before: console-setup.service
	Before: qemu-system-x86.service
	Before: systemd-udevd.service
	Before: hdparm.service
	Before: rpcbind.service
	Before: nfs-common.service
	Before: accounts-daemon.service
	Before: console-kit-log-system-start.service
	Before: alsa-state.service
	Before: alsa-restore.service
	Before: systemd-tmpfiles-clean.service
	Before: pxe.service
	Before: saned.service
	Before: dbus.service
	Before: xdm.service
	Before: gdm.service
	Before: systemd-user-sessions.service
	Before: getty at tty7.service
	Before: getty at tty1.service
	Before: rc-local.service
	Before: dnsmasq.service
	Before: nfdump.service
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: minissdpd.service
	Before: apache2.service
	Before: systemd-update-utmp-runlevel.service
	Before: systemd-logind.service
	Before: systemd-ask-password-wall.service
	Before: ModemManager.service
	Before: atd.service
	Before: avahi-daemon.service
	Before: cron.service
	Before: fstrim.service
	Before: pppd-dns.service
	Before: ssh.service
	Before: anacron.service
	Before: binfmt-support.service
	Before: NetworkManager.service
	Before: cups-browsed.service
	Before: cups.service
	Before: keyboard-setup.service
	Before: sys-kernel-config.mount
	Before: kmod-static-nodes.service
	Before: dev-hugepages.mount
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-random-seed.service
	Before: systemd-modules-load.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-sysctl.service
	Before: udev-finish.service
	Before: systemd-udev-settle.service
	Before: dev-mqueue.mount
	Before: debian-fixup.service
	Before: sys-kernel-debug.mount
	Before: systemd-binfmt.service
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-ask-password-console.service
	Before: systemd-journal-flush.service
	Before: sys-fs-fuse-connections.mount
	Before: systemd-udev-trigger.service
	Before: lvm2-monitor.service
	Before: lvm2-lvmetad.service
	Before: dm-event.service
	Before: dev-mapper-doraemon\x2dswap.swap
	Before: systemd-initctl.service
	Before: systemd-shutdownd.service
	Before: acpi-fakekey.service
	Before: uuidd.service
	Before: systemd-readahead-done.service
	Before: boot.mount
	Before: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Before: home.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Before: opt.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Before: tmp.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Before: usr.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Before: var.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Before: systemd-fsck-root.service
	Before: lvm2-activation.service
	Before: lvm2-activation-early.service
	Before: alsa-store.service
	Before: dev-doraemon-swap.swap
	Before: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Before: dev-dm\x2d1.swap
	Before: systemd-rfkill at rfkill1.service
	Before: bluetooth.service
	Before: systemd-rfkill at rfkill0.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:intel_backlight.service
	Before: lvm2-pvscan at 8:5.service
	Before: run-rpc_pipefs.mount
	Before: colord.service
	Before: polkitd.service
	Before: run-user-111.mount
	Before: user at 111.service
	Before: upower.service
	Before: wpa_supplicant.service
	Before: rtkit-daemon.service
	Before: packagekit.service
	Before: console-kit-daemon.service
	Before: run-user-1000.mount
	Before: user at 1000.service
	Before: run-user-1000-gvfs.mount
	Before: udisks2.service
	After: -.slice
	After: -.mount
	Triggers: systemd-journald.service
	References: sockets.target
	References: systemd-journald.service
	References: -.slice
	References: -.mount
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: kbd.service
	ReferencedBy: mnt-usb.mount
	ReferencedBy: console-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: hdparm.service
	ReferencedBy: rpcbind.service
	ReferencedBy: nfs-common.service
	ReferencedBy: accounts-daemon.service
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: alsa-state.service
	ReferencedBy: alsa-restore.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: dbus.service
	ReferencedBy: xdm.service
	ReferencedBy: gdm.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: getty at tty7.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: rc-local.service
	ReferencedBy: dnsmasq.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: ModemManager.service
	ReferencedBy: atd.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: cron.service
	ReferencedBy: fstrim.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: cups.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: debian-fixup.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: dm-event.service
	ReferencedBy: dev-mapper-doraemon\x2dswap.swap
	ReferencedBy: sockets.target
	ReferencedBy: systemd-initctl.service
	ReferencedBy: systemd-shutdownd.service
	ReferencedBy: acpi-fakekey.service
	ReferencedBy: uuidd.service
	ReferencedBy: systemd-readahead-done.service
	ReferencedBy: boot.mount
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	ReferencedBy: home.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	ReferencedBy: opt.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	ReferencedBy: tmp.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	ReferencedBy: usr.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	ReferencedBy: var.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	ReferencedBy: alsa-store.service
	ReferencedBy: dev-doraemon-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: bluetooth.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	ReferencedBy: lvm2-pvscan at 8:5.service
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: colord.service
	ReferencedBy: polkitd.service
	ReferencedBy: run-user-111.mount
	ReferencedBy: user at 111.service
	ReferencedBy: upower.service
	ReferencedBy: wpa_supplicant.service
	ReferencedBy: rtkit-daemon.service
	ReferencedBy: packagekit.service
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: user at 1000.service
	ReferencedBy: run-user-1000-gvfs.mount
	ReferencedBy: udisks2.service
	RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	ReceiveBuffer: 8388608
	ListenStream: /run/systemd/journal/stdout
	ListenDatagram: /run/systemd/journal/socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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: 0x10
	CGroup members mask: 0x10
	Name: system.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/system.slice
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: -.slice
	WantedBy: systemd-remount-fs.service
	WantedBy: slices.target
	WantedBy: systemd-journald.service
	WantedBy: kbd.service
	WantedBy: mnt-usb.mount
	WantedBy: console-setup.service
	WantedBy: qemu-system-x86.service
	WantedBy: systemd-udevd.service
	WantedBy: hdparm.service
	WantedBy: rpcbind.service
	WantedBy: nfs-common.service
	WantedBy: accounts-daemon.service
	WantedBy: console-kit-log-system-start.service
	WantedBy: alsa-state.service
	WantedBy: alsa-restore.service
	WantedBy: systemd-tmpfiles-clean.service
	WantedBy: pxe.service
	WantedBy: saned.service
	WantedBy: dbus.service
	WantedBy: xdm.service
	WantedBy: gdm.service
	WantedBy: systemd-user-sessions.service
	WantedBy: system-getty.slice
	WantedBy: rc-local.service
	WantedBy: dnsmasq.service
	WantedBy: nfdump.service
	WantedBy: gdomap.service
	WantedBy: postgresql.service
	WantedBy: tetrinetx.service
	WantedBy: speech-dispatcher.service
	WantedBy: mysql.service
	WantedBy: acpi-support.service
	WantedBy: ntp.service
	WantedBy: sysstat.service
	WantedBy: fprobe.service
	WantedBy: exim4.service
	WantedBy: minissdpd.service
	WantedBy: apache2.service
	WantedBy: systemd-update-utmp-runlevel.service
	WantedBy: rescue.service
	WantedBy: systemd-logind.service
	WantedBy: systemd-ask-password-wall.service
	WantedBy: ModemManager.service
	WantedBy: atd.service
	WantedBy: rsyslog.service
	WantedBy: avahi-daemon.service
	WantedBy: cron.service
	WantedBy: fstrim.service
	WantedBy: pppd-dns.service
	WantedBy: ssh.service
	WantedBy: anacron.service
	WantedBy: binfmt-support.service
	WantedBy: NetworkManager.service
	WantedBy: cups-browsed.service
	WantedBy: cups.service
	WantedBy: keyboard-setup.service
	WantedBy: sys-kernel-config.mount
	WantedBy: kmod-static-nodes.service
	WantedBy: dev-hugepages.mount
	WantedBy: systemd-tmpfiles-setup-dev.service
	WantedBy: systemd-random-seed.service
	WantedBy: systemd-modules-load.service
	WantedBy: systemd-update-utmp.service
	WantedBy: systemd-tmpfiles-setup.service
	WantedBy: systemd-sysctl.service
	WantedBy: udev-finish.service
	WantedBy: systemd-udev-settle.service
	WantedBy: dev-mqueue.mount
	WantedBy: debian-fixup.service
	WantedBy: sys-kernel-debug.mount
	WantedBy: systemd-binfmt.service
	WantedBy: proc-sys-fs-binfmt_misc.mount
	WantedBy: systemd-ask-password-console.service
	WantedBy: systemd-journal-flush.service
	WantedBy: sys-fs-fuse-connections.mount
	WantedBy: systemd-udev-trigger.service
	WantedBy: lvm2-monitor.service
	WantedBy: lvm2-lvmetad.service
	WantedBy: dm-event.service
	WantedBy: dev-mapper-doraemon\x2dswap.swap
	WantedBy: emergency.service
	WantedBy: systemd-initctl.service
	WantedBy: systemd-shutdownd.service
	WantedBy: acpid.service
	WantedBy: acpi-fakekey.service
	WantedBy: uuidd.service
	WantedBy: systemd-readahead-replay.service
	WantedBy: systemd-readahead-collect.service
	WantedBy: systemd-readahead-done.service
	WantedBy: boot.mount
	WantedBy: system-systemd\x2dfsck.slice
	WantedBy: home.mount
	WantedBy: opt.mount
	WantedBy: tmp.mount
	WantedBy: usr.mount
	WantedBy: var.mount
	WantedBy: systemd-fsck-root.service
	WantedBy: lvm2-activation.service
	WantedBy: lvm2-activation-early.service
	WantedBy: alsa-store.service
	WantedBy: -.mount
	WantedBy: dev-doraemon-swap.swap
	WantedBy: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	WantedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	WantedBy: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	WantedBy: dev-dm\x2d1.swap
	WantedBy: system-systemd\x2drfkill.slice
	WantedBy: bluetooth.service
	WantedBy: system-systemd\x2dbacklight.slice
	WantedBy: system-lvm2\x2dpvscan.slice
	WantedBy: run-rpc_pipefs.mount
	WantedBy: colord.service
	WantedBy: polkitd.service
	WantedBy: run-user-111.mount
	WantedBy: upower.service
	WantedBy: wpa_supplicant.service
	WantedBy: rtkit-daemon.service
	WantedBy: packagekit.service
	WantedBy: console-kit-daemon.service
	WantedBy: run-user-1000.mount
	WantedBy: run-user-1000-gvfs.mount
	WantedBy: udisks2.service
	Before: systemd-remount-fs.service
	Before: slices.target
	Before: systemd-journald.service
	Before: kbd.service
	Before: mnt-usb.mount
	Before: console-setup.service
	Before: qemu-system-x86.service
	Before: systemd-udevd.service
	Before: hdparm.service
	Before: rpcbind.service
	Before: nfs-common.service
	Before: accounts-daemon.service
	Before: console-kit-log-system-start.service
	Before: alsa-state.service
	Before: alsa-restore.service
	Before: systemd-tmpfiles-clean.service
	Before: pxe.service
	Before: saned.service
	Before: dbus.service
	Before: xdm.service
	Before: gdm.service
	Before: systemd-user-sessions.service
	Before: system-getty.slice
	Before: rc-local.service
	Before: dnsmasq.service
	Before: nfdump.service
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: minissdpd.service
	Before: apache2.service
	Before: systemd-update-utmp-runlevel.service
	Before: rescue.service
	Before: systemd-logind.service
	Before: systemd-ask-password-wall.service
	Before: ModemManager.service
	Before: atd.service
	Before: rsyslog.service
	Before: avahi-daemon.service
	Before: cron.service
	Before: fstrim.service
	Before: pppd-dns.service
	Before: ssh.service
	Before: anacron.service
	Before: binfmt-support.service
	Before: NetworkManager.service
	Before: cups-browsed.service
	Before: cups.service
	Before: keyboard-setup.service
	Before: sys-kernel-config.mount
	Before: kmod-static-nodes.service
	Before: dev-hugepages.mount
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-random-seed.service
	Before: systemd-modules-load.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-sysctl.service
	Before: udev-finish.service
	Before: systemd-udev-settle.service
	Before: dev-mqueue.mount
	Before: debian-fixup.service
	Before: sys-kernel-debug.mount
	Before: systemd-binfmt.service
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-ask-password-console.service
	Before: systemd-journal-flush.service
	Before: sys-fs-fuse-connections.mount
	Before: systemd-udev-trigger.service
	Before: lvm2-monitor.service
	Before: lvm2-lvmetad.service
	Before: dm-event.service
	Before: dev-mapper-doraemon\x2dswap.swap
	Before: emergency.service
	Before: systemd-initctl.service
	Before: systemd-shutdownd.service
	Before: acpid.service
	Before: acpi-fakekey.service
	Before: uuidd.service
	Before: systemd-readahead-replay.service
	Before: systemd-readahead-collect.service
	Before: systemd-readahead-done.service
	Before: boot.mount
	Before: system-systemd\x2dfsck.slice
	Before: home.mount
	Before: opt.mount
	Before: tmp.mount
	Before: usr.mount
	Before: var.mount
	Before: systemd-fsck-root.service
	Before: lvm2-activation.service
	Before: lvm2-activation-early.service
	Before: alsa-store.service
	Before: -.mount
	Before: dev-doraemon-swap.swap
	Before: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Before: dev-dm\x2d1.swap
	Before: system-systemd\x2drfkill.slice
	Before: bluetooth.service
	Before: system-systemd\x2dbacklight.slice
	Before: system-lvm2\x2dpvscan.slice
	Before: run-rpc_pipefs.mount
	Before: colord.service
	Before: polkitd.service
	Before: run-user-111.mount
	Before: upower.service
	Before: wpa_supplicant.service
	Before: rtkit-daemon.service
	Before: packagekit.service
	Before: console-kit-daemon.service
	Before: run-user-1000.mount
	Before: run-user-1000-gvfs.mount
	Before: udisks2.service
	After: -.slice
	References: slices.target
	References: -.slice
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: slices.target
	ReferencedBy: systemd-journald.service
	ReferencedBy: kbd.service
	ReferencedBy: mnt-usb.mount
	ReferencedBy: console-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: hdparm.service
	ReferencedBy: rpcbind.service
	ReferencedBy: nfs-common.service
	ReferencedBy: accounts-daemon.service
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: alsa-state.service
	ReferencedBy: alsa-restore.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: dbus.service
	ReferencedBy: xdm.service
	ReferencedBy: gdm.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: system-getty.slice
	ReferencedBy: rc-local.service
	ReferencedBy: dnsmasq.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: rescue.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: ModemManager.service
	ReferencedBy: atd.service
	ReferencedBy: rsyslog.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: cron.service
	ReferencedBy: fstrim.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: cups.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: debian-fixup.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: dm-event.service
	ReferencedBy: dev-mapper-doraemon\x2dswap.swap
	ReferencedBy: emergency.service
	ReferencedBy: systemd-initctl.service
	ReferencedBy: systemd-shutdownd.service
	ReferencedBy: acpid.service
	ReferencedBy: acpi-fakekey.service
	ReferencedBy: uuidd.service
	ReferencedBy: systemd-readahead-replay.service
	ReferencedBy: systemd-readahead-collect.service
	ReferencedBy: systemd-readahead-done.service
	ReferencedBy: boot.mount
	ReferencedBy: system-systemd\x2dfsck.slice
	ReferencedBy: home.mount
	ReferencedBy: opt.mount
	ReferencedBy: tmp.mount
	ReferencedBy: usr.mount
	ReferencedBy: var.mount
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	ReferencedBy: alsa-store.service
	ReferencedBy: -.mount
	ReferencedBy: dev-doraemon-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: system-systemd\x2drfkill.slice
	ReferencedBy: bluetooth.service
	ReferencedBy: system-systemd\x2dbacklight.slice
	ReferencedBy: system-lvm2\x2dpvscan.slice
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: colord.service
	ReferencedBy: polkitd.service
	ReferencedBy: run-user-111.mount
	ReferencedBy: upower.service
	ReferencedBy: wpa_supplicant.service
	ReferencedBy: rtkit-daemon.service
	ReferencedBy: packagekit.service
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-1000-gvfs.mount
	ReferencedBy: udisks2.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: slices.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	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: basic.target
	ReferencedBy: user.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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: 0x10
	CGroup members mask: 0x10
	Name: -.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/-.slice
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	WantedBy: system.slice
	WantedBy: slices.target
	WantedBy: systemd-journald.socket
	WantedBy: systemd-udevd-kernel.socket
	WantedBy: systemd-udevd-control.socket
	WantedBy: dbus.socket
	WantedBy: user.slice
	WantedBy: avahi-daemon.socket
	WantedBy: cups.socket
	WantedBy: dm-event.socket
	WantedBy: lvm2-lvmetad.socket
	WantedBy: syslog.socket
	WantedBy: systemd-journald-dev-log.socket
	WantedBy: systemd-initctl.socket
	WantedBy: systemd-shutdownd.socket
	WantedBy: acpid.socket
	WantedBy: acpi-fakekey.socket
	WantedBy: uuidd.socket
	Before: system.slice
	Before: slices.target
	Before: systemd-journald.socket
	Before: systemd-udevd-kernel.socket
	Before: systemd-udevd-control.socket
	Before: dbus.socket
	Before: user.slice
	Before: avahi-daemon.socket
	Before: cups.socket
	Before: dm-event.socket
	Before: lvm2-lvmetad.socket
	Before: syslog.socket
	Before: systemd-journald-dev-log.socket
	Before: systemd-initctl.socket
	Before: systemd-shutdownd.socket
	Before: acpid.socket
	Before: acpi-fakekey.socket
	Before: uuidd.socket
	References: slices.target
	ReferencedBy: system.slice
	ReferencedBy: slices.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: dbus.socket
	ReferencedBy: user.slice
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: cups.socket
	ReferencedBy: dm-event.socket
	ReferencedBy: lvm2-lvmetad.socket
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: acpid.socket
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: uuidd.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sockets.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: lvm2-lvmetad.socket
	Wants: uuidd.socket
	Wants: acpi-fakekey.socket
	Wants: dm-event.socket
	Wants: cups.socket
	Wants: acpid.socket
	Wants: avahi-daemon.socket
	Wants: systemd-shutdownd.socket
	Wants: systemd-udevd-kernel.socket
	Wants: systemd-initctl.socket
	Wants: systemd-journald-dev-log.socket
	Wants: systemd-udevd-control.socket
	Wants: systemd-journald.socket
	Wants: dbus.socket
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-journald.socket
	After: systemd-udevd-kernel.socket
	After: systemd-udevd-control.socket
	After: dbus.socket
	After: avahi-daemon.socket
	After: cups.socket
	After: syslog.socket
	After: systemd-journald-dev-log.socket
	After: systemd-initctl.socket
	After: systemd-shutdownd.socket
	After: acpid.socket
	After: acpi-fakekey.socket
	After: uuidd.socket
	References: lvm2-lvmetad.socket
	References: uuidd.socket
	References: acpi-fakekey.socket
	References: dm-event.socket
	References: cups.socket
	References: acpid.socket
	References: avahi-daemon.socket
	References: systemd-shutdownd.socket
	References: systemd-udevd-kernel.socket
	References: systemd-initctl.socket
	References: systemd-journald-dev-log.socket
	References: systemd-udevd-control.socket
	References: systemd-journald.socket
	References: dbus.socket
	References: shutdown.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: basic.target
	ReferencedBy: dbus.socket
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: cups.socket
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: acpid.socket
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: uuidd.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	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-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-journald.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-journald.service
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: systemd-journald.socket
	Wants: systemd-journald.socket
	Wants: systemd-journald-dev-log.socket
	Wants: system.slice
	RequiredBy: systemd-journal-flush.service
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-journal-flush.service
	After: systemd-journald.socket
	After: systemd-journald-dev-log.socket
	After: syslog.socket
	After: system.slice
	TriggeredBy: systemd-journald.socket
	TriggeredBy: systemd-journald-dev-log.socket
	References: systemd-journald.socket
	References: systemd-journald-dev-log.socket
	References: syslog.socket
	References: sysinit.target
	References: system.slice
	ReferencedBy: systemd-journald.socket
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-journald-dev-log.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: all
	Main PID: 561
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 16384
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_syslog
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
			PID: 561
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
	SysVStartPriority: 0
	Status Text: Processing requests...
-> Unit systemd-journald-dev-log.socket:
	Description: Journal Socket (/dev/log)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-journald-dev-log.socket
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	WantedBy: systemd-journald.service
	WantedBy: sockets.target
	Before: systemd-journald.service
	Before: saned.service
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: apache2.service
	Before: sockets.target
	After: -.slice
	After: -.mount
	Triggers: systemd-journald.service
	References: sockets.target
	References: systemd-journald.service
	References: -.slice
	References: -.mount
	ReferencedBy: systemd-journald.service
	ReferencedBy: saned.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: apache2.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/systemd/journal/dev-log
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	ReceiveBuffer: 8388608
	ListenDatagram: /run/systemd/journal/dev-log
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: syslog.socket
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	RequiredBy: rsyslog.service
	Conflicts: shutdown.target
	ConflictedBy: emergency.service
	Before: systemd-journald.service
	Before: sockets.target
	Before: shutdown.target
	Before: rsyslog.service
	After: -.slice
	After: -.mount
	Triggers: rsyslog.service
	References: sockets.target
	References: shutdown.target
	References: -.slice
	References: rsyslog.service
	References: -.mount
	ReferencedBy: systemd-journald.service
	ReferencedBy: rsyslog.service
	ReferencedBy: emergency.service
	RequiresMountsFor: /run/systemd/journal/syslog
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	ReceiveBuffer: 8388608
	ListenDatagram: /run/systemd/journal/syslog
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sysinit.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: local-fs.target
	Wants: swap.target
	Wants: lvm2-lvmetad.socket
	Wants: lvm2-monitor.service
	Wants: systemd-udev-trigger.service
	Wants: sys-fs-fuse-connections.mount
	Wants: systemd-journal-flush.service
	Wants: systemd-ask-password-console.path
	Wants: proc-sys-fs-binfmt_misc.automount
	Wants: systemd-binfmt.service
	Wants: sys-kernel-debug.mount
	Wants: debian-fixup.service
	Wants: dev-mqueue.mount
	Wants: udev-finish.service
	Wants: systemd-sysctl.service
	Wants: systemd-tmpfiles-setup.service
	Wants: cryptsetup.target
	Wants: systemd-update-utmp.service
	Wants: systemd-modules-load.service
	Wants: systemd-random-seed.service
	Wants: systemd-tmpfiles-setup-dev.service
	Wants: dev-hugepages.mount
	Wants: systemd-journald.service
	Wants: kmod-static-nodes.service
	Wants: sys-kernel-config.mount
	Wants: keyboard-setup.service
	Wants: nfs-common.service
	Wants: rpcbind.service
	Wants: hdparm.service
	Wants: qemu-system-x86.service
	Wants: console-setup.service
	Wants: kbd.service
	Wants: systemd-udevd.service
	RequiredBy: basic.target
	RequiredBy: systemd-tmpfiles-clean.timer
	RequiredBy: dbus.socket
	RequiredBy: rescue.target
	RequiredBy: avahi-daemon.socket
	RequiredBy: fstrim.timer
	RequiredBy: cups.socket
	RequiredBy: acpid.socket
	RequiredBy: acpi-fakekey.socket
	RequiredBy: uuidd.socket
	Conflicts: emergency.service
	Conflicts: emergency.target
	Conflicts: shutdown.target
	Before: basic.target
	Before: console-kit-log-system-start.service
	Before: alsa-state.service
	Before: systemd-tmpfiles-clean.timer
	Before: dbus.socket
	Before: rescue.target
	Before: rescue.service
	Before: avahi-daemon.socket
	Before: fstrim.timer
	Before: cups.socket
	Before: acpid.socket
	Before: acpi-fakekey.socket
	Before: uuidd.socket
	After: systemd-journald.service
	After: local-fs.target
	After: swap.target
	After: emergency.service
	After: emergency.target
	After: kbd.service
	After: console-setup.service
	After: qemu-system-x86.service
	After: systemd-udevd.service
	After: hdparm.service
	After: rpcbind.service
	After: nfs-common.service
	After: keyboard-setup.service
	After: sys-kernel-config.mount
	After: kmod-static-nodes.service
	After: dev-hugepages.mount
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-random-seed.service
	After: systemd-modules-load.service
	After: systemd-update-utmp.service
	After: cryptsetup.target
	After: systemd-tmpfiles-setup.service
	After: systemd-sysctl.service
	After: systemd-udev-settle.service
	After: dev-mqueue.mount
	After: debian-fixup.service
	After: sys-kernel-debug.mount
	After: systemd-binfmt.service
	After: proc-sys-fs-binfmt_misc.automount
	After: sys-fs-fuse-connections.mount
	After: systemd-udev-trigger.service
	After: systemd-readahead-replay.service
	After: systemd-readahead-collect.service
	After: systemd-rfkill at rfkill1.service
	After: systemd-rfkill at rfkill0.service
	After: systemd-backlight at backlight:acpi_video0.service
	After: systemd-backlight at backlight:intel_backlight.service
	References: emergency.service
	References: emergency.target
	References: local-fs.target
	References: swap.target
	References: lvm2-lvmetad.socket
	References: lvm2-monitor.service
	References: systemd-udev-trigger.service
	References: sys-fs-fuse-connections.mount
	References: systemd-journal-flush.service
	References: systemd-ask-password-console.path
	References: proc-sys-fs-binfmt_misc.automount
	References: systemd-binfmt.service
	References: sys-kernel-debug.mount
	References: debian-fixup.service
	References: dev-mqueue.mount
	References: udev-finish.service
	References: systemd-sysctl.service
	References: systemd-tmpfiles-setup.service
	References: cryptsetup.target
	References: systemd-update-utmp.service
	References: systemd-modules-load.service
	References: systemd-random-seed.service
	References: systemd-tmpfiles-setup-dev.service
	References: dev-hugepages.mount
	References: systemd-journald.service
	References: kmod-static-nodes.service
	References: sys-kernel-config.mount
	References: keyboard-setup.service
	References: nfs-common.service
	References: rpcbind.service
	References: hdparm.service
	References: qemu-system-x86.service
	References: console-setup.service
	References: kbd.service
	References: shutdown.target
	References: systemd-udevd.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: hdparm.service
	ReferencedBy: rpcbind.service
	ReferencedBy: nfs-common.service
	ReferencedBy: basic.target
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: alsa-state.service
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: dbus.socket
	ReferencedBy: rescue.target
	ReferencedBy: rescue.service
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: fstrim.timer
	ReferencedBy: cups.socket
	ReferencedBy: keyboard-setup.service
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: debian-fixup.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: acpid.socket
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: uuidd.socket
	ReferencedBy: systemd-readahead-replay.service
	ReferencedBy: systemd-readahead-collect.service
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	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
	CGroup members mask: 0x0
	Name: emergency.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Requires: -.mount
	Wants: system.slice
	RequiredBy: emergency.target
	Conflicts: shutdown.target
	Conflicts: rescue.service
	Conflicts: syslog.socket
	ConflictedBy: sysinit.target
	Before: sysinit.target
	Before: shutdown.target
	Before: emergency.target
	After: system.slice
	After: -.mount
	References: shutdown.target
	References: rescue.service
	References: syslog.socket
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: emergency.target
	RequiresMountsFor: /root
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	Environment: HOME=/root
	LimitNOFILE: 4096
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	-> ExecStartPre:
		Command Line: /bin/plymouth quit
		Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" to try again\nto boot into default mode.'
	-> ExecStart:
		Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --fail --no-block default'
	SysVStartPriority: 0
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: swap.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: dev-mapper-doraemon\x2dswap.swap
	Requires: dev-doraemon-swap.swap
	Requires: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Requires: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Requires: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Requires: dev-dm\x2d1.swap
	Wants: dev-mapper-doraemon\x2dswap.swap
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	After: dev-mapper-doraemon\x2dswap.swap
	After: dev-doraemon-swap.swap
	After: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	After: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	After: dev-dm\x2d1.swap
	References: dev-mapper-doraemon\x2dswap.swap
	References: shutdown.target
	References: dev-doraemon-swap.swap
	References: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	References: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	References: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	References: dev-dm\x2d1.swap
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit lvm2-lvmetad.socket:
	Description: LVM2 metadata daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-lvmetad.socket
	Documentation: man:lvmetad(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	RequiredBy: lvm2-monitor.service
	RequiredBy: lvm2-lvmetad.service
	RequiredBy: lvm2-pvscan at 8:5.service
	WantedBy: sysinit.target
	WantedBy: sockets.target
	Before: lvm2-monitor.service
	Before: lvm2-lvmetad.service
	Before: lvm2-pvscan at 8:5.service
	After: -.slice
	After: -.mount
	Triggers: lvm2-lvmetad.service
	References: lvm2-lvmetad.service
	References: -.slice
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: sockets.target
	ReferencedBy: lvm2-pvscan at 8:5.service
	RequiresMountsFor: /run/lvm/lvmetad.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	ListenStream: /run/lvm/lvmetad.socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit lvm2-monitor.service:
	Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	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/lvm2-monitor.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: lvm2-monitor.service
	Documentation: man:dmeventd(8)
	Documentation: man:lvcreate(8)
	Documentation: man:lvchange(8)
	Documentation: man:vgchange(8)
	Fragment Path: /lib/systemd/system/lvm2-monitor.service
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Requires: dm-event.socket
	Requires: lvm2-lvmetad.socket
	Wants: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: local-fs.target
	After: dm-event.socket
	After: lvm2-lvmetad.socket
	After: lvm2-activation.service
	After: lvm2-lvmetad.service
	After: systemd-journald.socket
	After: system.slice
	References: dm-event.socket
	References: lvm2-lvmetad.socket
	References: lvm2-activation.service
	References: lvm2-lvmetad.service
	References: local-fs.target
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
			PID: 919
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/lvm vgchange --monitor n --config global{use_lvmetad=0} --ignoreskippedcluster
	SysVStartPriority: 0
-> Unit systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udev-trigger.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-udev-trigger.service
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: systemd-udevd.service
	Wants: system.slice
	WantedBy: sysinit.target
	Before: systemd-udev-settle.service
	Before: sysinit.target
	After: systemd-udevd-kernel.socket
	After: systemd-udevd-control.socket
	After: systemd-journald.socket
	After: system.slice
	References: systemd-udevd.service
	References: systemd-udevd-kernel.socket
	References: systemd-udevd-control.socket
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-udev-settle.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/udevadm trigger --type=subsystems --action=add
			PID: 551
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/udevadm trigger --type=devices --action=add
			PID: 563
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: sys-fs-fuse-connections.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
	ConditionPathExists: /sys/fs/fuse/connections succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	WantedBy: sysinit.target
	WantedBy: sys-module-fuse.device
	Before: sysinit.target
	After: systemd-modules-load.service
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-modules-load.service
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: sys-module-fuse.device
	RequiresMountsFor: /sys/fs/fuse
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-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-11-11 23:56:27 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-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-11-11 23:56:27 CET
	Condition Result: yes
	Requires: systemd-journald.service
	Wants: system.slice
	WantedBy: sysinit.target
	Before: systemd-user-sessions.service
	After: systemd-journald.service
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: system.slice
	References: systemd-journald.service
	References: local-fs.target
	References: remote-fs.target
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
			PID: 921
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-console.path
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: proc-sys-fs-binfmt_misc.automount
	Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
	ConditionPathIsReadWrite: /proc/sys/ succeeded
	ConditionPathExists: /proc/sys/fs/binfmt_misc/ succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Automount State: running
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
-> Unit systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-binfmt.service
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
	Fragment Path: /lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d failed
	ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
	ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
	ConditionPathIsReadWrite: /proc/sys/ succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: no
	Wants: system.slice
	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
	After: system.slice
	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
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-binfmt
	SysVStartPriority: 0
-> Unit sys-kernel-debug.mount:
	Description: Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/sys-kernel-debug.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: sys-kernel-debug.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/debug succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit 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
	CGroup members mask: 0x0
	Name: debian-fixup.service
	Fragment Path: /lib/systemd/system/debian-fixup.service
	ConditionPathIsSymbolicLink: |!/var/lock failed
	ConditionPathIsSymbolicLink: |!/var/run failed
	ConditionPathIsSymbolicLink: |!/etc/mtab failed
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: no
	Wants: system.slice
	WantedBy: sysinit.target
	Before: var-run.mount
	Before: var-lock.mount
	Before: sysinit.target
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	After: system.slice
	References: var-run.mount
	References: var-lock.mount
	References: sysinit.target
	References: systemd-remount-fs.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/debian-fixup
	SysVStartPriority: 0
-> Unit dev-mqueue.mount:
	Description: POSIX Message Queue File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dev-mqueue.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-mqueue.mount
	Documentation: man:mq_overview(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-mqueue.mount
	ConditionPathExists: /proc/sys/fs/mqueue succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /dev/mqueue
	What: mqueue
	File System Type: mqueue
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit 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: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	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/udev-finish.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: udev-finish.service
	Fragment Path: /lib/systemd/system/udev-finish.service
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	After: systemd-udevd.service
	After: systemd-udev-settle.service
	After: systemd-journald.socket
	After: system.slice
	References: systemd-udevd.service
	References: systemd-udev-settle.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/udev/udev-finish
			PID: 914
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit systemd-sysctl.service:
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-sysctl.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-sysctl.service
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/ succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	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
	After: system.slice
	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
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sysctl
			PID: 581
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-setup.service
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: systemd-update-utmp.service
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: local-fs.target
	After: systemd-sysusers.service
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: local-fs.target
	References: systemd-sysusers.service
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-update-utmp.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
			PID: 922
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit cryptsetup.target:
	Description: Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: cryptsetup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: lvm2-activation.service
	After: lvm2-activation-early.service
	References: shutdown.target
	ReferencedBy: sysinit.target
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-update-utmp.service:
	Description: Update UTMP about System Boot/Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-update-utmp.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-update-utmp.service
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Wants: system.slice
	RequiredBy: systemd-update-utmp-runlevel.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: systemd-update-utmp-runlevel.service
	Before: sysinit.target
	Before: shutdown.target
	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: system.slice
	After: var.mount
	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: system.slice
	References: var.mount
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-update-utmp-runlevel.service
	RequiresMountsFor: /var/log/wtmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp reboot
			PID: 936
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
	SysVStartPriority: 0
-> Unit systemd-modules-load.service:
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-modules-load.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-modules-load.service
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load failed
	ConditionKernelCommandLine: |modules-load failed
	ConditionDirectoryNotEmpty: |/run/modules-load.d failed
	ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/lib/modules-load.d succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sys-kernel-config.mount
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-sysctl.service
	Before: sys-fs-fuse-connections.mount
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: sys-fs-fuse-connections.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-modules-load
			PID: 555
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-random-seed.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-random-seed.service
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Wants: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	After: system.slice
	After: var.mount
	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: system.slice
	References: var.mount
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /var/lib/systemd/random-seed
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-random-seed load
			PID: 895
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
	SysVStartPriority: 0
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-setup-dev.service
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: local-fs-pre.target
	Before: systemd-udevd.service
	Before: shutdown.target
	After: kmod-static-nodes.service
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-sysusers.service
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-sysusers.service
	References: sysinit.target
	References: local-fs-pre.target
	References: systemd-udevd.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: kmod-static-nodes.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --prefix=/dev --create
			PID: 578
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dev-hugepages.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-hugepages.mount
	Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/dev-hugepages.mount
	ConditionPathExists: /sys/kernel/mm/hugepages succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /dev
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /dev/hugepages
	What: hugetlbfs
	File System Type: hugetlbfs
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/kmod-static-nodes.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: kmod-static-nodes.service
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileIsExecutable: /bin/kmod succeeded
	ConditionPathExists: /lib/modules/3.14-2-amd64/modules.devname succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: systemd-tmpfiles-setup-dev.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: systemd-tmpfiles-setup-dev.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
			PID: 557
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit sys-kernel-config.mount:
	Description: Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-kernel-config.mount
	Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/sys-kernel-config.mount
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionPathExists: /sys/kernel/config failed
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: no
	Requires: -.mount
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	After: systemd-modules-load.service
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: systemd-modules-load.service
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	References: -.mount
	ReferencedBy: sysinit.target
	RequiresMountsFor: /sys/kernel
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: dead
	Result: success
	Where: /sys/kernel/config
	What: configfs
	File System Type: configfs
	Options: n/a
	From /proc/self/mountinfo: no
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-udevd.service:
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udevd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: udev.service
	Name: systemd-udevd.service
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: systemd-udevd-control.socket
	Wants: systemd-udevd-kernel.socket
	Wants: system.slice
	WantedBy: sysinit.target
	WantedBy: systemd-udev-settle.service
	WantedBy: systemd-udev-trigger.service
	Before: qemu-system-x86.service
	Before: sysinit.target
	Before: hdparm.service
	Before: keyboard-setup.service
	Before: udev-finish.service
	After: systemd-udevd-control.socket
	After: systemd-udevd-kernel.socket
	After: systemd-udev-hwdb-update.service
	After: systemd-sysusers.service
	After: systemd-journald.socket
	After: system.slice
	After: systemd-tmpfiles-setup-dev.service
	TriggeredBy: systemd-udevd-control.socket
	TriggeredBy: systemd-udevd-kernel.socket
	References: systemd-udevd-control.socket
	References: systemd-udevd-kernel.socket
	References: systemd-udev-hwdb-update.service
	References: systemd-sysusers.service
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: hdparm.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: systemd-udev-trigger.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	Main PID: 587
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: -1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
			PID: 587
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
	SysVStartPriority: 0
-> Unit keyboard-setup.service:
	Description: LSB: Set preliminary keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/keyboard-setup.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: keyboard-setup.service
	Fragment Path: /run/systemd/generator.late/keyboard-setup.service
	Source Path: /etc/init.d/keyboard-setup
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: kbd.service
	Before: console-setup.service
	Before: qemu-system-x86.service
	Before: hdparm.service
	Before: rpcbind.service
	Before: nfs-common.service
	Before: sysinit.target
	Before: systemd-remount-fs.service
	After: mountkernfs.service
	After: keymap.service
	After: systemd-udevd.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: systemd-remount-fs.service
	References: mountkernfs.service
	References: keymap.service
	References: systemd-udevd.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: hdparm.service
	ReferencedBy: rpcbind.service
	ReferencedBy: nfs-common.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/keyboard-setup start
			PID: 588
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/keyboard-setup reload
	-> ExecStop:
		Command Line: /etc/init.d/keyboard-setup stop
	SysVStartPriority: 3
-> Unit nfs-common.service:
	Description: LSB: NFS support files common to client and server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/nfs-common.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: nfs-common.service
	Fragment Path: /run/systemd/generator.late/nfs-common.service
	Source Path: /etc/init.d/nfs-common
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: kbd.service
	Before: console-setup.service
	Before: sysinit.target
	Before: graphical.target
	Before: shutdown.target
	Before: multi-user.target
	After: qemu-system-x86.service
	After: hdparm.service
	After: rpcbind.service
	After: rpcbind.target
	After: time-sync.target
	After: keyboard-setup.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: graphical.target
	References: shutdown.target
	References: rpcbind.target
	References: time-sync.target
	References: keyboard-setup.service
	References: systemd-journald.socket
	References: system.slice
	References: multi-user.target
	ReferencedBy: sysinit.target
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: hdparm.service
	ReferencedBy: rpcbind.service
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/nfs-common start
			PID: 939
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/nfs-common stop
	SysVStartPriority: 12
-> Unit rpcbind.service:
	Description: LSB: RPC portmapper replacement
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	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/rpcbind.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: rpcbind.service
	Fragment Path: /run/systemd/generator.late/rpcbind.service
	Source Path: /etc/init.d/rpcbind
	DropIn Path: /run/systemd/generator/rpcbind.service.d/50-rpcbind-$portmap.conf
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Wants: network-online.target
	Wants: rpcbind.target
	Wants: system.slice
	RequiredBy: rpcbind.target
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: kbd.service
	Before: console-setup.service
	Before: sysinit.target
	Before: shutdown.target
	Before: nfs-common.service
	Before: rpcbind.target
	After: qemu-system-x86.service
	After: hdparm.service
	After: network-online.target
	After: local-fs.target
	After: keyboard-setup.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: shutdown.target
	References: nfs-common.service
	References: network-online.target
	References: local-fs.target
	References: keyboard-setup.service
	References: rpcbind.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: hdparm.service
	ReferencedBy: rpcbind.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/rpcbind start
			PID: 923
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/rpcbind stop
	SysVStartPriority: 11
-> Unit hdparm.service:
	Description: LSB: Tune IDE hard disks
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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/hdparm.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: hdparm.service
	Fragment Path: /run/systemd/generator.late/hdparm.service
	Source Path: /etc/init.d/hdparm
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: kbd.service
	Before: console-setup.service
	Before: sysinit.target
	Before: rpcbind.service
	Before: nfs-common.service
	After: qemu-system-x86.service
	After: mountdevsubfs.service
	After: systemd-udevd.service
	After: keyboard-setup.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: rpcbind.service
	References: nfs-common.service
	References: mountdevsubfs.service
	References: systemd-udevd.service
	References: keyboard-setup.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: qemu-system-x86.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/hdparm start
			PID: 625
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/hdparm reload
	-> ExecStop:
		Command Line: /etc/init.d/hdparm stop
	SysVStartPriority: 5
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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/qemu-system-x86.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: qemu-system-x86.service
	Fragment Path: /run/systemd/generator.late/qemu-system-x86.service
	Source Path: /etc/init.d/qemu-system-x86
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: kbd.service
	Before: console-setup.service
	Before: sysinit.target
	Before: hdparm.service
	Before: rpcbind.service
	Before: nfs-common.service
	After: mountkernfs.service
	After: systemd-udevd.service
	After: devfsd.service
	After: keyboard-setup.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: hdparm.service
	References: rpcbind.service
	References: nfs-common.service
	References: mountkernfs.service
	References: systemd-udevd.service
	References: devfsd.service
	References: keyboard-setup.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/qemu-system-x86 start
			PID: 620
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/qemu-system-x86 stop
	SysVStartPriority: 4
-> 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: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/console-setup.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: console-setup.service
	Fragment Path: /run/systemd/generator.late/console-setup.service
	Source Path: /etc/init.d/console-setup
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	After: kbd.service
	After: remote-fs.target
	After: console-screen.service
	After: qemu-system-x86.service
	After: hdparm.service
	After: rpcbind.service
	After: nfs-common.service
	After: keyboard-setup.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: remote-fs.target
	References: console-screen.service
	References: kbd.service
	References: qemu-system-x86.service
	References: hdparm.service
	References: rpcbind.service
	References: nfs-common.service
	References: keyboard-setup.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: kbd.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/console-setup start
			PID: 986
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/console-setup reload
	-> ExecStop:
		Command Line: /etc/init.d/console-setup stop
	SysVStartPriority: 16
-> Unit kbd.service:
	Description: LSB: Prepare console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/kbd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: kbd.service
	Fragment Path: /run/systemd/generator.late/kbd.service
	Source Path: /etc/init.d/kbd
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: console-setup.service
	After: remote-fs.target
	After: qemu-system-x86.service
	After: hdparm.service
	After: rpcbind.service
	After: nfs-common.service
	After: keyboard-setup.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: console-setup.service
	References: remote-fs.target
	References: qemu-system-x86.service
	References: hdparm.service
	References: rpcbind.service
	References: nfs-common.service
	References: keyboard-setup.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: console-setup.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/kbd start
			PID: 959
			Start Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/kbd stop
	SysVStartPriority: 15
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: 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
	Requires: mnt-usb.mount
	Wants: remote-fs-pre.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: kbd.service
	Before: console-setup.service
	Before: saned.service
	Before: xdm.service
	Before: systemd-user-sessions.service
	Before: nfdump.service
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: minissdpd.service
	Before: apache2.service
	Before: systemd-journal-flush.service
	After: remote-fs-pre.target
	After: local-fs.target
	After: mnt-usb.mount
	References: remote-fs-pre.target
	References: local-fs.target
	References: shutdown.target
	References: mnt-usb.mount
	ReferencedBy: kbd.service
	ReferencedBy: mnt-usb.mount
	ReferencedBy: console-setup.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-journal-flush.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: remote-fs-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	WantedBy: remote-fs.target
	Conflicts: shutdown.target
	Before: remote-fs.target
	Before: mnt-usb.mount
	References: shutdown.target
	ReferencedBy: remote-fs.target
	ReferencedBy: mnt-usb.mount
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit mnt-usb.mount:
	Description: /mnt/usb
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:43 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:43 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/mnt-usb.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: mnt-usb.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/mnt-usb.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: network-online.target
	Wants: system.slice
	RequiredBy: remote-fs.target
	Conflicts: umount.target
	Before: remote-fs.target
	Before: umount.target
	After: systemd-journald.socket
	After: remote-fs-pre.target
	After: network.target
	After: network-online.target
	After: system.slice
	After: -.mount
	References: remote-fs.target
	References: systemd-journald.socket
	References: remote-fs-pre.target
	References: network.target
	References: network-online.target
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: remote-fs.target
	RequiresMountsFor: /mnt
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: exit-code
	Where: /mnt/usb
	What: curlftpfs#ftp://192.168.0.1/disk_sda1/
	File System Type: fuse
	Options: rw,relatime,rw,user_id=0,group_id=0,allow_other
	From /proc/self/mountinfo: yes
	From fragment: yes
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: network.target
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Conflicts: shutdown.target
	Before: mnt-usb.mount
	Before: network-online.target
	Before: rc-local.service
	Before: ssh.service
	After: network-pre.target
	References: network-pre.target
	References: shutdown.target
	ReferencedBy: mnt-usb.mount
	ReferencedBy: network-online.target
	ReferencedBy: rc-local.service
	ReferencedBy: ssh.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: network-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: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	WantedBy: mnt-usb.mount
	WantedBy: rpcbind.service
	WantedBy: pxe.service
	WantedBy: nfdump.service
	WantedBy: postgresql.service
	WantedBy: mysql.service
	WantedBy: ntp.service
	WantedBy: fprobe.service
	WantedBy: exim4.service
	WantedBy: minissdpd.service
	WantedBy: apache2.service
	Conflicts: shutdown.target
	Before: mnt-usb.mount
	Before: rpcbind.service
	Before: pxe.service
	Before: nfdump.service
	Before: postgresql.service
	Before: mysql.service
	Before: ntp.service
	Before: fprobe.service
	Before: exim4.service
	Before: minissdpd.service
	Before: apache2.service
	After: network.target
	References: network.target
	References: shutdown.target
	ReferencedBy: mnt-usb.mount
	ReferencedBy: rpcbind.service
	ReferencedBy: pxe.service
	ReferencedBy: nfdump.service
	ReferencedBy: postgresql.service
	ReferencedBy: mysql.service
	ReferencedBy: ntp.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: umount.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	ConflictedBy: mnt-usb.mount
	ConflictedBy: dev-mapper-doraemon\x2dswap.swap
	ConflictedBy: boot.mount
	ConflictedBy: home.mount
	ConflictedBy: opt.mount
	ConflictedBy: tmp.mount
	ConflictedBy: var.mount
	ConflictedBy: dev-doraemon-swap.swap
	ConflictedBy: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	ConflictedBy: dev-dm\x2d1.swap
	ConflictedBy: run-rpc_pipefs.mount
	ConflictedBy: run-user-111.mount
	ConflictedBy: run-user-1000.mount
	ConflictedBy: run-user-1000-gvfs.mount
	After: mnt-usb.mount
	After: dev-mapper-doraemon\x2dswap.swap
	After: boot.mount
	After: home.mount
	After: opt.mount
	After: tmp.mount
	After: var.mount
	After: dev-doraemon-swap.swap
	After: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	After: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	After: dev-dm\x2d1.swap
	After: run-rpc_pipefs.mount
	After: run-user-111.mount
	After: run-user-1000.mount
	After: run-user-1000-gvfs.mount
	ReferencedBy: mnt-usb.mount
	ReferencedBy: dev-mapper-doraemon\x2dswap.swap
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: opt.mount
	ReferencedBy: tmp.mount
	ReferencedBy: var.mount
	ReferencedBy: dev-doraemon-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	ReferencedBy: dev-dm\x2d1.swap
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: run-user-111.mount
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-1000-gvfs.mount
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: network-pre.target
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-pre.target
	Conflicts: shutdown.target
	Before: network.target
	References: shutdown.target
	ReferencedBy: network.target
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: console-screen.service
	Before: console-setup.service
	ReferencedBy: console-setup.service
-> Unit mountkernfs.service:
	Description: mountkernfs.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: yes
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: mountkernfs.service
	Fragment Path: /dev/null
	Before: qemu-system-x86.service
	Before: keyboard-setup.service
	ReferencedBy: qemu-system-x86.service
	ReferencedBy: keyboard-setup.service
-> 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
	CGroup members mask: 0x0
	Name: devfsd.service
	Before: qemu-system-x86.service
	ReferencedBy: qemu-system-x86.service
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-udevd-control.socket
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	WantedBy: systemd-udevd.service
	WantedBy: sockets.target
	Before: systemd-udevd.service
	Before: sockets.target
	Before: systemd-udev-trigger.service
	After: -.slice
	After: -.mount
	Triggers: systemd-udevd.service
	References: sockets.target
	References: systemd-udevd.service
	References: -.slice
	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
	OnFailureJobMode: replace
	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
	RemoveOnStop: no
	ListenSequentialPacket: /run/udev/control
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-udevd-kernel.socket
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: -.slice
	WantedBy: systemd-udevd.service
	WantedBy: sockets.target
	Before: systemd-udevd.service
	Before: sockets.target
	Before: systemd-udev-trigger.service
	After: -.slice
	Triggers: systemd-udevd.service
	References: sockets.target
	References: systemd-udevd.service
	References: -.slice
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: sockets.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	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
	RemoveOnStop: no
	ReceiveBuffer: 134217728
	ListenNetlink: kobject-uevent 1
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-udev-hwdb-update.service:
	Description: systemd-udev-hwdb-update.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-udev-hwdb-update.service
	Before: systemd-udevd.service
	ReferencedBy: systemd-udevd.service
-> Unit systemd-sysusers.service:
	Description: systemd-sysusers.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-sysusers.service
	Before: systemd-udevd.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-tmpfiles-setup.service
-> Unit mountdevsubfs.service:
	Description: mountdevsubfs.service
	Instance: n/a
	Unit Load State: masked
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: yes
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: mountdevsubfs.service
	Fragment Path: /dev/null
	Before: hdparm.service
	ReferencedBy: hdparm.service
-> Unit rpcbind.target:
	Description: RPC Port Mapper
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rpcbind.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rpcbind.target
	Source Path: /etc/insserv.conf.d/rpcbind
	DropIn Path: /run/systemd/generator/rpcbind.target.d/50-hard-dependency-rpcbind-$portmap.conf
	Condition Timestamp: Tue 2014-11-11 23:56:27 CET
	Condition Result: yes
	Requires: rpcbind.service
	WantedBy: rpcbind.service
	Conflicts: shutdown.target
	Before: nfs-common.service
	After: rpcbind.service
	References: rpcbind.service
	References: shutdown.target
	ReferencedBy: rpcbind.service
	ReferencedBy: nfs-common.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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
	CGroup members mask: 0x0
	Name: time-sync.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Conflicts: shutdown.target
	Before: nfs-common.service
	Before: systemd-tmpfiles-clean.service
	Before: postgresql.service
	Before: mysql.service
	Before: fprobe.service
	Before: exim4.service
	Before: minissdpd.service
	Before: anacron.service
	References: shutdown.target
	ReferencedBy: nfs-common.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: postgresql.service
	ReferencedBy: mysql.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: anacron.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit graphical.target:
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: runlevel5.target
	Name: graphical.target
	Name: default.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Tue 2014-11-11 23:56:31 CET
	Condition Result: yes
	Requires: multi-user.target
	Wants: systemd-update-utmp-runlevel.service
	Wants: apache2.service
	Wants: minissdpd.service
	Wants: nfs-common.service
	Wants: exim4.service
	Wants: fprobe.service
	Wants: sysstat.service
	Wants: ntp.service
	Wants: acpi-support.service
	Wants: mysql.service
	Wants: speech-dispatcher.service
	Wants: tetrinetx.service
	Wants: postgresql.service
	Wants: gdomap.service
	Wants: nfdump.service
	Wants: xdm.service
	Wants: saned.service
	Wants: pxe.service
	Wants: accounts-daemon.service
	Wants: gdm.service
	Conflicts: shutdown.target
	Conflicts: rescue.target
	Before: systemd-update-utmp-runlevel.service
	Before: systemd-readahead-done.timer
	Before: systemd-readahead-done.service
	After: nfs-common.service
	After: multi-user.target
	After: accounts-daemon.service
	After: pxe.service
	After: saned.service
	After: xdm.service
	After: nfdump.service
	After: gdomap.service
	After: postgresql.service
	After: tetrinetx.service
	After: speech-dispatcher.service
	After: mysql.service
	After: acpi-support.service
	After: ntp.service
	After: sysstat.service
	After: fprobe.service
	After: exim4.service
	After: minissdpd.service
	After: apache2.service
	References: multi-user.target
	References: systemd-update-utmp-runlevel.service
	References: apache2.service
	References: minissdpd.service
	References: nfs-common.service
	References: exim4.service
	References: fprobe.service
	References: sysstat.service
	References: ntp.service
	References: acpi-support.service
	References: mysql.service
	References: speech-dispatcher.service
	References: tetrinetx.service
	References: postgresql.service
	References: gdomap.service
	References: nfdump.service
	References: xdm.service
	References: saned.service
	References: pxe.service
	References: accounts-daemon.service
	References: shutdown.target
	References: rescue.target
	References: gdm.service
	ReferencedBy: nfs-common.service
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: systemd-readahead-done.timer
	ReferencedBy: systemd-readahead-done.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	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: Tue 2014-11-11 23:56:31 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: multi-user.target
	Name: runlevel4.target
	Name: runlevel3.target
	Name: runlevel2.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Tue 2014-11-11 23:56:31 CET
	Condition Result: yes
	Requires: basic.target
	Wants: cups-browsed.service
	Wants: NetworkManager.service
	Wants: binfmt-support.service
	Wants: remote-fs.target
	Wants: anacron.service
	Wants: ssh.service
	Wants: dnsmasq.service
	Wants: pppd-dns.service
	Wants: fstrim.timer
	Wants: cron.service
	Wants: avahi-daemon.service
	Wants: rsyslog.service
	Wants: atd.service
	Wants: ModemManager.service
	Wants: rc-local.service
	Wants: dbus.service
	Wants: systemd-update-utmp-runlevel.service
	Wants: systemd-ask-password-wall.path
	Wants: systemd-logind.service
	Wants: systemd-user-sessions.service
	Wants: getty.target
	Wants: apache2.service
	Wants: minissdpd.service
	Wants: nfs-common.service
	Wants: exim4.service
	Wants: fprobe.service
	Wants: sysstat.service
	Wants: ntp.service
	Wants: acpi-support.service
	Wants: mysql.service
	Wants: speech-dispatcher.service
	Wants: tetrinetx.service
	Wants: postgresql.service
	Wants: gdomap.service
	Wants: nfdump.service
	Wants: xdm.service
	Wants: saned.service
	Wants: pxe.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: dnsmasq.service
	After: rc-local.service
	After: dbus.service
	After: systemd-user-sessions.service
	After: getty.target
	After: systemd-logind.service
	After: ModemManager.service
	After: atd.service
	After: rsyslog.service
	After: avahi-daemon.service
	After: cron.service
	After: fstrim.timer
	After: pppd-dns.service
	After: ssh.service
	After: anacron.service
	After: binfmt-support.service
	After: NetworkManager.service
	After: cups-browsed.service
	After: nfs-common.service
	After: pxe.service
	After: saned.service
	After: xdm.service
	After: nfdump.service
	After: gdomap.service
	After: postgresql.service
	After: tetrinetx.service
	After: speech-dispatcher.service
	After: mysql.service
	After: acpi-support.service
	After: ntp.service
	After: sysstat.service
	After: fprobe.service
	After: exim4.service
	After: minissdpd.service
	After: apache2.service
	References: basic.target
	References: rescue.service
	References: rescue.target
	References: cups-browsed.service
	References: NetworkManager.service
	References: binfmt-support.service
	References: remote-fs.target
	References: anacron.service
	References: ssh.service
	References: dnsmasq.service
	References: pppd-dns.service
	References: fstrim.timer
	References: cron.service
	References: avahi-daemon.service
	References: rsyslog.service
	References: atd.service
	References: ModemManager.service
	References: rc-local.service
	References: dbus.service
	References: systemd-update-utmp-runlevel.service
	References: systemd-ask-password-wall.path
	References: systemd-logind.service
	References: systemd-user-sessions.service
	References: getty.target
	References: shutdown.target
	References: apache2.service
	References: minissdpd.service
	References: nfs-common.service
	References: exim4.service
	References: fprobe.service
	References: sysstat.service
	References: ntp.service
	References: acpi-support.service
	References: mysql.service
	References: speech-dispatcher.service
	References: tetrinetx.service
	References: postgresql.service
	References: gdomap.service
	References: nfdump.service
	References: xdm.service
	References: saned.service
	References: pxe.service
	ReferencedBy: graphical.target
	ReferencedBy: nfs-common.service
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit rescue.target:
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: runlevel1.target
	Name: rescue.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: sysinit.target
	Requires: rescue.service
	Wants: systemd-update-utmp-runlevel.service
	Conflicts: shutdown.target
	ConflictedBy: graphical.target
	ConflictedBy: multi-user.target
	Before: systemd-update-utmp-runlevel.service
	Before: multi-user.target
	After: sysinit.target
	After: rescue.service
	References: sysinit.target
	References: rescue.service
	References: systemd-update-utmp-runlevel.service
	References: shutdown.target
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit systemd-update-utmp-runlevel.service:
	Description: Update UTMP about System Runlevel Changes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-update-utmp-runlevel.service
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Tue 2014-11-11 23:56:31 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Requisite: systemd-update-utmp.service
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: rescue.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-update-utmp.service
	After: rescue.target
	After: graphical.target
	After: systemd-journald.socket
	After: system.slice
	After: multi-user.target
	After: var.mount
	After: -.mount
	References: shutdown.target
	References: systemd-update-utmp.service
	References: rescue.target
	References: graphical.target
	References: systemd-journald.socket
	References: system.slice
	References: multi-user.target
	References: var.mount
	References: -.mount
	ReferencedBy: graphical.target
	ReferencedBy: rescue.target
	ReferencedBy: multi-user.target
	RequiresMountsFor: /var/log/wtmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp runlevel
			PID: 2380
			Start Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit apache2.service:
	Description: LSB: Apache2 web server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:30 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	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/apache2.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: apache2.service
	Fragment Path: /run/systemd/generator.late/apache2.service
	Source Path: /etc/init.d/apache2
	Condition Timestamp: Tue 2014-11-11 23:56:30 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: exim4.service
	Before: graphical.target
	Before: shutdown.target
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: gdomap.service
	After: postgresql.service
	After: tetrinetx.service
	After: speech-dispatcher.service
	After: mysql.service
	After: acpi-support.service
	After: ntp.service
	After: sysstat.service
	After: fprobe.service
	After: minissdpd.service
	After: local-fs.target
	After: remote-fs.target
	After: network-online.target
	After: systemd-journald-dev-log.socket
	After: nss-lookup.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: local-fs.target
	References: remote-fs.target
	References: network-online.target
	References: systemd-journald-dev-log.socket
	References: nss-lookup.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/apache2 start
			PID: 1996
			Start Timestamp: Tue 2014-11-11 23:56:30 CET
			Exit Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/apache2 reload
	-> ExecStop:
		Command Line: /etc/init.d/apache2 stop
	SysVStartPriority: 16
-> 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: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/minissdpd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: minissdpd.service
	Fragment Path: /run/systemd/generator.late/minissdpd.service
	Source Path: /etc/init.d/minissdpd
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: graphical.target
	Before: shutdown.target
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	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: graphical.target
	References: shutdown.target
	References: apache2.service
	References: remote-fs.target
	References: local-fs.target
	References: network-online.target
	References: time-sync.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/minissdpd start
			PID: 1114
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/minissdpd reload
	-> ExecStop:
		Command Line: /etc/init.d/minissdpd stop
	SysVStartPriority: 14
-> 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-11-11 23:56:31 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	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/exim4.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: exim4.service
	Fragment Path: /run/systemd/generator.late/exim4.service
	Source Path: /etc/init.d/exim4
	Condition Timestamp: Tue 2014-11-11 23:56:31 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: graphical.target
	Before: shutdown.target
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: gdomap.service
	After: postgresql.service
	After: tetrinetx.service
	After: speech-dispatcher.service
	After: mysql.service
	After: acpi-support.service
	After: ntp.service
	After: sysstat.service
	After: fprobe.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: nss-lookup.target
	After: network-online.target
	After: time-sync.target
	After: clamav-daemon.service
	After: greylist.service
	After: spamassassin.service
	After: minissdpd.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	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: minissdpd.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/exim4 start
			PID: 2116
			Start Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/exim4 reload
	-> ExecStop:
		Command Line: /etc/init.d/exim4 stop
	SysVStartPriority: 17
-> Unit fprobe.service:
	Description: LSB: NetFlow Collector
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/fprobe.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: fprobe.service
	Fragment Path: /run/systemd/generator.late/fprobe.service
	Source Path: /etc/init.d/fprobe
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: exim4.service
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: network-online.target
	After: time-sync.target
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: apache2.service
	References: local-fs.target
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: network-online.target
	References: time-sync.target
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/fprobe start
			PID: 1143
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/fprobe stop
	SysVStartPriority: 15
-> Unit sysstat.service:
	Description: LSB: Start/stop sysstat's sadc
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/sysstat.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: sysstat.service
	Fragment Path: /run/systemd/generator.late/sysstat.service
	Source Path: /etc/init.d/sysstat
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: exim4.service
	Before: apache2.service
	Before: shutdown.target
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: remote-fs.target
	After: local-fs.target
	After: systemd-journald-dev-log.socket
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: exim4.service
	References: apache2.service
	References: remote-fs.target
	References: local-fs.target
	References: systemd-journald-dev-log.socket
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/sysstat start
			PID: 1145
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/sysstat reload
	-> ExecStop:
		Command Line: /etc/init.d/sysstat stop
	SysVStartPriority: 15
-> Unit ntp.service:
	Description: LSB: Start NTP daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/ntp.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: ntp.service
	Fragment Path: /run/systemd/generator.late/ntp.service
	Source Path: /etc/init.d/ntp
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: exim4.service
	Before: apache2.service
	Before: shutdown.target
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: network-online.target
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: exim4.service
	References: apache2.service
	References: network-online.target
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/ntp start
			PID: 1146
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/ntp stop
	SysVStartPriority: 15
-> Unit acpi-support.service:
	Description: LSB: Start some power management scripts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:29 CET
	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/acpi-support.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: acpi-support.service
	Fragment Path: /run/systemd/generator.late/acpi-support.service
	Source Path: /etc/init.d/acpi-support
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: exim4.service
	Before: apache2.service
	Before: shutdown.target
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: exim4.service
	References: apache2.service
	References: local-fs.target
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/acpi-support start
			PID: 1147
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:29 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/acpi-support stop
	SysVStartPriority: 15
-> Unit mysql.service:
	Description: LSB: Start and stop the mysql database server daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:30 CET
	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/mysql.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: mysql.service
	Fragment Path: /run/systemd/generator.late/mysql.service
	Source Path: /etc/init.d/mysql
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: exim4.service
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: network-online.target
	After: time-sync.target
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: apache2.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: network-online.target
	References: time-sync.target
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: exim4.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/mysql start
			PID: 1151
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:30 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/mysql reload
	-> ExecStop:
		Command Line: /etc/init.d/mysql stop
	SysVStartPriority: 15
-> Unit speech-dispatcher.service:
	Description: LSB: Speech Dispatcher
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/speech-dispatcher.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: speech-dispatcher.service
	Fragment Path: /run/systemd/generator.late/speech-dispatcher.service
	Source Path: /etc/init.d/speech-dispatcher
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: exim4.service
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: festival.service
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: apache2.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: festival.service
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/speech-dispatcher start
			PID: 1157
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/speech-dispatcher reload
	-> ExecStop:
		Command Line: /etc/init.d/speech-dispatcher stop
	SysVStartPriority: 15
-> Unit tetrinetx.service:
	Description: LSB: Init script for tetrinetx
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/tetrinetx.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: tetrinetx.service
	Fragment Path: /run/systemd/generator.late/tetrinetx.service
	Source Path: /etc/init.d/tetrinetx
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: exim4.service
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: apache2.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/tetrinetx start
			PID: 1162
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/tetrinetx stop
	SysVStartPriority: 15
-> Unit postgresql.service:
	Description: LSB: PostgreSQL RDBMS server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/postgresql.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: postgresql.service
	Fragment Path: /run/systemd/generator.late/postgresql.service
	Source Path: /etc/init.d/postgresql
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: exim4.service
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: local-fs.target
	After: remote-fs.target
	After: network-online.target
	After: time-sync.target
	After: systemd-journald-dev-log.socket
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: apache2.service
	References: local-fs.target
	References: remote-fs.target
	References: network-online.target
	References: time-sync.target
	References: systemd-journald-dev-log.socket
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: exim4.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/postgresql start
			PID: 1169
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/postgresql reload
	-> ExecStop:
		Command Line: /etc/init.d/postgresql stop
	SysVStartPriority: 15
-> Unit gdomap.service:
	Description: LSB: Start the GNUstep distributed object mapper
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/gdomap.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: gdomap.service
	Fragment Path: /run/systemd/generator.late/gdomap.service
	Source Path: /etc/init.d/gdomap
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: exim4.service
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	After: nfdump.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: minissdpd.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: apache2.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: minissdpd.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: nfdump.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/gdomap start
			PID: 1176
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/gdomap stop
	SysVStartPriority: 15
-> Unit nfdump.service:
	Description: LSB: netflow capture daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/nfdump.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: nfdump.service
	Fragment Path: /run/systemd/generator.late/nfdump.service
	Source Path: /etc/init.d/nfdump
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: apache2.service
	Before: multi-user.target
	After: pxe.service
	After: remote-fs.target
	After: network-online.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: gdomap.service
	References: postgresql.service
	References: tetrinetx.service
	References: speech-dispatcher.service
	References: mysql.service
	References: acpi-support.service
	References: ntp.service
	References: sysstat.service
	References: fprobe.service
	References: exim4.service
	References: apache2.service
	References: remote-fs.target
	References: network-online.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: xdm.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/nfdump start
			PID: 1116
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/nfdump stop
	SysVStartPriority: 14
-> Unit xdm.service:
	Description: LSB: The X Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	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/xdm.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: xdm.service
	Fragment Path: /run/systemd/generator.late/xdm.service
	Source Path: /etc/init.d/xdm
	DropIn Path: /run/systemd/generator/xdm.service.d/50-xdm-$x-display-manager.conf
	Condition Timestamp: Tue 2014-11-11 23:56:31 CET
	Condition Result: yes
	Requires: basic.target
	Wants: x-display-manager.target
	Wants: system.slice
	RequiredBy: x-display-manager.target
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: graphical.target
	Before: shutdown.target
	Before: x-display-manager.target
	Before: multi-user.target
	After: pxe.service
	After: local-fs.target
	After: remote-fs.target
	After: xfs.service
	After: nss-lookup.target
	After: slapd.service
	After: hal.service
	After: nfdump.service
	After: gdomap.service
	After: postgresql.service
	After: tetrinetx.service
	After: speech-dispatcher.service
	After: mysql.service
	After: acpi-support.service
	After: ntp.service
	After: sysstat.service
	After: fprobe.service
	After: minissdpd.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: local-fs.target
	References: remote-fs.target
	References: xfs.service
	References: nss-lookup.target
	References: slapd.service
	References: hal.service
	References: nfdump.service
	References: gdomap.service
	References: postgresql.service
	References: tetrinetx.service
	References: speech-dispatcher.service
	References: mysql.service
	References: acpi-support.service
	References: ntp.service
	References: sysstat.service
	References: fprobe.service
	References: minissdpd.service
	References: apache2.service
	References: x-display-manager.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: x-display-manager.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/xdm start
			PID: 2117
			Start Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/xdm reload
	-> ExecStop:
		Command Line: /etc/init.d/xdm stop
	SysVStartPriority: 17
-> Unit saned.service:
	Description: LSB: SANE network scanner server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: saned.service
	Fragment Path: /run/systemd/generator.late/saned.service
	Source Path: /etc/init.d/saned
	Condition Timestamp: Tue 2014-11-11 23:56:31 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: graphical.target
	Before: shutdown.target
	Before: multi-user.target
	After: pxe.service
	After: systemd-journald-dev-log.socket
	After: local-fs.target
	After: remote-fs.target
	After: dbus.socket
	After: avahi.service
	After: xdm.service
	After: nfdump.service
	After: gdomap.service
	After: postgresql.service
	After: tetrinetx.service
	After: speech-dispatcher.service
	After: mysql.service
	After: acpi-support.service
	After: ntp.service
	After: sysstat.service
	After: fprobe.service
	After: exim4.service
	After: minissdpd.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: systemd-journald-dev-log.socket
	References: local-fs.target
	References: remote-fs.target
	References: dbus.socket
	References: avahi.service
	References: xdm.service
	References: nfdump.service
	References: gdomap.service
	References: postgresql.service
	References: tetrinetx.service
	References: speech-dispatcher.service
	References: mysql.service
	References: acpi-support.service
	References: ntp.service
	References: sysstat.service
	References: fprobe.service
	References: exim4.service
	References: minissdpd.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: pxe.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/saned start
			PID: 2377
			Start Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Timestamp: Tue 2014-11-11 23:56:31 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/saned stop
	SysVStartPriority: 18
-> Unit pxe.service:
	Description: LSB: starts pxe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/pxe.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: pxe.service
	Fragment Path: /run/systemd/generator.late/pxe.service
	Source Path: /etc/init.d/pxe
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: network-online.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: graphical.target
	Before: shutdown.target
	Before: saned.service
	Before: xdm.service
	Before: nfdump.service
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: minissdpd.service
	Before: apache2.service
	Before: multi-user.target
	After: network-online.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: saned.service
	References: xdm.service
	References: nfdump.service
	References: gdomap.service
	References: postgresql.service
	References: tetrinetx.service
	References: speech-dispatcher.service
	References: mysql.service
	References: acpi-support.service
	References: ntp.service
	References: sysstat.service
	References: fprobe.service
	References: exim4.service
	References: minissdpd.service
	References: apache2.service
	References: network-online.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/pxe start
			PID: 1079
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/pxe stop
	SysVStartPriority: 1
-> Unit accounts-daemon.service:
	Description: Accounts Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/accounts-daemon.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: accounts-daemon.service
	Fragment Path: /lib/systemd/system/accounts-daemon.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1081
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Accounts
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/lib/accountsservice/accounts-daemon
			PID: 1081
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: basic.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Wants: sockets.target
	Wants: timers.target
	Wants: paths.target
	Wants: slices.target
	Wants: alsa-restore.service
	Wants: alsa-state.service
	Wants: console-kit-log-system-start.service
	RequiredBy: accounts-daemon.service
	RequiredBy: pxe.service
	RequiredBy: saned.service
	RequiredBy: dbus.service
	RequiredBy: xdm.service
	RequiredBy: gdm.service
	RequiredBy: systemd-user-sessions.service
	RequiredBy: getty at tty7.service
	RequiredBy: getty at tty1.service
	RequiredBy: rc-local.service
	RequiredBy: dnsmasq.service
	RequiredBy: nfdump.service
	RequiredBy: gdomap.service
	RequiredBy: postgresql.service
	RequiredBy: tetrinetx.service
	RequiredBy: speech-dispatcher.service
	RequiredBy: mysql.service
	RequiredBy: acpi-support.service
	RequiredBy: ntp.service
	RequiredBy: sysstat.service
	RequiredBy: fprobe.service
	RequiredBy: exim4.service
	RequiredBy: minissdpd.service
	RequiredBy: apache2.service
	RequiredBy: multi-user.target
	RequiredBy: systemd-logind.service
	RequiredBy: systemd-ask-password-wall.service
	RequiredBy: ModemManager.service
	RequiredBy: atd.service
	RequiredBy: rsyslog.service
	RequiredBy: avahi-daemon.service
	RequiredBy: cron.service
	RequiredBy: fstrim.service
	RequiredBy: pppd-dns.service
	RequiredBy: ssh.service
	RequiredBy: anacron.service
	RequiredBy: binfmt-support.service
	RequiredBy: NetworkManager.service
	RequiredBy: cups-browsed.service
	RequiredBy: cups.service
	RequiredBy: acpid.service
	RequiredBy: acpi-fakekey.service
	RequiredBy: uuidd.service
	RequiredBy: bluetooth.service
	RequiredBy: colord.service
	RequiredBy: polkitd.service
	RequiredBy: user at 111.service
	RequiredBy: upower.service
	RequiredBy: wpa_supplicant.service
	RequiredBy: rtkit-daemon.service
	RequiredBy: packagekit.service
	RequiredBy: console-kit-daemon.service
	RequiredBy: user at 1000.service
	RequiredBy: udisks2.service
	Conflicts: shutdown.target
	Before: accounts-daemon.service
	Before: pxe.service
	Before: saned.service
	Before: dbus.service
	Before: xdm.service
	Before: gdm.service
	Before: systemd-user-sessions.service
	Before: getty at tty7.service
	Before: getty at tty1.service
	Before: rc-local.service
	Before: dnsmasq.service
	Before: nfdump.service
	Before: gdomap.service
	Before: postgresql.service
	Before: tetrinetx.service
	Before: speech-dispatcher.service
	Before: mysql.service
	Before: acpi-support.service
	Before: ntp.service
	Before: sysstat.service
	Before: fprobe.service
	Before: exim4.service
	Before: minissdpd.service
	Before: apache2.service
	Before: multi-user.target
	Before: systemd-logind.service
	Before: systemd-ask-password-wall.service
	Before: ModemManager.service
	Before: atd.service
	Before: rsyslog.service
	Before: avahi-daemon.service
	Before: cron.service
	Before: fstrim.service
	Before: pppd-dns.service
	Before: ssh.service
	Before: anacron.service
	Before: binfmt-support.service
	Before: NetworkManager.service
	Before: cups-browsed.service
	Before: cups.service
	Before: acpid.service
	Before: acpi-fakekey.service
	Before: uuidd.service
	Before: bluetooth.service
	Before: colord.service
	Before: polkitd.service
	Before: user at 111.service
	Before: upower.service
	Before: wpa_supplicant.service
	Before: rtkit-daemon.service
	Before: packagekit.service
	Before: console-kit-daemon.service
	Before: user at 1000.service
	Before: udisks2.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: alsa-restore.service
	References: alsa-state.service
	References: console-kit-log-system-start.service
	References: shutdown.target
	ReferencedBy: accounts-daemon.service
	ReferencedBy: pxe.service
	ReferencedBy: saned.service
	ReferencedBy: dbus.service
	ReferencedBy: xdm.service
	ReferencedBy: gdm.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: getty at tty7.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: rc-local.service
	ReferencedBy: dnsmasq.service
	ReferencedBy: nfdump.service
	ReferencedBy: gdomap.service
	ReferencedBy: postgresql.service
	ReferencedBy: tetrinetx.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: mysql.service
	ReferencedBy: acpi-support.service
	ReferencedBy: ntp.service
	ReferencedBy: sysstat.service
	ReferencedBy: fprobe.service
	ReferencedBy: exim4.service
	ReferencedBy: minissdpd.service
	ReferencedBy: apache2.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-logind.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: ModemManager.service
	ReferencedBy: atd.service
	ReferencedBy: rsyslog.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: cron.service
	ReferencedBy: fstrim.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: ssh.service
	ReferencedBy: anacron.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: cups.service
	ReferencedBy: acpid.service
	ReferencedBy: acpi-fakekey.service
	ReferencedBy: uuidd.service
	ReferencedBy: bluetooth.service
	ReferencedBy: colord.service
	ReferencedBy: polkitd.service
	ReferencedBy: user at 111.service
	ReferencedBy: upower.service
	ReferencedBy: wpa_supplicant.service
	ReferencedBy: rtkit-daemon.service
	ReferencedBy: packagekit.service
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: user at 1000.service
	ReferencedBy: udisks2.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	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: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: timers.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: systemd-tmpfiles-clean.timer
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-tmpfiles-clean.timer
	After: fstrim.timer
	References: systemd-tmpfiles-clean.timer
	References: shutdown.target
	ReferencedBy: basic.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: fstrim.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: paths.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-ask-password-wall.path
	After: systemd-ask-password-console.path
	References: shutdown.target
	ReferencedBy: basic.target
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: systemd-ask-password-console.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit alsa-restore.service:
	Description: Restore Sound Card State
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: alsa-restore.service
	Fragment Path: /lib/systemd/system/alsa-restore.service
	ConditionPathExists: /var/lib/alsa/asound.state succeeded
	ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	After: alsa-state.service
	After: systemd-journald.socket
	After: system.slice
	References: alsa-state.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/alsactl -E HOME=/var/run/alsa restore
			PID: 1041
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit alsa-state.service:
	Description: Manage Sound Card State (restore and store)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: alsa-state.service
	Fragment Path: /lib/systemd/system/alsa-state.service
	ConditionPathExists: /etc/alsa/state-daemon.conf failed
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: no
	Wants: system.slice
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: alsa-restore.service
	After: sysinit.target
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: basic.target
	ReferencedBy: alsa-restore.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: 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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/alsactl -E HOME=/var/run/alsa -s -n 19 -c rdaemon
	-> ExecStop:
		Command Line: /usr/sbin/alsactl -E HOME=/var/run/alsa -s kill save_and_quit
	SysVStartPriority: 0
-> Unit console-kit-log-system-start.service:
	Description: Console System Startup Logging
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/console-kit-log-system-start.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: console-kit-log-system-start.service
	Fragment Path: /lib/systemd/system/console-kit-log-system-start.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: basic.target
	Before: shutdown.target
	After: sysinit.target
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: basic.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/ck-log-system-start
			PID: 1042
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-clean.timer
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Timer State: waiting
	Result: success
	Unit: systemd-tmpfiles-clean.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1min
	OnUnitActiveSec: 1d
	OnBootSec: 15min
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Wed 2014-11-12 00:10:51 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Wed 2014-11-12 00:10:51 CET
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-tmpfiles-clean.service
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Wed 2014-11-12 00:10:51 CET
	Condition Result: yes
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-tmpfiles-clean.timer
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: local-fs.target
	After: time-sync.target
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: systemd-tmpfiles-clean.timer
	References: shutdown.target
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: local-fs.target
	References: time-sync.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: systemd-tmpfiles-clean.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	IOSchedulingClass: idle
	IOPriority: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --clean
			PID: 3093
			Start Timestamp: Wed 2014-11-12 00:10:51 CET
			Exit Timestamp: Wed 2014-11-12 00:10:51 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dbus.socket
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: var.mount
	Requires: -.mount
	Wants: -.slice
	RequiredBy: dbus.service
	WantedBy: systemd-logind.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: saned.service
	Before: dbus.service
	Before: sockets.target
	Before: shutdown.target
	Before: systemd-logind.service
	After: sysinit.target
	After: -.slice
	After: var.mount
	After: -.mount
	Triggers: dbus.service
	References: dbus.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	References: var.mount
	References: -.mount
	ReferencedBy: saned.service
	ReferencedBy: dbus.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /var/run/dbus/system_bus_socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenStream: /var/run/dbus/system_bus_socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit 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
	CGroup members mask: 0x0
	Name: avahi.service
	Before: saned.service
	ReferencedBy: saned.service
-> 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-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dbus.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dbus.service
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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: dbus.socket
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	Main PID: 1063
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	OOMScoreAdjust: -900
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
			PID: 1063
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
	SysVStartPriority: 0
-> Unit xfs.service:
	Description: xfs.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: xfs.service
	Before: xdm.service
	ReferencedBy: xdm.service
-> Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: nss-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Source Path: /etc/insserv.conf.d/dnsmasq
	DropIn Path: /run/systemd/generator/nss-lookup.target.d/50-hard-dependency-dnsmasq-$named.conf
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: dnsmasq.service
	WantedBy: dnsmasq.service
	Conflicts: shutdown.target
	Before: xdm.service
	Before: exim4.service
	Before: apache2.service
	After: dnsmasq.service
	References: dnsmasq.service
	References: shutdown.target
	ReferencedBy: xdm.service
	ReferencedBy: dnsmasq.service
	ReferencedBy: exim4.service
	ReferencedBy: apache2.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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
	CGroup members mask: 0x0
	Name: slapd.service
	Before: xdm.service
	ReferencedBy: xdm.service
-> Unit hal.service:
	Description: hal.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: hal.service
	Before: xdm.service
	ReferencedBy: xdm.service
-> Unit x-display-manager.target:
	Description: X11 Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:31 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: x-display-manager.target
	Fragment Path: /lib/systemd/system/x-display-manager.target
	Source Path: /etc/insserv.conf.d/xdm
	DropIn Path: /run/systemd/generator/x-display-manager.target.d/50-hard-dependency-gdm3-$x-display-manager.conf
	DropIn Path: /run/systemd/generator/x-display-manager.target.d/50-hard-dependency-xdm-$x-display-manager.conf
	Condition Timestamp: Tue 2014-11-11 23:56:31 CET
	Condition Result: yes
	Requires: gdm.service
	Requires: xdm.service
	WantedBy: xdm.service
	WantedBy: gdm.service
	Conflicts: shutdown.target
	After: xdm.service
	After: gdm.service
	References: gdm.service
	References: xdm.service
	References: shutdown.target
	ReferencedBy: xdm.service
	ReferencedBy: gdm.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit gdm.service:
	Description: GNOME Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/gdm.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: gdm3.service
	Name: gdm.service
	Name: display-manager.service
	Fragment Path: /lib/systemd/system/gdm.service
	DropIn Path: /run/systemd/generator/gdm3.service.d/50-gdm3-$x-display-manager.conf
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: x-display-manager.target
	Wants: system.slice
	RequiredBy: x-display-manager.target
	WantedBy: graphical.target
	Conflicts: getty at tty7.service
	Conflicts: plymouth-quit.service
	Conflicts: shutdown.target
	Before: x-display-manager.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: getty at tty7.service
	After: plymouth-quit.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: getty at tty7.service
	References: plymouth-quit.service
	References: systemd-user-sessions.service
	References: x-display-manager.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: x-display-manager.target
	ReferencedBy: graphical.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	Main PID: 1142
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: syslog
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStartPre:
		Command Line: /bin/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/gdm3" ]'
			PID: 1119
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/share/gdm/generate-config
			PID: 1130
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/gdm3
			PID: 1142
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
		Command Line: /usr/share/gdm/generate-config
	SysVStartPriority: 0
-> Unit getty at tty7.service:
	Description: Getty on tty7
	Instance: tty7
	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-getty.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: getty at tty7.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
	Requires: basic.target
	Wants: system-getty.slice
	Conflicts: shutdown.target
	ConflictedBy: gdm.service
	Before: gdm.service
	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: gdm.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	Environment: LANG=
	Environment: LANGUAGE=
	Environment: LC_CTYPE=
	Environment: LC_NUMERIC=
	Environment: LC_TIME=
	Environment: LC_COLLATE=
	Environment: LC_MONETARY=
	Environment: LC_MESSAGES=
	Environment: LC_PAPER=
	Environment: LC_NAME=
	Environment: LC_ADDRESS=
	Environment: LC_TELEPHONE=
	Environment: LC_MEASUREMENT=
	Environment: LC_IDENTIFICATION=
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/tty7
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	UtmpIdentifier: tty7
	-> ExecStart:
		Command Line: /sbin/agetty --noclear %I $TERM
	SysVStartPriority: 0
-> Unit plymouth-quit.service:
	Description: plymouth-quit.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: plymouth-quit.service
	ConflictedBy: gdm.service
	Before: gdm.service
	ReferencedBy: gdm.service
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-user-sessions.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-user-sessions.service
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: gdm.service
	Before: shutdown.target
	Before: getty at tty7.service
	Before: getty at tty1.service
	Before: multi-user.target
	Before: systemd-ask-password-wall.service
	Before: user at 111.service
	Before: session-c1.scope
	Before: user at 1000.service
	Before: session-1.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: gdm.service
	ReferencedBy: getty at tty7.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: user at 111.service
	ReferencedBy: session-c1.scope
	ReferencedBy: user at 1000.service
	ReferencedBy: session-1.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-sessions start
			PID: 1062
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-sessions stop
	SysVStartPriority: 0
-> Unit plymouth-quit-wait.service:
	Description: plymouth-quit-wait.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: plymouth-quit-wait.service
	Before: getty at tty7.service
	Before: getty at tty1.service
	ReferencedBy: getty at tty7.service
	ReferencedBy: getty at tty1.service
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/rc-local.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: rc-local.service
	Fragment Path: /lib/systemd/system/rc-local.service
	ConditionFileIsExecutable: /etc/rc.local succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: getty at tty7.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: getty at tty7.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/rc.local start
			PID: 1060
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 99
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: getty.target
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty.target
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: getty at tty1.service
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: multi-user.target
	After: getty at tty7.service
	After: getty at tty1.service
	References: getty at tty1.service
	References: shutdown.target
	ReferencedBy: getty at tty7.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/system-getty.slice
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: system-getty.slice
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: getty at tty7.service
	WantedBy: getty at tty1.service
	Conflicts: shutdown.target
	Before: getty at tty7.service
	Before: shutdown.target
	Before: getty at tty1.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: getty at tty7.service
	ReferencedBy: getty at tty1.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit getty at tty1.service:
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-getty.slice
	CGroup: /system.slice/system-getty.slice/getty at tty1.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: getty at tty1.service
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty at .service
	ConditionPathExists: /dev/tty0 succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	Main PID: 1122
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	Environment: LANG=
	Environment: LANGUAGE=
	Environment: LC_CTYPE=
	Environment: LC_NUMERIC=
	Environment: LC_TIME=
	Environment: LC_COLLATE=
	Environment: LC_MONETARY=
	Environment: LC_MESSAGES=
	Environment: LC_PAPER=
	Environment: LC_NAME=
	Environment: LC_ADDRESS=
	Environment: LC_TELEPHONE=
	Environment: LC_MEASUREMENT=
	Environment: LC_IDENTIFICATION=
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/tty1
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	UtmpIdentifier: tty1
	-> ExecStart:
		Command Line: /sbin/agetty --noclear %I $TERM
			PID: 1122
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit dnsmasq.service:
	Description: dnsmasq - A lightweight DHCP and caching DNS server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/dnsmasq.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dnsmasq.service
	Fragment Path: /lib/systemd/system/dnsmasq.service
	DropIn Path: /run/systemd/generator/dnsmasq.service.d/50-dnsmasq-$named.conf
	DropIn Path: /run/systemd/generator/dnsmasq.service.d/50-insserv.conf-$named.conf
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: nss-lookup.target
	Wants: system.slice
	RequiredBy: nss-lookup.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: nss-lookup.target
	Before: shutdown.target
	Before: multi-user.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: nss-lookup.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: nss-lookup.target
	ReferencedBy: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1089
	Main PID Known: yes
	Main PID Alien: no
	BusName: uk.org.thekelleys.dnsmasq
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStartPre:
		Command Line: /usr/sbin/dnsmasq --test
			PID: 1059
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /etc/init.d/dnsmasq systemd-exec
			PID: 1089
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	-> ExecStartPost:
		Command Line: /etc/init.d/dnsmasq systemd-start-resolvconf
			PID: 1099
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	-> ExecStop:
		Command Line: /etc/init.d/dnsmasq systemd-stop-resolvconf
	SysVStartPriority: 0
-> Unit festival.service:
	Description: festival.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: festival.service
	Before: speech-dispatcher.service
	ReferencedBy: speech-dispatcher.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
	CGroup members 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
	CGroup members mask: 0x0
	Name: greylist.service
	Before: exim4.service
	ReferencedBy: exim4.service
-> Unit spamassassin.service:
	Description: spamassassin.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: spamassassin.service
	Before: exim4.service
	ReferencedBy: exim4.service
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: rescue.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	Requires: -.mount
	Wants: system.slice
	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
	After: system.slice
	After: -.mount
	References: shutdown.target
	References: sysinit.target
	References: plymouth-start.service
	References: system.slice
	References: -.mount
	ReferencedBy: rescue.target
	ReferencedBy: multi-user.target
	ReferencedBy: emergency.service
	RequiresMountsFor: /root
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	Environment: HOME=/root
	LimitNOFILE: 4096
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	-> ExecStartPre:
		Command Line: /bin/plymouth quit
		Command Line: /bin/echo -e 'Welcome to 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'
	SysVStartPriority: 0
-> Unit plymouth-start.service:
	Description: plymouth-start.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: plymouth-start.service
	Before: rescue.service
	Before: systemd-ask-password-console.path
	Before: systemd-ask-password-console.service
	ReferencedBy: rescue.service
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-console.service
-> Unit cups-browsed.service:
	Description: Make remote CUPS printers available locally
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/cups-browsed.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: cups-browsed.service
	Fragment Path: /lib/systemd/system/cups-browsed.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: cups.service
	Wants: avahi-daemon.service
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: cups.service
	After: avahi-daemon.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: cups.service
	References: avahi-daemon.service
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	Main PID: 1078
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/cups-browsed
			PID: 1078
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit NetworkManager.service:
	Description: Network Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/NetworkManager.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: NetworkManager.service
	Fragment Path: /lib/systemd/system/NetworkManager.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1047
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.NetworkManager
	Bus Name Good: yes
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/NetworkManager --no-daemon
			PID: 1047
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> 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: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: binfmt-support.service
	Documentation: man:update-binfmts(8)
	Fragment Path: /lib/systemd/system/binfmt-support.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/update-binfmts --enable
			PID: 1048
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit anacron.service:
	Description: Run anacron jobs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: anacron.service
	Fragment Path: /lib/systemd/system/anacron.service
	ConditionACPower: true failed
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: no
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/anacron -dsq
	SysVStartPriority: 0
-> Unit ssh.service:
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/ssh.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: ssh.service
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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: 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: multi-user.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	Main PID: 1049
	Main PID Known: yes
	Main PID Alien: no
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	EnvironmentFile: -/etc/default/ssh
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
			PID: 1049
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
			PID: 2913
			Start Timestamp: Tue 2014-11-11 23:56:43 CET
			Exit Timestamp: Tue 2014-11-11 23:56:43 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit pppd-dns.service:
	Description: Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: pppd-dns.service
	Fragment Path: /lib/systemd/system/pppd-dns.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/ppp/ip-down.d/0000usepeerdns
			PID: 1050
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Timestamp: Tue 2014-11-11 23:56:28 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit fstrim.timer:
	Description: Discard unused blocks once a week
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: fstrim.timer
	Documentation: man:fstrim
	Fragment Path: /lib/systemd/system/fstrim.timer
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: var.mount
	Requires: -.mount
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: fstrim.service
	Before: timers.target
	Before: shutdown.target
	Before: multi-user.target
	After: sysinit.target
	After: var.mount
	After: -.mount
	Triggers: fstrim.service
	References: fstrim.service
	References: timers.target
	References: sysinit.target
	References: shutdown.target
	References: var.mount
	References: -.mount
	ReferencedBy: multi-user.target
	RequiresMountsFor: /var/lib/systemd/timers
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Timer State: waiting
	Result: success
	Unit: fstrim.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1h
	OnCalendar: Mon *-*-* 00:00:00
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/cron.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: cron.service
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	Main PID: 1053
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	EnvironmentFile: -/etc/default/cron
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/cron -f $EXTRA_OPTS
			PID: 1053
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit avahi-daemon.service:
	Description: Avahi mDNS/DNS-SD Stack
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: avahi-daemon.service
	Fragment Path: /lib/systemd/system/avahi-daemon.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: avahi-daemon.socket
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	WantedBy: cups-browsed.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: cups-browsed.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: avahi-daemon.socket
	TriggeredBy: avahi-daemon.socket
	References: avahi-daemon.socket
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: cups-browsed.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	Main PID: 1054
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Avahi
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/avahi-daemon -s
			PID: 1054
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	-> ExecReload:
		Command Line: /usr/sbin/avahi-daemon -r
	SysVStartPriority: 0
	Status Text: avahi-daemon 0.6.31 starting up.
-> Unit rsyslog.service:
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/rsyslog.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: rsyslog.service
	Name: syslog.service
	Documentation: man:rsyslogd(8)
	Documentation: http://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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: basic.target
	After: system.slice
	After: syslog.socket
	TriggeredBy: syslog.socket
	References: syslog.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: syslog.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	Main PID: 1055
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n
			PID: 1055
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit atd.service:
	Description: Deferred execution scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/atd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: atd.service
	Documentation: man:atd(8)
	Fragment Path: /lib/systemd/system/atd.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	Main PID: 1056
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/atd -f
			PID: 1056
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit ModemManager.service:
	Description: Modem Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/ModemManager.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: ModemManager.service
	Fragment Path: /lib/systemd/system/ModemManager.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	After: syslog.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: syslog.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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-abort
	NotifyAccess: none
	Main PID: 1057
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ModemManager1
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: null
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/ModemManager
			PID: 1057
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit systemd-ask-password-wall.path:
	Description: Forward Password Requests to Wall Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-wall.path
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-wall.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-logind.service:
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-logind.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: systemd-logind.service
	Documentation: man:systemd-logind.service(8)
	Documentation: man:logind.conf(5)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
	Fragment Path: /lib/systemd/system/systemd-logind.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	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-c1.scope
	Before: session-1.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-c1.scope
	ReferencedBy: session-1.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: main
	Main PID: 1058
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.login1
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 16384
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
			PID: 1058
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
	Status Text: Processing requests...
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: user.slice
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: -.slice
	WantedBy: systemd-logind.service
	WantedBy: user-111.slice
	WantedBy: user-1000.slice
	Conflicts: shutdown.target
	Before: systemd-logind.service
	Before: slices.target
	Before: shutdown.target
	Before: user-111.slice
	Before: user-1000.slice
	After: -.slice
	References: slices.target
	References: shutdown.target
	References: -.slice
	ReferencedBy: systemd-logind.service
	ReferencedBy: user-111.slice
	ReferencedBy: user-1000.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	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
	CGroup members mask: 0x0
	Name: nss-user-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Conflicts: shutdown.target
	Before: systemd-logind.service
	References: shutdown.target
	ReferencedBy: systemd-logind.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit systemd-ask-password-wall.service:
	Description: Forward Password Requests to Wall
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-wall.service
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
	Requires: 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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStartPre:
		Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --wall
	SysVStartPriority: 0
-> Unit syslog.target:
	Description: syslog.target
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: syslog.target
	Before: ModemManager.service
	Before: console-kit-daemon.service
	ReferencedBy: ModemManager.service
	ReferencedBy: console-kit-daemon.service
-> 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: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: avahi-daemon.socket
	Fragment Path: /lib/systemd/system/avahi-daemon.socket
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: var.mount
	Requires: -.mount
	Wants: -.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: -.slice
	After: var.mount
	After: -.mount
	Triggers: avahi-daemon.service
	References: avahi-daemon.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	References: var.mount
	References: -.mount
	ReferencedBy: avahi-daemon.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /var/run/avahi-daemon/socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenStream: /var/run/avahi-daemon/socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit fstrim.service:
	Description: Discard unused blocks
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: fstrim.service
	Fragment Path: /lib/systemd/system/fstrim.service
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: fstrim.timer
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	TriggeredBy: fstrim.timer
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: fstrim.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/fstrim -a
	SysVStartPriority: 0
-> Unit auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: auditd.service
	Before: ssh.service
	Before: systemd-update-utmp.service
	ReferencedBy: ssh.service
	ReferencedBy: systemd-update-utmp.service
-> Unit cups.service:
	Description: CUPS Printing Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/cups.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: cups.service
	Documentation: man:cupsd(8)
	Documentation: man:cupsd.conf(5)
	Fragment Path: /lib/systemd/system/cups.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: cups.socket
	Requires: basic.target
	Requires: tmp.mount
	Requires: var.mount
	Requires: -.mount
	Wants: system.slice
	WantedBy: cups-browsed.service
	Conflicts: shutdown.target
	Before: cups-browsed.service
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: cups.socket
	After: tmp.mount
	After: var.mount
	After: -.mount
	TriggeredBy: cups.socket
	References: cups.socket
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: tmp.mount
	References: var.mount
	References: -.mount
	ReferencedBy: cups-browsed.service
	ReferencedBy: cups.socket
	RequiresMountsFor: /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	Main PID: 1046
	Main PID Known: yes
	Main PID Alien: no
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/cupsd -f
			PID: 1046
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit cups.socket:
	Description: CUPS Printing Service Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: cups.socket
	Fragment Path: /lib/systemd/system/cups.socket
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: var.mount
	Requires: -.mount
	Wants: -.slice
	RequiredBy: cups.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: cups.service
	Before: sockets.target
	Before: shutdown.target
	After: sysinit.target
	After: -.slice
	After: var.mount
	After: -.mount
	Triggers: cups.service
	References: cups.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	References: var.mount
	References: -.mount
	ReferencedBy: cups.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /var/run/cups/cups.sock
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: running
	Result: success
	BindIPv6Only: ipv6-only
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenStream: /var/run/cups/cups.sock
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit keymap.service:
	Description: keymap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: keymap.service
	Before: keyboard-setup.service
	ReferencedBy: keyboard-setup.service
-> Unit systemd-udev-settle.service:
	Description: udev Wait for Complete Device Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/systemd-udev-settle.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members 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 succeeded
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: systemd-udevd.service
	Wants: system.slice
	WantedBy: lvm2-activation.service
	WantedBy: lvm2-activation-early.service
	Before: udev-finish.service
	Before: sysinit.target
	Before: lvm2-activation-early.service
	After: systemd-udev-trigger.service
	After: systemd-journald.socket
	After: system.slice
	References: systemd-udevd.service
	References: systemd-udev-trigger.service
	References: sysinit.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: udev-finish.service
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/udevadm settle
			PID: 577
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:27 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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
	CGroup members 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
	CGroup members mask: 0x0
	Name: var-lock.mount
	After: debian-fixup.service
	ReferencedBy: debian-fixup.service
-> 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: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: proc-sys-fs-binfmt_misc.mount
	Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	After: proc-sys-fs-binfmt_misc.automount
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	TriggeredBy: proc-sys-fs-binfmt_misc.automount
	References: systemd-journald.socket
	References: system.slice
	References: -.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	RequiresMountsFor: /proc/sys/fs
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-ask-password-console.service:
	Description: Dispatch Password Requests to Console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-ask-password-console.service
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
	ConditionPathExists: !/run/plymouth/pid untested
	Wants: system.slice
	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
	After: system.slice
	TriggeredBy: systemd-ask-password-console.path
	References: shutdown.target
	References: plymouth-start.service
	References: systemd-vconsole-setup.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: systemd-ask-password-console.path
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --watch --console
	SysVStartPriority: 0
-> Unit systemd-vconsole-setup.service:
	Description: systemd-vconsole-setup.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-vconsole-setup.service
	Before: systemd-ask-password-console.service
	ReferencedBy: systemd-ask-password-console.service
-> Unit dm-event.socket:
	Description: Device-mapper event daemon FIFOs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dm-event.socket
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.socket
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Wants: -.slice
	RequiredBy: lvm2-monitor.service
	RequiredBy: dm-event.service
	WantedBy: sockets.target
	Before: lvm2-monitor.service
	Before: dm-event.service
	After: -.slice
	After: var.mount
	After: -.mount
	Triggers: dm-event.service
	References: dm-event.service
	References: -.slice
	References: var.mount
	References: -.mount
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: dm-event.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /var/run/dmeventd-server /var/run/dmeventd-client
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	ListenFIFO: /var/run/dmeventd-server
	ListenFIFO: /var/run/dmeventd-client
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit lvm2-lvmetad.service:
	Description: LVM2 metadata daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-lvmetad.service
	Documentation: man:lvmetad(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
	Requires: lvm2-lvmetad.socket
	Wants: system.slice
	Conflicts: shutdown.target
	Before: lvm2-monitor.service
	After: lvm2-lvmetad.socket
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: lvm2-lvmetad.socket
	References: lvm2-lvmetad.socket
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: lvm2-lvmetad.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-abort
	NotifyAccess: none
	PIDFile: /var/run/lvmetad.pid
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: yes
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	Environment: SD_ACTIVATION=1
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/lvmetad -f
	SysVStartPriority: 0
-> Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dm-event.service
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.service
	Requires: dm-event.socket
	Wants: system.slice
	Before: local-fs.target
	After: dm-event.socket
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: dm-event.socket
	References: dm-event.socket
	References: local-fs.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: dm-event.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	PIDFile: /var/run/dmeventd.pid
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	Environment: SD_ACTIVATION=1
	OOMScoreAdjust: -1000
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/dmeventd -f
	SysVStartPriority: 0
-> Unit dev-mapper-doraemon\x2dswap.swap:
	Description: /dev/mapper/doraemon-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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-doraemon\x2dswap.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2dswap.swap
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following: dev-dm\x2d1.swap
	Following Set Member: dev-doraemon-swap.swap
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Following Set Member: dev-dm\x2d1.swap
	Fragment Path: /run/systemd/generator/dev-mapper-doraemon\x2dswap.swap
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	BindsTo: dev-mapper-doraemon\x2dswap.device
	RequiredBy: swap.target
	WantedBy: swap.target
	WantedBy: dev-mapper-doraemon\x2dswap.device
	Conflicts: umount.target
	Before: umount.target
	Before: swap.target
	After: dev-mapper-doraemon\x2dswap.device
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: dev-mapper-doraemon\x2dswap.device
	References: systemd-journald.socket
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/mapper/doraemon-swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/mapper/doraemon-swap
	From /proc/swaps: yes
	From fragment: yes
	Device Node: /dev/dm-1
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-mapper-doraemon\x2dswap.device:
	Description: /dev/mapper/doraemon-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2dswap.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-doraemon-swap.device
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Job Timeout: 1min 30s
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: dev-mapper-doraemon\x2dswap.swap
	BoundBy: dev-mapper-doraemon\x2dswap.swap
	Before: dev-mapper-doraemon\x2dswap.swap
	ReferencedBy: dev-mapper-doraemon\x2dswap.swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit uuidd.socket:
	Description: UUID daemon activation socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: uuidd.socket
	Fragment Path: /lib/systemd/system/uuidd.socket
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Wants: -.slice
	RequiredBy: uuidd.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: uuidd.service
	Before: sockets.target
	Before: shutdown.target
	After: sysinit.target
	After: -.slice
	After: -.mount
	Triggers: uuidd.service
	References: uuidd.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	References: -.mount
	ReferencedBy: sockets.target
	ReferencedBy: uuidd.service
	RequiresMountsFor: /run/uuidd/request
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenStream: /run/uuidd/request
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit acpi-fakekey.socket:
	Description: ACPI fakekey daemon FIFO
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: acpi-fakekey.socket
	Fragment Path: /lib/systemd/system/acpi-fakekey.socket
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: var.mount
	Requires: -.mount
	Wants: -.slice
	RequiredBy: acpi-fakekey.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: acpi-fakekey.service
	Before: sockets.target
	Before: shutdown.target
	After: sysinit.target
	After: -.slice
	After: var.mount
	After: -.mount
	Triggers: acpi-fakekey.service
	References: acpi-fakekey.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	References: var.mount
	References: -.mount
	ReferencedBy: sockets.target
	ReferencedBy: acpi-fakekey.service
	RequiresMountsFor: /var/run/acpi_fakekey
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0200
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenFIFO: /var/run/acpi_fakekey
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit acpid.socket:
	Description: ACPID Listen Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: acpid.socket
	Fragment Path: /lib/systemd/system/acpid.socket
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Wants: -.slice
	RequiredBy: acpid.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: acpid.service
	Before: sockets.target
	Before: shutdown.target
	After: sysinit.target
	After: -.slice
	After: -.mount
	Triggers: acpid.service
	References: acpid.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	References: -.mount
	ReferencedBy: sockets.target
	ReferencedBy: acpid.service
	RequiresMountsFor: /run/acpid.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenStream: /run/acpid.socket
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-shutdownd.socket:
	Description: Delayed Shutdown Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-shutdownd.socket
	Documentation: man:systemd-shutdownd.service(8)
	Fragment Path: /lib/systemd/system/systemd-shutdownd.socket
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	WantedBy: sockets.target
	Before: sockets.target
	Before: systemd-shutdownd.service
	After: -.slice
	After: -.mount
	Triggers: systemd-shutdownd.service
	References: sockets.target
	References: systemd-shutdownd.service
	References: -.slice
	References: -.mount
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/systemd/shutdownd
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenDatagram: /run/systemd/shutdownd
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-initctl.socket:
	Description: /dev/initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-initctl.socket
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	WantedBy: sockets.target
	Before: sockets.target
	Before: systemd-initctl.service
	After: -.slice
	After: -.mount
	Triggers: systemd-initctl.service
	References: sockets.target
	References: systemd-initctl.service
	References: -.slice
	References: -.mount
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/systemd/initctl/fifo
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	ListenFIFO: /run/systemd/initctl/fifo
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit systemd-initctl.service:
	Description: /dev/initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-initctl.service
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	Wants: system.slice
	After: systemd-initctl.socket
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: systemd-initctl.socket
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: systemd-initctl.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	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
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-initctl
	SysVStartPriority: 0
-> 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
	CGroup members mask: 0x0
	Name: systemd-shutdownd.service
	Documentation: man:systemd-shutdownd.service(8)
	Fragment Path: /lib/systemd/system/systemd-shutdownd.service
	Wants: system.slice
	After: systemd-shutdownd.socket
	After: systemd-journald.socket
	After: system.slice
	TriggeredBy: systemd-shutdownd.socket
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: systemd-shutdownd.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: all
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-shutdownd
	SysVStartPriority: 0
-> Unit acpid.service:
	Description: ACPI event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: acpid.service
	Fragment Path: /lib/systemd/system/acpid.service
	Requires: acpid.socket
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: acpid.socket
	After: basic.target
	After: system.slice
	TriggeredBy: acpid.socket
	References: acpid.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: acpid.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	EnvironmentFile: /etc/default/acpid
	LimitNOFILE: 4096
	StandardInput: socket
	StandardOutput: inherit
	StandardError: inherit
	-> ExecStart:
		Command Line: /usr/sbin/acpid $OPTIONS
	SysVStartPriority: 0
-> Unit acpi-fakekey.service:
	Description: ACPI fakekey daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: acpi-fakekey.service
	Fragment Path: /lib/systemd/system/acpi-fakekey.service
	Requires: acpi-fakekey.socket
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: acpi-fakekey.socket
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	TriggeredBy: acpi-fakekey.socket
	References: acpi-fakekey.socket
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: acpi-fakekey.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/acpi_fakekeyd -f
	SysVStartPriority: 0
-> Unit uuidd.service:
	Description: Daemon for generating UUIDs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: uuidd.service
	Fragment Path: /lib/systemd/system/uuidd.service
	Requires: uuidd.socket
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: uuidd.socket
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	TriggeredBy: uuidd.socket
	References: uuidd.socket
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: uuidd.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: uuidd
	Group: uuidd
	-> ExecStart:
		Command Line: /usr/sbin/uuidd --socket-activation
	SysVStartPriority: 0
-> 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
	CGroup members 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: systemd-readahead-done.service
	References: graphical.target
	ReferencedBy: systemd-readahead-collect.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Timer State: dead
	Result: success
	Unit: systemd-readahead-done.service
	Persistent: no
	WakeSystem: no
	Accuracy: 1s
	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
	CGroup members 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
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-readahead-done.timer
	After: systemd-journald.socket
	After: system.slice
	After: graphical.target
	TriggeredBy: systemd-readahead-done.timer
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	References: graphical.target
	ReferencedBy: systemd-readahead-done.timer
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemd-notify --readahead=done
	SysVStartPriority: 0
-> Unit systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service:
	Description: File System Check on /dev/disk/by-uuid/99e39032-4a2f-46d5-97d0-ebf1ff075abe
	Instance: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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
	CGroup members mask: 0x0
	Name: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	RequiredByOverridable: boot.mount
	Before: boot.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-fsck-root.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system-systemd\x2dfsck.slice
	ReferencedBy: boot.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
			PID: 866
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device:
	Description: C400-MTFDDAK256MAM 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Job Timeout: 1min 30s
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: boot.mount
	BoundBy: boot.mount
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Before: boot.mount
	Before: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	ReferencedBy: boot.mount
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit system-systemd\x2dfsck.slice:
	Description: system-systemd\x2dfsck.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: system-systemd\x2dfsck.slice
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	WantedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	WantedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	WantedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	WantedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	WantedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Conflicts: shutdown.target
	Before: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	Before: shutdown.target
	Before: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Before: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit systemd-fsck at dev-mapper-doraemon\x2dhome.service:
	Description: File System Check on /dev/mapper/doraemon-home
	Instance: dev-mapper-doraemon\x2dhome
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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
	CGroup members mask: 0x0
	Name: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-mapper-doraemon\x2dhome.device
	RequiredByOverridable: home.mount
	Before: home.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-mapper-doraemon\x2dhome.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-mapper-doraemon\x2dhome.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-fsck-root.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system-systemd\x2dfsck.slice
	ReferencedBy: home.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
			PID: 851
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-mapper-doraemon\x2dhome.device:
	Description: /dev/mapper/doraemon-home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2dhome.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-doraemon-home.device
	Following Set Member: dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device
	Following Set Member: dev-dm\x2d6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Job Timeout: 1min 30s
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: home.mount
	BoundBy: home.mount
	BoundBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	Before: home.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	ReferencedBy: home.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dhome.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit systemd-fsck at dev-mapper-doraemon\x2dopt.service:
	Description: File System Check on /dev/mapper/doraemon-opt
	Instance: dev-mapper-doraemon\x2dopt
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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
	CGroup members mask: 0x0
	Name: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-mapper-doraemon\x2dopt.device
	RequiredByOverridable: opt.mount
	Before: opt.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-mapper-doraemon\x2dopt.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-mapper-doraemon\x2dopt.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-fsck-root.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system-systemd\x2dfsck.slice
	ReferencedBy: opt.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
			PID: 854
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-mapper-doraemon\x2dopt.device:
	Description: /dev/mapper/doraemon-opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2dopt.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-doraemon-opt.device
	Following Set Member: dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Job Timeout: 1min 30s
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: opt.mount
	BoundBy: opt.mount
	BoundBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	Before: opt.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	ReferencedBy: opt.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dopt.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit systemd-fsck at dev-mapper-doraemon\x2dtmp.service:
	Description: File System Check on /dev/mapper/doraemon-tmp
	Instance: dev-mapper-doraemon\x2dtmp
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-mapper-doraemon\x2dtmp.device
	RequiredByOverridable: tmp.mount
	Before: tmp.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-mapper-doraemon\x2dtmp.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-mapper-doraemon\x2dtmp.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-fsck-root.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system-systemd\x2dfsck.slice
	ReferencedBy: tmp.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
			PID: 785
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-mapper-doraemon\x2dtmp.device:
	Description: /dev/mapper/doraemon-tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2dtmp.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-doraemon-tmp.device
	Following Set Member: dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	Job Timeout: 1min 30s
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: tmp.mount
	BoundBy: tmp.mount
	BoundBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	Before: tmp.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	ReferencedBy: tmp.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dtmp.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit systemd-fsck at dev-mapper-doraemon\x2dusr.service:
	Description: File System Check on /dev/mapper/doraemon-usr
	Instance: dev-mapper-doraemon\x2dusr
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-mapper-doraemon\x2dusr.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-mapper-doraemon\x2dusr.device
	RequiredByOverridable: usr.mount
	Before: usr.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-mapper-doraemon\x2dusr.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-mapper-doraemon\x2dusr.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-fsck-root.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system-systemd\x2dfsck.slice
	ReferencedBy: usr.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
			PID: 761
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-mapper-doraemon\x2dusr.device:
	Description: /dev/mapper/doraemon-usr
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2dusr.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-doraemon-usr.device
	Following Set Member: dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Job Timeout: 1min 30s
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: usr.mount
	BoundBy: usr.mount
	BoundBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	Before: usr.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	ReferencedBy: usr.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dusr.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit systemd-fsck at dev-mapper-doraemon\x2dvar.service:
	Description: File System Check on /dev/mapper/doraemon-var
	Instance: dev-mapper-doraemon\x2dvar
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-mapper-doraemon\x2dvar.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-mapper-doraemon\x2dvar.device
	RequiredByOverridable: var.mount
	Before: var.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-mapper-doraemon\x2dvar.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-mapper-doraemon\x2dvar.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-fsck-root.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system-systemd\x2dfsck.slice
	ReferencedBy: var.mount
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck %f
			PID: 778
			Start Timestamp: Tue 2014-11-11 23:56:22 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-mapper-doraemon\x2dvar.device:
	Description: /dev/mapper/doraemon-var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2dvar.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-doraemon-var.device
	Following Set Member: dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Job Timeout: 1min 30s
	Condition Timestamp: Tue 2014-11-11 23:56:22 CET
	Condition Result: yes
	Wants: var.mount
	BoundBy: var.mount
	BoundBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	Before: var.mount
	Before: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	ReferencedBy: var.mount
	ReferencedBy: systemd-fsck at dev-mapper-doraemon\x2dvar.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit alsa-store.service:
	Description: Store Sound Card State
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: alsa-store.service
	Fragment Path: /lib/systemd/system/alsa-store.service
	ConditionPathExists: !/etc/alsa/state-daemon.conf untested
	Wants: system.slice
	WantedBy: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: shutdown.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/alsactl -E HOME=/var/run/alsa store
	SysVStartPriority: 0
-> Unit sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device:
	Description: 7 Series/C210 Series Chipset Family KT Controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device
	Following Set Member: dev-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/tty/ttyS0
-> Unit dev-ttyS0.device:
	Description: 7 Series/C210 Series Chipset Family KT Controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS0.device
	Following: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-platform-serial8250-tty-ttyS1.device
	Following Set Member: dev-ttyS1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS1.device
	Following: sys-devices-platform-serial8250-tty-ttyS1.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-platform-serial8250-tty-ttyS2.device
	Following Set Member: dev-ttyS2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS2.device
	Following: sys-devices-platform-serial8250-tty-ttyS2.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-platform-serial8250-tty-ttyS3.device
	Following Set Member: dev-ttyS3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyS3.device
	Following: sys-devices-platform-serial8250-tty-ttyS3.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit sys-devices-pci0000:00-0000:00:19.0-net-eth0.device:
	Description: 82579LM Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:19.0-net-eth0.device
	Following Set Member: sys-subsystem-net-devices-eth0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0
-> Unit sys-subsystem-net-devices-eth0.device:
	Description: 82579LM Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-net-devices-eth0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:19.0-net-eth0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: C400-MTFDDAK256MAM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-sda.device:
	Description: C400-MTFDDAK256MAM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A.device:
	Description: C400-MTFDDAK256MAM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-disk-by\x2did-wwn\x2d0x500a07510352d97a.device:
	Description: C400-MTFDDAK256MAM
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A.device
	Following Set Member: dev-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device
	Following Set Member: dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device
	Following Set Member: dev-doraemon-usr.device
	Following Set Member: dev-mapper-doraemon\x2dusr.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d2.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device
	Following Set Member: dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device
	Following Set Member: dev-doraemon-usr.device
	Following Set Member: dev-mapper-doraemon\x2dusr.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device:
	Description: /dev/disk/by-id/dm-name-doraemon-usr
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device
	Following Set Member: dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device
	Following Set Member: dev-doraemon-usr.device
	Following Set Member: dev-mapper-doraemon\x2dusr.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device
	Following Set Member: dev-doraemon-usr.device
	Following Set Member: dev-mapper-doraemon\x2dusr.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device:
	Description: /dev/disk/by-uuid/9b40cb50-09aa-4cb3-bca6-e8ba4d44cb77
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-doraemon-usr.device
	Following Set Member: dev-mapper-doraemon\x2dusr.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-doraemon-usr.device:
	Description: /dev/doraemon/usr
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-doraemon-usr.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-9b40cb50\x2d09aa\x2d4cb3\x2dbca6\x2de8ba4d44cb77.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXsD0EhM5xPHVkag67zTEIokclFfkhpeSE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dusr.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-mapper-doraemon\x2dusr.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-2
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device
	Following Set Member: dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device
	Following Set Member: dev-doraemon-root.device
	Following Set Member: dev-mapper-doraemon\x2droot.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d0.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device
	Following Set Member: dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device
	Following Set Member: dev-doraemon-root.device
	Following Set Member: dev-mapper-doraemon\x2droot.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device:
	Description: /dev/disk/by-id/dm-name-doraemon-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device
	Following Set Member: dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device
	Following Set Member: dev-doraemon-root.device
	Following Set Member: dev-mapper-doraemon\x2droot.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device
	Following Set Member: dev-doraemon-root.device
	Following Set Member: dev-mapper-doraemon\x2droot.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device:
	Description: /dev/disk/by-uuid/b3e5df0b-c22a-4b50-9254-aedeef23f2ea
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-doraemon-root.device
	Following Set Member: dev-mapper-doraemon\x2droot.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-doraemon-root.device:
	Description: /dev/doraemon/root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-doraemon-root.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-doraemon\x2droot.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-mapper-doraemon\x2droot.device:
	Description: /dev/mapper/doraemon-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-mapper-doraemon\x2droot.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-doraemon-root.device
	Following Set Member: dev-disk-by\x2duuid-b3e5df0b\x2dc22a\x2d4b50\x2d9254\x2daedeef23f2ea.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXAEDiU8erLwa49SNOiGW3Nrhcv6nVWINA.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2droot.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-0
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device
	Following Set Member: dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device
	Following Set Member: dev-doraemon-var.device
	Following Set Member: dev-mapper-doraemon\x2dvar.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d3.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device
	Following Set Member: dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device
	Following Set Member: dev-doraemon-var.device
	Following Set Member: dev-mapper-doraemon\x2dvar.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device:
	Description: /dev/disk/by-id/dm-name-doraemon-var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device
	Following Set Member: dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device
	Following Set Member: dev-doraemon-var.device
	Following Set Member: dev-mapper-doraemon\x2dvar.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device
	Following Set Member: dev-doraemon-var.device
	Following Set Member: dev-mapper-doraemon\x2dvar.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device:
	Description: /dev/disk/by-uuid/e44c8ca6-c578-4d84-9c72-56172a3f85e5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-doraemon-var.device
	Following Set Member: dev-mapper-doraemon\x2dvar.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-doraemon-var.device:
	Description: /dev/doraemon/var
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-doraemon-var.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2duuid-e44c8ca6\x2dc578\x2d4d84\x2d9c72\x2d56172a3f85e5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icX90Oj1voINNucaR3RrqzdYATfDdk3ywFE.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dvar.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-mapper-doraemon\x2dvar.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-3
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device
	Following Set Member: dev-doraemon-swap.device
	Following Set Member: dev-mapper-doraemon\x2dswap.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d1.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device
	Following Set Member: dev-doraemon-swap.device
	Following Set Member: dev-mapper-doraemon\x2dswap.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device:
	Description: /dev/disk/by-id/dm-name-doraemon-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device
	Following Set Member: dev-doraemon-swap.device
	Following Set Member: dev-mapper-doraemon\x2dswap.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device
	Following Set Member: dev-doraemon-swap.device
	Following Set Member: dev-mapper-doraemon\x2dswap.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device:
	Description: /dev/disk/by-uuid/adc7b8ed-0907-44de-8cfb-b70f1f633bf2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-doraemon-swap.device
	Following Set Member: dev-mapper-doraemon\x2dswap.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-doraemon-swap.device:
	Description: /dev/doraemon/swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-doraemon-swap.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-doraemon\x2dswap.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-1
-> 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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device
	Following Set Member: dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device
	Following Set Member: dev-doraemon-tmp.device
	Following Set Member: dev-mapper-doraemon\x2dtmp.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d4.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device
	Following Set Member: dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device
	Following Set Member: dev-doraemon-tmp.device
	Following Set Member: dev-mapper-doraemon\x2dtmp.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device:
	Description: /dev/disk/by-id/dm-name-doraemon-tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device
	Following Set Member: dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device
	Following Set Member: dev-doraemon-tmp.device
	Following Set Member: dev-mapper-doraemon\x2dtmp.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device
	Following Set Member: dev-doraemon-tmp.device
	Following Set Member: dev-mapper-doraemon\x2dtmp.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device:
	Description: /dev/disk/by-uuid/cac5d3b3-6841-46b5-a028-a42997dc4bda
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-doraemon-tmp.device
	Following Set Member: dev-mapper-doraemon\x2dtmp.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-doraemon-tmp.device:
	Description: /dev/doraemon/tmp
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-doraemon-tmp.device
	Following: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-disk-by\x2duuid-cac5d3b3\x2d6841\x2d46b5\x2da028\x2da42997dc4bda.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXxdKFBP41E8CYkXzVdEOakqBSwyQRi4pC.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dtmp.device
	Following Set Member: dev-dm\x2d4.device
	Following Set Member: sys-devices-virtual-block-dm\x2d4.device
	Following Set Member: dev-mapper-doraemon\x2dtmp.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-dm\x2d1.swap:
	Description: /dev/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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: 0x10
	CGroup members mask: 0x0
	Name: dev-dm\x2d1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Following Set Member: dev-doraemon-swap.swap
	Following Set Member: dev-mapper-doraemon\x2dswap.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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/dm-1
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap:
	Description: /dev/disk/by-id/dm-name-doraemon-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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\x2ddoraemon\x2dswap.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Following: dev-dm\x2d1.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Following Set Member: dev-doraemon-swap.swap
	Following Set Member: dev-mapper-doraemon\x2dswap.swap
	Following Set Member: 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-doraemon-swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/disk/by-id/dm-name-doraemon-swap
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Following: dev-dm\x2d1.swap
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Following Set Member: dev-doraemon-swap.swap
	Following Set Member: dev-mapper-doraemon\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Following Set Member: 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-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap:
	Description: /dev/disk/by-uuid/adc7b8ed-0907-44de-8cfb-b70f1f633bf2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Following: dev-dm\x2d1.swap
	Following Set Member: dev-doraemon-swap.swap
	Following Set Member: dev-mapper-doraemon\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Following Set Member: 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/adc7b8ed-0907-44de-8cfb-b70f1f633bf2
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/disk/by-uuid/adc7b8ed-0907-44de-8cfb-b70f1f633bf2
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-doraemon-swap.swap:
	Description: /dev/doraemon/swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	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-doraemon-swap.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-doraemon-swap.swap
	Following: dev-dm\x2d1.swap
	Following Set Member: dev-mapper-doraemon\x2dswap.swap
	Following Set Member: dev-disk-by\x2duuid-adc7b8ed\x2d0907\x2d44de\x2d8cfb\x2db70f1f633bf2.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXvKVMHiLxwSXdxloKviDsVyWFpuwqtePZ.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dswap.swap
	Following Set Member: 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/doraemon/swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/doraemon/swap
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-1
	Priority: -1
	NoAuto: no
	NoFail: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit sys-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:22 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/module/fuse
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
	Description: C400-MTFDDAK256MAM 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-sda1.device:
	Description: C400-MTFDDAK256MAM 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda1.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart1.device:
	Description: C400-MTFDDAK256MAM 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart1.device:
	Description: C400-MTFDDAK256MAM 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart1.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-99e39032\x2d4a2f\x2d46d5\x2d97d0\x2debf1ff075abe.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: C400-MTFDDAK256MAM 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-sda2.device:
	Description: C400-MTFDDAK256MAM 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda2.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart2.device:
	Description: C400-MTFDDAK256MAM 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart2.device:
	Description: C400-MTFDDAK256MAM 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart2.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device:
	Description: 7 Series/C210 Series Chipset Family High Definition Audio Controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
	Job Timeout: 1min 30s
	Wants: sound.target
	References: sound.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sound.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
	Conflicts: shutdown.target
	References: shutdown.target
	ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device
	Following Set Member: dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device
	Following Set Member: dev-doraemon-opt.device
	Following Set Member: dev-mapper-doraemon\x2dopt.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d5.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device
	Following Set Member: dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device
	Following Set Member: dev-doraemon-opt.device
	Following Set Member: dev-mapper-doraemon\x2dopt.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device:
	Description: /dev/disk/by-id/dm-name-doraemon-opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device
	Following Set Member: dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device
	Following Set Member: dev-doraemon-opt.device
	Following Set Member: dev-mapper-doraemon\x2dopt.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device
	Following Set Member: dev-doraemon-opt.device
	Following Set Member: dev-mapper-doraemon\x2dopt.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device:
	Description: /dev/disk/by-uuid/1531c57e-96ef-4fa0-a445-08e8c39cbf56
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-doraemon-opt.device
	Following Set Member: dev-mapper-doraemon\x2dopt.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-doraemon-opt.device:
	Description: /dev/doraemon/opt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-doraemon-opt.device
	Following: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-disk-by\x2duuid-1531c57e\x2d96ef\x2d4fa0\x2da445\x2d08e8c39cbf56.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXRhGGwOzGwWI2BMEKF3jCc1XI07J37V3X.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dopt.device
	Following Set Member: dev-dm\x2d5.device
	Following Set Member: sys-devices-virtual-block-dm\x2d5.device
	Following Set Member: dev-mapper-doraemon\x2dopt.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-dm\x2d6.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device
	Following Set Member: dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device
	Following Set Member: dev-doraemon-home.device
	Following Set Member: dev-mapper-doraemon\x2dhome.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/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: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-dm\x2d6.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device
	Following Set Member: dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device
	Following Set Member: dev-doraemon-home.device
	Following Set Member: dev-mapper-doraemon\x2dhome.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device:
	Description: /dev/disk/by-id/dm-name-doraemon-home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-dm\x2d6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device
	Following Set Member: dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device
	Following Set Member: dev-doraemon-home.device
	Following Set Member: dev-mapper-doraemon\x2dhome.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-ZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device
	Following Set Member: dev-dm\x2d6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device
	Following Set Member: dev-doraemon-home.device
	Following Set Member: dev-mapper-doraemon\x2dhome.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device:
	Description: /dev/disk/by-uuid/fb4faaae-b818-4e83-a66c-28ffa134d2a3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device
	Following Set Member: dev-dm\x2d6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-doraemon-home.device
	Following Set Member: dev-mapper-doraemon\x2dhome.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit dev-doraemon-home.device:
	Description: /dev/doraemon/home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-doraemon-home.device
	Following: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-disk-by\x2duuid-fb4faaae\x2db818\x2d4e83\x2da66c\x2d28ffa134d2a3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dZqObqXLYT59ogbOmpebHc0bdOCSZ2icXtIrvlF5pD4ps6YbDT6RJWw4ERx4XICcd.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddoraemon\x2dhome.device
	Following Set Member: dev-dm\x2d6.device
	Following Set Member: sys-devices-virtual-block-dm\x2d6.device
	Following Set Member: dev-mapper-doraemon\x2dhome.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/block/dm-6
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.8-net-wwan0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.8-net-wwan0.device
	Following Set Member: sys-subsystem-net-devices-wwan0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.8/net/wwan0
-> Unit sys-subsystem-net-devices-wwan0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-net-devices-wwan0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.8-net-wwan0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.8/net/wwan0
-> Unit sys-devices-pci0000:00-0000:00:1c.2-0000:02:00.0-ieee80211-phy0-rfkill1.device:
	Description: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1c.2-0000:02:00.0-ieee80211-phy0-rfkill1.device
	Job Timeout: 1min 30s
	Wants: systemd-rfkill at rfkill1.service
	References: systemd-rfkill at rfkill1.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill1
-> Unit systemd-rfkill at rfkill1.service:
	Description: Load/Save RF Kill Switch Status of rfkill1
	Instance: rfkill1
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2drfkill.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-rfkill at rfkill1.service
	Documentation: man:systemd-rfkill at .service(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Wants: system-systemd\x2drfkill.slice
	WantedBy: sys-devices-pci0000:00-0000:00:1c.2-0000:02:00.0-ieee80211-phy0-rfkill1.device
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	After: system-systemd\x2drfkill.slice
	After: var.mount
	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: system-systemd\x2drfkill.slice
	References: var.mount
	References: -.mount
	ReferencedBy: sys-devices-pci0000:00-0000:00:1c.2-0000:02:00.0-ieee80211-phy0-rfkill1.device
	RequiresMountsFor: /var/lib/systemd/rfkill
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-rfkill load %I
			PID: 893
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-rfkill save %I
	SysVStartPriority: 0
-> Unit system-systemd\x2drfkill.slice:
	Description: system-systemd\x2drfkill.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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\x2drfkill.slice
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: system-systemd\x2drfkill.slice
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: systemd-rfkill at rfkill1.service
	WantedBy: systemd-rfkill at rfkill0.service
	Conflicts: shutdown.target
	Before: systemd-rfkill at rfkill1.service
	Before: shutdown.target
	Before: systemd-rfkill at rfkill0.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-rfkill at rfkill1.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device
	Following Set Member: dev-ttyUSB2.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif03\x2dport0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.3\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.3/ttyUSB2/tty/ttyUSB2
-> Unit dev-ttyUSB2.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyUSB2.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif03\x2dport0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.3\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.3/ttyUSB2/tty/ttyUSB2
-> Unit dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif03\x2dport0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif03\x2dport0.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device
	Following Set Member: dev-ttyUSB2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.3\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.3/ttyUSB2/tty/ttyUSB2
-> Unit dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.3\x2dport0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.3\x2dport0.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif03\x2dport0.device
	Following Set Member: dev-ttyUSB2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.3-ttyUSB2-tty-ttyUSB2.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.3/ttyUSB2/tty/ttyUSB2
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device
	Following Set Member: dev-ttyUSB1.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif02\x2dport0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.2\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.2/ttyUSB1/tty/ttyUSB1
-> Unit dev-ttyUSB1.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyUSB1.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif02\x2dport0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.2\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.2/ttyUSB1/tty/ttyUSB1
-> Unit dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif02\x2dport0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif02\x2dport0.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device
	Following Set Member: dev-ttyUSB1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.2\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.2/ttyUSB1/tty/ttyUSB1
-> Unit dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.2\x2dport0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.2\x2dport0.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif02\x2dport0.device
	Following Set Member: dev-ttyUSB1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.2-ttyUSB1-tty-ttyUSB1.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.2/ttyUSB1/tty/ttyUSB1
-> Unit sys-devices-pci0000:00-0000:00:1c.2-0000:02:00.0-net-wlan0.device:
	Description: Centrino Advanced-N 6205 [Taylor Peak] (Centrino Advanced-N 6205 AGN)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1c.2-0000:02:00.0-net-wlan0.device
	Following Set Member: sys-subsystem-net-devices-wlan0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0
-> Unit sys-subsystem-net-devices-wlan0.device:
	Description: Centrino Advanced-N 6205 [Taylor Peak] (Centrino Advanced-N 6205 AGN)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-net-devices-wlan0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.2-0000:02:00.0-net-wlan0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device:
	Description: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device
	Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
	Job Timeout: 1min 30s
	Wants: bluetooth.target
	References: bluetooth.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0
-> Unit bluetooth.target:
	Description: Bluetooth
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: bluetooth.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/bluetooth.target
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: bluetooth.service
	WantedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device
	Conflicts: shutdown.target
	After: bluetooth.service
	References: bluetooth.service
	References: shutdown.target
	ReferencedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit bluetooth.service:
	Description: Bluetooth service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/bluetooth.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: bluetooth.service
	Documentation: man:bluetoothd(8)
	Fragment Path: /lib/systemd/system/bluetooth.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: bluetooth.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: bluetooth.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: bluetooth.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	Main PID: 1045
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.bluez
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNPROC: 1
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_net_bind_service cap_net_admin
	-> ExecStart:
		Command Line: /usr/lib/bluetooth/bluetoothd
			PID: 1045
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
	Status Text: Running
-> Unit sys-subsystem-bluetooth-devices-hci0.device:
	Description: /sys/subsystem/bluetooth/devices/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-subsystem-bluetooth-devices-hci0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0-rfkill0.device:
	Description: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0/rfkill0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0-rfkill0.device
	Job Timeout: 1min 30s
	Wants: systemd-rfkill at rfkill0.service
	References: systemd-rfkill at rfkill0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0/rfkill0
-> Unit systemd-rfkill at rfkill0.service:
	Description: Load/Save RF Kill Switch Status of rfkill0
	Instance: rfkill0
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2drfkill.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-rfkill at rfkill0.service
	Documentation: man:systemd-rfkill at .service(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Wants: system-systemd\x2drfkill.slice
	WantedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0-rfkill0.device
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	After: system-systemd\x2drfkill.slice
	After: var.mount
	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: system-systemd\x2drfkill.slice
	References: var.mount
	References: -.mount
	ReferencedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0-rfkill0.device
	RequiresMountsFor: /var/lib/systemd/rfkill
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-rfkill load %I
			PID: 891
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-rfkill save %I
	SysVStartPriority: 0
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-ttyUSB0.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif00\x2dport0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.0\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/ttyUSB0/tty/ttyUSB0
-> Unit dev-ttyUSB0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-ttyUSB0.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif00\x2dport0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.0\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/ttyUSB0/tty/ttyUSB0
-> Unit dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif00\x2dport0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif00\x2dport0.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-ttyUSB0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.0\x2dport0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/ttyUSB0/tty/ttyUSB0
-> Unit dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.0\x2dport0.device:
	Description: MC7710
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-serial-by\x2dpath-pci\x2d0000:00:1a.0\x2dusb\x2d0:1.5:1.0\x2dport0.device
	Following: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device
	Following Set Member: dev-serial-by\x2did-usb\x2dSierra_Wireless__Incorporated_MC7710\x2dif00\x2dport0.device
	Following Set Member: dev-ttyUSB0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.5-3\x2d1.5:1.0-ttyUSB0-tty-ttyUSB0.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/ttyUSB0/tty/ttyUSB0
-> Unit sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device:
	Description: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
	Job Timeout: 1min 30s
	Wants: systemd-backlight at backlight:acpi_video0.service
	References: systemd-backlight at backlight:acpi_video0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
-> Unit systemd-backlight at backlight:acpi_video0.service:
	Description: Load/Save Screen Backlight Brightness of backlight:acpi_video0
	Instance: backlight:acpi_video0
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dbacklight.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-backlight at backlight:acpi_video0.service
	Documentation: man:systemd-backlight at .service(8)
	Fragment Path: /lib/systemd/system/systemd-backlight at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Wants: system-systemd\x2dbacklight.slice
	WantedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	After: system-systemd\x2dbacklight.slice
	After: var.mount
	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: system-systemd\x2dbacklight.slice
	References: var.mount
	References: -.mount
	ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
	RequiresMountsFor: /var/lib/systemd/backlight
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-backlight load %i
			PID: 888
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-backlight save %i
	SysVStartPriority: 0
-> Unit system-systemd\x2dbacklight.slice:
	Description: system-systemd\x2dbacklight.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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\x2dbacklight.slice
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: system-systemd\x2dbacklight.slice
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: systemd-backlight at backlight:acpi_video0.service
	WantedBy: systemd-backlight at backlight:intel_backlight.service
	Conflicts: shutdown.target
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: shutdown.target
	Before: systemd-backlight at backlight:intel_backlight.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device:
	Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
	Job Timeout: 1min 30s
	Wants: systemd-backlight at backlight:intel_backlight.service
	References: systemd-backlight at backlight:intel_backlight.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
-> Unit systemd-backlight at backlight:intel_backlight.service:
	Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
	Instance: backlight:intel_backlight
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dbacklight.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-backlight at backlight:intel_backlight.service
	Documentation: man:systemd-backlight at .service(8)
	Fragment Path: /lib/systemd/system/systemd-backlight at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: var.mount
	Requires: -.mount
	Wants: system-systemd\x2dbacklight.slice
	WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-remount-fs.service
	After: systemd-journald.socket
	After: system-systemd\x2dbacklight.slice
	After: var.mount
	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: system-systemd\x2dbacklight.slice
	References: var.mount
	References: -.mount
	ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
	RequiresMountsFor: /var/lib/systemd/backlight
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /lib/systemd/systemd-backlight load %i
			PID: 886
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-backlight save %i
	SysVStartPriority: 0
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
	Description: LVM PV SWqAfn-49Ff-8nPL-74aZ-3VbS-tqDK-c61KrM on /dev/sda5 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dSWqAfn\x2d49Ff\x2d8nPL\x2d74aZ\x2d3VbS\x2dtqDK\x2dc61KrM.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart5.device
	Following Set Member: dev-block-8:5.device
	Job Timeout: 1min 30s
	Wants: lvm2-pvscan at 8:5.service
	References: lvm2-pvscan at 8:5.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit lvm2-pvscan at 8:5.service:
	Description: LVM2 PV scan on device 8:5
	Instance: 8:5
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-lvm2\x2dpvscan.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: lvm2-pvscan at 8:5.service
	Documentation: man:pvscan(8)
	Fragment Path: /lib/systemd/system/lvm2-pvscan at .service
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Requires: lvm2-lvmetad.socket
	Wants: system-lvm2\x2dpvscan.slice
	BindsTo: dev-block-8:5.device
	WantedBy: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Conflicts: shutdown.target
	Before: shutdown.target
	After: lvm2-lvmetad.socket
	After: systemd-journald.socket
	After: system-lvm2\x2dpvscan.slice
	References: dev-block-8:5.device
	References: lvm2-lvmetad.socket
	References: shutdown.target
	References: systemd-journald.socket
	References: system-lvm2\x2dpvscan.slice
	ReferencedBy: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/lvm pvscan --cache --activate ay %i
			PID: 849
			Start Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Timestamp: Tue 2014-11-11 23:56:25 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/lvm pvscan --cache %i
	SysVStartPriority: 0
-> Unit dev-block-8:5.device:
	Description: LVM PV SWqAfn-49Ff-8nPL-74aZ-3VbS-tqDK-c61KrM on /dev/sda5 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-block-8:5.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dSWqAfn\x2d49Ff\x2d8nPL\x2d74aZ\x2d3VbS\x2dtqDK\x2dc61KrM.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Job Timeout: 1min 30s
	BoundBy: lvm2-pvscan at 8:5.service
	ReferencedBy: lvm2-pvscan at 8:5.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit system-lvm2\x2dpvscan.slice:
	Description: system-lvm2\x2dpvscan.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	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-lvm2\x2dpvscan.slice
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: system-lvm2\x2dpvscan.slice
	Condition Timestamp: Tue 2014-11-11 23:56:25 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: lvm2-pvscan at 8:5.service
	Conflicts: shutdown.target
	Before: lvm2-pvscan at 8:5.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: lvm2-pvscan at 8:5.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit dev-sda5.device:
	Description: LVM PV SWqAfn-49Ff-8nPL-74aZ-3VbS-tqDK-c61KrM on /dev/sda5 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-sda5.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dSWqAfn\x2d49Ff\x2d8nPL\x2d74aZ\x2d3VbS\x2dtqDK\x2dc61KrM.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart5.device
	Following Set Member: dev-block-8:5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart5.device:
	Description: LVM PV SWqAfn-49Ff-8nPL-74aZ-3VbS-tqDK-c61KrM on /dev/sda5 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart5.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dSWqAfn\x2d49Ff\x2d8nPL\x2d74aZ\x2d3VbS\x2dtqDK\x2dc61KrM.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart5.device
	Following Set Member: dev-block-8:5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dSWqAfn\x2d49Ff\x2d8nPL\x2d74aZ\x2d3VbS\x2dtqDK\x2dc61KrM.device:
	Description: LVM PV SWqAfn-49Ff-8nPL-74aZ-3VbS-tqDK-c61KrM on /dev/sda5 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dSWqAfn\x2d49Ff\x2d8nPL\x2d74aZ\x2d3VbS\x2dtqDK\x2dc61KrM.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart5.device
	Following Set Member: dev-block-8:5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart5.device:
	Description: LVM PV SWqAfn-49Ff-8nPL-74aZ-3VbS-tqDK-c61KrM on /dev/sda5 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:25 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-wwn\x2d0x500a07510352d97a\x2dpart5.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dSWqAfn\x2d49Ff\x2d8nPL\x2d74aZ\x2d3VbS\x2dtqDK\x2dc61KrM.device
	Following Set Member: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAK256MAM_0000000012440352D97A\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-block-8:5.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit run-rpc_pipefs.mount:
	Description: /run/rpc_pipefs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:27 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:27 CET
	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-rpc_pipefs.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: run-rpc_pipefs.mount
	Source Path: /proc/self/mountinfo
	Requires: -.mount
	Wants: system.slice
	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: umount.target
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: system.slice
	References: -.mount
	RequiresMountsFor: /run
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /run/rpc_pipefs
	What: rpc_pipefs
	File System Type: rpc_pipefs
	Options: rw,relatime,rw
	From /proc/self/mountinfo: yes
	From fragment: no
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit colord.service:
	Description: Manage, Install and Generate Color Profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/colord.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: colord.service
	Fragment Path: /lib/systemd/system/colord.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Requires: tmp.mount
	Requires: -.mount
	Requires: var.mount
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: tmp.mount
	After: -.mount
	After: var.mount
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: tmp.mount
	References: -.mount
	References: var.mount
	RequiresMountsFor: /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1107
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ColorManager
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: colord
	-> ExecStart:
		Command Line: /usr/lib/colord/colord
			PID: 1107
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit polkitd.service:
	Description: Authenticate and Authorize Users to Run Privileged Tasks
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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/polkitd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: polkitd.service
	Fragment Path: /lib/systemd/system/polkitd.service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1106
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.PolicyKit1
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/lib/policykit-1/polkitd --no-debug
			PID: 1106
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
-> Unit run-user-111.mount:
	Description: /run/user/111
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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-111.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: run-user-111.mount
	Source Path: /proc/self/mountinfo
	Requires: -.mount
	Wants: system.slice
	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: umount.target
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: system.slice
	References: -.mount
	RequiresMountsFor: /run/user
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /run/user/111
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,rw,size=389892k,mode=700,uid=111,gid=116
	From /proc/self/mountinfo: yes
	From fragment: no
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit user-111.slice:
	Description: user-111.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	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-111.slice
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: user-111.slice
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 111.service
	WantedBy: session-c1.scope
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 111.service
	Before: session-c1.scope
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 111.service
	ReferencedBy: session-c1.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit user at 111.service:
	Description: User Manager for UID 111
	Instance: 111
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-111.slice
	CGroup: /user.slice/user-111.slice/user at 111.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: user at 111.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Requires: basic.target
	Wants: user-111.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: user-111.slice
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: user-111.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	Main PID: 1744
	Main PID Known: yes
	Main PID Alien: no
	KillMode: mixed
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 111
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 1744
			Start Timestamp: Tue 2014-11-11 23:56:28 CET
	SysVStartPriority: 0
	Status Text: Startup finished in 8ms.
-> Unit session-c1.scope:
	Description: Session c1 of user Debian-gdm
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:28 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Slice: user-111.slice
	CGroup: /user.slice/user-111.slice/session-c1.scope
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: session-c1.scope
	Fragment Path: /run/systemd/system/session-c1.scope
	DropIn Path: /run/systemd/system/session-c1.scope.d/50-After-systemd-logind\x2eservice.conf
	DropIn Path: /run/systemd/system/session-c1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
	DropIn Path: /run/systemd/system/session-c1.scope.d/50-Description.conf
	DropIn Path: /run/systemd/system/session-c1.scope.d/50-SendSIGHUP.conf
	DropIn Path: /run/systemd/system/session-c1.scope.d/50-Slice.conf
	Condition Timestamp: Tue 2014-11-11 23:56:28 CET
	Condition Result: yes
	Wants: user-111.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-logind.service
	After: systemd-user-sessions.service
	After: user-111.slice
	References: systemd-logind.service
	References: systemd-user-sessions.service
	References: shutdown.target
	References: user-111.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Scope State: abandoned
	Result: success
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
-> Unit upower.service:
	Description: Daemon for power management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:29 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:29 CET
	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/upower.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: upower.service
	Documentation: man:upowerd(8)
	Fragment Path: /lib/systemd/system/upower.service
	Condition Timestamp: Tue 2014-11-11 23:56:29 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	Main PID: 1776
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UPower
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/lib/upower/upowerd
			PID: 1776
			Start Timestamp: Tue 2014-11-11 23:56:29 CET
	SysVStartPriority: 0
-> Unit wpa_supplicant.service:
	Description: WPA supplicant
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:29 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:29 CET
	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/wpa_supplicant.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: wpa_supplicant.service
	Fragment Path: /lib/systemd/system/wpa_supplicant.service
	Condition Timestamp: Tue 2014-11-11 23:56:29 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1809
	Main PID Known: yes
	Main PID Alien: no
	BusName: fi.epitest.hostap.WPASupplicant
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
			PID: 1809
			Start Timestamp: Tue 2014-11-11 23:56:29 CET
	SysVStartPriority: 0
-> Unit rtkit-daemon.service:
	Description: RealtimeKit Scheduling Policy Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:29 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:29 CET
	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/rtkit-daemon.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: rtkit-daemon.service
	Fragment Path: /lib/systemd/system/rtkit-daemon.service
	Condition Timestamp: Tue 2014-11-11 23:56:29 CET
	Condition Result: yes
	Requires: basic.target
	Requires: tmp.mount
	Requires: -.mount
	Requires: var.mount
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: tmp.mount
	After: -.mount
	After: var.mount
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: tmp.mount
	References: -.mount
	References: var.mount
	RequiresMountsFor: /tmp /var/tmp
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	Main PID: 1843
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.RealtimeKit1
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateNetwork: yes
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_ptrace cap_sys_nice
	-> ExecStart:
		Command Line: /usr/lib/rtkit/rtkit-daemon
			PID: 1843
			Start Timestamp: Tue 2014-11-11 23:56:29 CET
	SysVStartPriority: 0
-> Unit packagekit.service:
	Description: PackageKit Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:30 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:30 CET
	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/packagekit.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: packagekit.service
	Fragment Path: /lib/systemd/system/packagekit.service
	Condition Timestamp: Tue 2014-11-11 23:56:30 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1888
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.PackageKit
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: root
	-> ExecStart:
		Command Line: /usr/lib/packagekit/packagekitd
			PID: 1888
			Start Timestamp: Tue 2014-11-11 23:56:30 CET
	SysVStartPriority: 0
-> Unit console-kit-daemon.service:
	Description: Console Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:30 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:30 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/console-kit-daemon.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: console-kit-daemon.service
	Fragment Path: /lib/systemd/system/console-kit-daemon.service
	Condition Timestamp: Tue 2014-11-11 23:56:30 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: syslog.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: syslog.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 1892
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ConsoleKit
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/sbin/console-kit-daemon --no-daemon
			PID: 1892
			Start Timestamp: Tue 2014-11-11 23:56:30 CET
	SysVStartPriority: 0
-> Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:34 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:34 CET
	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-1000.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: run-user-1000.mount
	Source Path: /proc/self/mountinfo
	Requires: -.mount
	Wants: system.slice
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	Before: run-user-1000-gvfs.mount
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: -.mount
	References: local-fs.target
	References: umount.target
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: system.slice
	References: -.mount
	ReferencedBy: run-user-1000-gvfs.mount
	RequiresMountsFor: /run/user
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /run/user/1000
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,rw,size=389892k,mode=700,uid=1000,gid=1000
	From /proc/self/mountinfo: yes
	From fragment: no
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit user-1000.slice:
	Description: user-1000.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:34 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:34 CET
	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: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: user-1000.slice
	Condition Timestamp: Tue 2014-11-11 23:56:34 CET
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 1000.service
	WantedBy: session-1.scope
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 1000.service
	Before: session-1.scope
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 1000.service
	ReferencedBy: session-1.scope
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:34 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:34 CET
	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: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: user at 1000.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Tue 2014-11-11 23:56:34 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	Main PID: 2450
	Main PID Known: yes
	Main PID Alien: no
	KillMode: mixed
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1000
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 2450
			Start Timestamp: Tue 2014-11-11 23:56:34 CET
	SysVStartPriority: 0
	Status Text: Startup finished in 9ms.
-> Unit session-1.scope:
	Description: Session 1 of user javi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:34 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:34 CET
	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-1.scope
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: session-1.scope
	Fragment Path: /run/systemd/system/session-1.scope
	DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-Description.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
	DropIn Path: /run/systemd/system/session-1.scope.d/50-Slice.conf
	Condition Timestamp: Tue 2014-11-11 23:56:34 CET
	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
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  yes
-> Unit run-user-1000-gvfs.mount:
	Description: /run/user/1000/gvfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:35 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:35 CET
	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-1000-gvfs.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: run-user-1000-gvfs.mount
	Source Path: /proc/self/mountinfo
	Requires: -.mount
	Wants: system.slice
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-journald.socket
	After: local-fs-pre.target
	After: system.slice
	After: run-user-1000.mount
	After: -.mount
	References: local-fs.target
	References: umount.target
	References: systemd-journald.socket
	References: local-fs-pre.target
	References: system.slice
	References: run-user-1000.mount
	References: -.mount
	RequiresMountsFor: /run/user/1000
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /run/user/1000/gvfs
	What: gvfsd-fuse
	File System Type: fuse.gvfsd-fuse
	Options: rw,nosuid,nodev,relatime,rw,user_id=1000,group_id=1000
	From /proc/self/mountinfo: yes
	From fragment: no
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit udisks2.service:
	Description: Disk Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Tue 2014-11-11 23:56:35 CET
	Active Enter Timestamp: Tue 2014-11-11 23:56:35 CET
	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/udisks2.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: udisks2.service
	Documentation: man:udisks(8)
	Fragment Path: /lib/systemd/system/udisks2.service
	Condition Timestamp: Tue 2014-11-11 23:56:35 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	Main PID: 2638
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UDisks2
	Bus Name Good: yes
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/lib/udisks2/udisksd --no-debug
			PID: 2638
			Start Timestamp: Tue 2014-11-11 23:56:35 CET
	SysVStartPriority: 0
-------------- next part --------------
==> /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/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dnsmasq.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/fstrim.timer <==

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/pppd-dns.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/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/NetworkManager.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/cups.path <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ModemManager.service
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service

==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation-early.service.dsh-also <==
/etc/systemd/system/local-fs.target.wants/lvm2-activation-early.service

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

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

==> /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/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager-wait-online.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/dbus-org.freedesktop.Avahi.service <==

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

==> /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/lvm2-activation.service.dsh-also <==
/etc/systemd/system/local-fs.target.wants/lvm2-activation.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/cups.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
/etc/systemd/system/paths.target.wants/cups.path
/etc/systemd/system/printer.target.wants/cups.service

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

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <==
/etc/systemd/system/bluetooth.target.wants/bluetooth.service
/etc/systemd/system/dbus-org.bluez.service

==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation-early.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation.service <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.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/dbus-org.bluez.service <==

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.service
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fstab
Type: application/octet-stream
Size: 1189 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/attachments/20141112/f4afcbbd/attachment-0001.obj>


More information about the Pkg-systemd-maintainers mailing list