Bug#768577: systemd: Systemd drops to an emergency shell because of an encrypted partition

Quentin Lefebvre qlefebvre_pro at yahoo.com
Sat Nov 8 14:08:15 GMT 2014


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

Dear Maintainer,

I recently upgraded from Debian stable to Debian testing. The upgrade
process was quite OK, except the bug I'm describing here.

When my laptop boots, it displays this annoying message:
[  *** ] A start job is running for dev-mapper-vaioHDpart6c_home.device
(36s / 1min 30s)

then fails with these messages:
[ TIME ] Timed out waiting for device dev-mapper-vaioHDpart6c_home.device 
[DEPEND] Dependency failed for /home
[DEPEND] Dependency failed for Local File Systems.
[DEPEND] Dependency failed for File System Check on
/dev/mapper/vaioHDpart6c_home.

Then I log on and I'm surprised to see that /dev/mapper/vaioHDpart6c_home exists.
Obviously it is not set up correctly, because if I try
mount /dev/mapper/vaioHDpart6c_home
it fails with an incorrect ext4 filesystem message.

On the other hand, I can successfully mount it with just
cryptdisks_stop vaioHDpart6c_home
cryptdisks_start vaioHDpart6c_home
which, by the way, automatically fsck and mounts the partition!

Here is my /etc/crypttab
vaioHDpart5c      UUID=6f6dc3ea-2584-4d44-911a-252de0b1ec87   none    luks,retry=3
vaioHDpart6c_home      /dev/sda6         /root/keys/home.key   cipher=aes-xts-plain64,size=512,hash=sha512,offset=0,retry=1

>From what happens and my searches on the Internet, I would suspect a
problem with the key file processing at startup (note that this key file
is exactly 64B long, i.e. 512 bits).

You can reproduce the bug easily with the following commands:
dd if=/dev/zero of=/test1.loop bs=10M count=1
dd if=/dev/random of=/test1.key bs=64c count=1
cryptsetup --key-file /test1.key --cipher aes-xts-plain64 --key-size 512 --hash sha512 create test1 /test1.loop
mkfs.ext2 /dev/mapper/test1
cryptsetup close test1

Then add the following to /etc/crypttab:
test1                  /test1.loop       /test1.key            cipher=aes-xts-plain64,size=512,hash=sha512,offset=0,retry=1

and the following to /etc/fstab:
/dev/mapper/test1	/media/TMP	ext2	defaults	0 2

Don't forget to mkdir /media/TMP...
Then run:
update-initramfs -k all -u

and reboot to observe the bug.

To finish with that, adding
init=/lib/sysvinit/init
to the kernel command line makes the bug disappear.

But I would prefer using systemd ;-)

Thanks in advance for your feedback about this issue.

Best regards,
Quentin

-- Package-specific info:

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

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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-12
ii  libcap2         1:2.24-6
ii  libcap2-bin     1:2.24-6
ii  libcryptsetup4  2:1.6.6-3
ii  libgcrypt20     1.6.2-4
ii  libkmod2        18-3
ii  liblzma5        5.1.1alpha+20120614-2
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:
ii  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-2.scope -> /run/systemd/system/session-2.scope.d/50-SendSIGHUP.conf
[EXTENDED]   /run/systemd/system/session-2.scope -> /run/systemd/system/session-2.scope.d/50-After-systemd-user-sessions\x2eservice.conf
[EXTENDED]   /run/systemd/system/session-2.scope -> /run/systemd/system/session-2.scope.d/50-After-systemd-logind\x2eservice.conf
[EXTENDED]   /run/systemd/system/session-2.scope -> /run/systemd/system/session-2.scope.d/50-Description.conf
[EXTENDED]   /run/systemd/system/session-2.scope -> /run/systemd/system/session-2.scope.d/50-Slice.conf
[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

10 overridden configuration files found.
-------------- next part --------------
-> Unit -.mount:
	Description: /
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: yes
	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: systemd-random-seed.service
	RequiredBy: cups.path
	RequiredBy: cups.service
	RequiredBy: cups.socket
	RequiredBy: dbus.socket
	RequiredBy: acpid.socket
	RequiredBy: systemd-update-utmp-runlevel.service
	RequiredBy: rescue.service
	RequiredBy: systemd-ask-password-wall.path
	RequiredBy: fstrim.timer
	RequiredBy: avahi-daemon.socket
	RequiredBy: systemd-udevd-control.socket
	RequiredBy: systemd-update-utmp.service
	RequiredBy: sys-kernel-debug.mount
	RequiredBy: sys-kernel-config.mount
	RequiredBy: systemd-ask-password-console.path
	RequiredBy: dev-hugepages.mount
	RequiredBy: proc-sys-fs-binfmt_misc.automount
	RequiredBy: proc-sys-fs-binfmt_misc.mount
	RequiredBy: dev-mqueue.mount
	RequiredBy: systemd-cryptsetup at vaioHDpart6c_home.service
	RequiredBy: sys-fs-fuse-connections.mount
	RequiredBy: lvm2-lvmetad.socket
	RequiredBy: dm-event.socket
	RequiredBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	RequiredBy: emergency.service
	RequiredBy: syslog.socket
	RequiredBy: systemd-journald-dev-log.socket
	RequiredBy: systemd-initctl.socket
	RequiredBy: systemd-shutdownd.socket
	RequiredBy: uuidd.socket
	RequiredBy: acpi-fakekey.socket
	RequiredBy: boot.mount
	RequiredBy: home.mount
	RequiredBy: systemd-backlight at backlight:acpi_video0.service
	RequiredBy: systemd-backlight at backlight:radeon_bl0.service
	RequiredBy: systemd-rfkill at rfkill0.service
	RequiredBy: dev-vaioHDpart5c_gv-swap.swap
	RequiredBy: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	RequiredBy: dev-dm\x2d2.swap
	RequiredBy: run-rpc_pipefs.mount
	RequiredBy: run-user-1000.mount
	RequiredBy: run-user-0.mount
	RequiredBy: rtkit-daemon.service
	Before: local-fs.target
	Before: systemd-journald.socket
	Before: systemd-random-seed.service
	Before: cups.path
	Before: cups.service
	Before: cups.socket
	Before: dbus.socket
	Before: acpid.socket
	Before: systemd-update-utmp-runlevel.service
	Before: rescue.service
	Before: systemd-ask-password-wall.path
	Before: fstrim.timer
	Before: avahi-daemon.socket
	Before: systemd-udevd-control.socket
	Before: systemd-update-utmp.service
	Before: sys-kernel-debug.mount
	Before: sys-kernel-config.mount
	Before: systemd-ask-password-console.path
	Before: dev-hugepages.mount
	Before: proc-sys-fs-binfmt_misc.automount
	Before: proc-sys-fs-binfmt_misc.mount
	Before: dev-mqueue.mount
	Before: systemd-cryptsetup at vaioHDpart6c_home.service
	Before: sys-fs-fuse-connections.mount
	Before: lvm2-lvmetad.socket
	Before: dm-event.socket
	Before: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Before: emergency.service
	Before: syslog.socket
	Before: systemd-journald-dev-log.socket
	Before: systemd-initctl.socket
	Before: systemd-shutdownd.socket
	Before: uuidd.socket
	Before: acpi-fakekey.socket
	Before: boot.mount
	Before: home.mount
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:radeon_bl0.service
	Before: systemd-rfkill at rfkill0.service
	Before: dev-vaioHDpart5c_gv-swap.swap
	Before: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Before: dev-dm\x2d2.swap
	Before: run-rpc_pipefs.mount
	Before: run-user-1000.mount
	Before: run-user-0.mount
	Before: rtkit-daemon.service
	After: system.slice
	References: local-fs.target
	References: system.slice
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: cups.path
	ReferencedBy: cups.service
	ReferencedBy: cups.socket
	ReferencedBy: dbus.socket
	ReferencedBy: acpid.socket
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: rescue.service
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: fstrim.timer
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: lvm2-lvmetad.socket
	ReferencedBy: dm-event.socket
	ReferencedBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: emergency.service
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: uuidd.socket
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: dev-vaioHDpart5c_gv-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: dev-dm\x2d2.swap
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-0.mount
	ReferencedBy: rtkit-daemon.service
	RequiresMountsFor: /dev/mapper/vaioHDpart5c_gv-root
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: yes
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /
	What: /dev/mapper/vaioHDpart5c_gv-root
	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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	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: networking.service
	Before: dirmngr.service
	Before: systemd-tmpfiles-clean.service
	Before: remote-fs.target
	Before: apmd.service
	Before: samba-ad-dc.service
	Before: acpi-support.service
	Before: nmbd.service
	Before: kdm.service
	Before: smbd.service
	Before: apache2.service
	Before: rpcbind.service
	Before: systemd-journal-flush.service
	Before: systemd-tmpfiles-setup.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: systemd-fsck-root.service
	After: lvm2-activation.service
	After: lvm2-activation-early.service
	After: -.mount
	After: run-rpc_pipefs.mount
	After: run-user-1000.mount
	After: run-user-0.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: home.mount
	References: boot.mount
	References: -.mount
	References: systemd-remount-fs.service
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	ReferencedBy: dirmngr.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: remote-fs.target
	ReferencedBy: apmd.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: kdm.service
	ReferencedBy: smbd.service
	ReferencedBy: apache2.service
	ReferencedBy: rpcbind.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: dm-event.service
	ReferencedBy: boot.mount
	ReferencedBy: home.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-1000.mount
	ReferencedBy: run-user-0.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: unattended-upgrades.service
	Wants: alsa-store.service
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-reboot.service
	ConflictedBy: local-fs.target
	ConflictedBy: systemd-remount-fs.service
	ConflictedBy: slices.target
	ConflictedBy: sysinit.target
	ConflictedBy: networking.service
	ConflictedBy: network.target
	ConflictedBy: network-pre.target
	ConflictedBy: systemd-random-seed.service
	ConflictedBy: nfs-common.service
	ConflictedBy: time-sync.target
	ConflictedBy: rpcbind.target
	ConflictedBy: graphical.target
	ConflictedBy: dirmngr.service
	ConflictedBy: basic.target
	ConflictedBy: alsa-state.service
	ConflictedBy: alsa-restore.service
	ConflictedBy: paths.target
	ConflictedBy: cups.path
	ConflictedBy: cups.service
	ConflictedBy: cups.socket
	ConflictedBy: timers.target
	ConflictedBy: systemd-tmpfiles-clean.timer
	ConflictedBy: systemd-tmpfiles-clean.service
	ConflictedBy: remote-fs.target
	ConflictedBy: remote-fs-pre.target
	ConflictedBy: network-online.target
	ConflictedBy: lirc.service
	ConflictedBy: apmd.service
	ConflictedBy: speech-dispatcher.service
	ConflictedBy: samba-ad-dc.service
	ConflictedBy: acpi-support.service
	ConflictedBy: nmbd.service
	ConflictedBy: exim4.service
	ConflictedBy: nss-lookup.target
	ConflictedBy: loadcpufreq.service
	ConflictedBy: virtualbox.service
	ConflictedBy: kdm.service
	ConflictedBy: x-display-manager.target
	ConflictedBy: dbus.socket
	ConflictedBy: dbus.service
	ConflictedBy: acpid.service
	ConflictedBy: acpid.socket
	ConflictedBy: vboxweb-service.service
	ConflictedBy: vboxballoonctrl-service.service
	ConflictedBy: gdomap.service
	ConflictedBy: smbd.service
	ConflictedBy: mysql.service
	ConflictedBy: apache2.service
	ConflictedBy: cpufrequtils.service
	ConflictedBy: systemd-update-utmp-runlevel.service
	ConflictedBy: rescue.target
	ConflictedBy: rescue.service
	ConflictedBy: multi-user.target
	ConflictedBy: systemd-user-sessions.service
	ConflictedBy: systemd-logind.service
	ConflictedBy: nss-user-lookup.target
	ConflictedBy: user.slice
	ConflictedBy: getty.target
	ConflictedBy: getty at tty1.service
	ConflictedBy: system-getty.slice
	ConflictedBy: systemd-ask-password-wall.path
	ConflictedBy: systemd-ask-password-wall.service
	ConflictedBy: rc-local.service
	ConflictedBy: NetworkManager.service
	ConflictedBy: quotarpc.service
	ConflictedBy: binfmt-support.service
	ConflictedBy: atd.service
	ConflictedBy: rsyslog.service
	ConflictedBy: cron.service
	ConflictedBy: fancontrol.service
	ConflictedBy: fstrim.timer
	ConflictedBy: fstrim.service
	ConflictedBy: cups-browsed.service
	ConflictedBy: pppd-dns.service
	ConflictedBy: lm-sensors.service
	ConflictedBy: anacron.service
	ConflictedBy: ModemManager.service
	ConflictedBy: avahi-daemon.service
	ConflictedBy: avahi-daemon.socket
	ConflictedBy: rpcbind.service
	ConflictedBy: systemd-update-utmp.service
	ConflictedBy: systemd-tmpfiles-setup-dev.service
	ConflictedBy: systemd-ask-password-console.path
	ConflictedBy: systemd-ask-password-console.service
	ConflictedBy: systemd-tmpfiles-setup.service
	ConflictedBy: systemd-modules-load.service
	ConflictedBy: systemd-sysctl.service
	ConflictedBy: cryptsetup.target
	ConflictedBy: system-systemd\x2dcryptsetup.slice
	ConflictedBy: cryptsetup-pre.target
	ConflictedBy: systemd-binfmt.service
	ConflictedBy: lvm2-lvmetad.service
	ConflictedBy: lvm2-monitor.service
	ConflictedBy: quota.service
	ConflictedBy: swap.target
	ConflictedBy: emergency.service
	ConflictedBy: syslog.socket
	ConflictedBy: sockets.target
	ConflictedBy: uuidd.socket
	ConflictedBy: uuidd.service
	ConflictedBy: acpi-fakekey.socket
	ConflictedBy: acpi-fakekey.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: lvm2-pvscan at 254:0.service
	ConflictedBy: system-lvm2\x2dpvscan.slice
	ConflictedBy: systemd-backlight at backlight:acpi_video0.service
	ConflictedBy: system-systemd\x2dbacklight.slice
	ConflictedBy: sound.target
	ConflictedBy: systemd-backlight at backlight:radeon_bl0.service
	ConflictedBy: systemd-rfkill at rfkill0.service
	ConflictedBy: system-systemd\x2drfkill.slice
	ConflictedBy: polkitd.service
	ConflictedBy: getty at tty2.service
	ConflictedBy: user-1000.slice
	ConflictedBy: user at 1000.service
	ConflictedBy: session-1.scope
	ConflictedBy: console-kit-daemon.service
	ConflictedBy: upower.service
	ConflictedBy: udisks2.service
	ConflictedBy: user-0.slice
	ConflictedBy: user at 0.service
	ConflictedBy: session-2.scope
	ConflictedBy: bluetooth.service
	ConflictedBy: rtkit-daemon.service
	Before: systemd-halt.service
	Before: final.target
	Before: systemd-reboot.service
	After: systemd-remount-fs.service
	After: networking.service
	After: systemd-random-seed.service
	After: nfs-common.service
	After: dirmngr.service
	After: alsa-state.service
	After: alsa-restore.service
	After: console-kit-log-system-start.service
	After: cups.path
	After: cups.service
	After: cups.socket
	After: systemd-tmpfiles-clean.timer
	After: systemd-tmpfiles-clean.service
	After: lirc.service
	After: apmd.service
	After: speech-dispatcher.service
	After: samba-ad-dc.service
	After: acpi-support.service
	After: nmbd.service
	After: exim4.service
	After: loadcpufreq.service
	After: virtualbox.service
	After: kdm.service
	After: dbus.socket
	After: dbus.service
	After: acpid.service
	After: acpid.socket
	After: vboxweb-service.service
	After: vboxballoonctrl-service.service
	After: gdomap.service
	After: smbd.service
	After: mysql.service
	After: apache2.service
	After: cpufrequtils.service
	After: systemd-update-utmp-runlevel.service
	After: rescue.service
	After: systemd-user-sessions.service
	After: systemd-logind.service
	After: user.slice
	After: getty at tty1.service
	After: system-getty.slice
	After: systemd-ask-password-wall.path
	After: systemd-ask-password-wall.service
	After: rc-local.service
	After: NetworkManager.service
	After: quotarpc.service
	After: binfmt-support.service
	After: atd.service
	After: rsyslog.service
	After: cron.service
	After: fancontrol.service
	After: fstrim.timer
	After: fstrim.service
	After: cups-browsed.service
	After: pppd-dns.service
	After: lm-sensors.service
	After: anacron.service
	After: ModemManager.service
	After: avahi-daemon.service
	After: avahi-daemon.socket
	After: rpcbind.service
	After: systemd-update-utmp.service
	After: systemd-tmpfiles-setup-dev.service
	After: systemd-ask-password-console.path
	After: systemd-ask-password-console.service
	After: systemd-tmpfiles-setup.service
	After: systemd-modules-load.service
	After: systemd-sysctl.service
	After: system-systemd\x2dcryptsetup.slice
	After: systemd-binfmt.service
	After: quota.service
	After: emergency.service
	After: syslog.socket
	After: uuidd.socket
	After: uuidd.service
	After: acpi-fakekey.socket
	After: acpi-fakekey.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-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	After: system-systemd\x2dfsck.slice
	After: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	After: systemd-fsck-root.service
	After: lvm2-activation.service
	After: lvm2-activation-early.service
	After: alsa-store.service
	After: unattended-upgrades.service
	After: console-kit-log-system-stop.service
	After: console-kit-log-system-restart.service
	After: lvm2-pvscan at 254:0.service
	After: system-lvm2\x2dpvscan.slice
	After: systemd-backlight at backlight:acpi_video0.service
	After: system-systemd\x2dbacklight.slice
	After: systemd-backlight at backlight:radeon_bl0.service
	After: systemd-rfkill at rfkill0.service
	After: system-systemd\x2drfkill.slice
	After: polkitd.service
	After: getty at tty2.service
	After: user-1000.slice
	After: user at 1000.service
	After: session-1.scope
	After: console-kit-daemon.service
	After: upower.service
	After: udisks2.service
	After: user-0.slice
	After: user at 0.service
	After: session-2.scope
	After: bluetooth.service
	After: rtkit-daemon.service
	References: unattended-upgrades.service
	References: alsa-store.service
	ReferencedBy: local-fs.target
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: slices.target
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	ReferencedBy: network.target
	ReferencedBy: network-pre.target
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: nfs-common.service
	ReferencedBy: time-sync.target
	ReferencedBy: rpcbind.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: basic.target
	ReferencedBy: alsa-state.service
	ReferencedBy: alsa-restore.service
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: paths.target
	ReferencedBy: cups.path
	ReferencedBy: cups.service
	ReferencedBy: cups.socket
	ReferencedBy: timers.target
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: remote-fs.target
	ReferencedBy: remote-fs-pre.target
	ReferencedBy: network-online.target
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: nss-lookup.target
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: x-display-manager.target
	ReferencedBy: dbus.socket
	ReferencedBy: dbus.service
	ReferencedBy: acpid.service
	ReferencedBy: acpid.socket
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: cpufrequtils.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: rescue.target
	ReferencedBy: rescue.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: nss-user-lookup.target
	ReferencedBy: user.slice
	ReferencedBy: getty.target
	ReferencedBy: getty at tty1.service
	ReferencedBy: system-getty.slice
	ReferencedBy: systemd-ask-password-wall.path
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: rc-local.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: quotarpc.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: atd.service
	ReferencedBy: rsyslog.service
	ReferencedBy: cron.service
	ReferencedBy: fancontrol.service
	ReferencedBy: fstrim.timer
	ReferencedBy: fstrim.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: lm-sensors.service
	ReferencedBy: anacron.service
	ReferencedBy: ModemManager.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: rpcbind.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-ask-password-console.path
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: cryptsetup.target
	ReferencedBy: system-systemd\x2dcryptsetup.slice
	ReferencedBy: cryptsetup-pre.target
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: quota.service
	ReferencedBy: swap.target
	ReferencedBy: emergency.service
	ReferencedBy: syslog.socket
	ReferencedBy: sockets.target
	ReferencedBy: uuidd.socket
	ReferencedBy: uuidd.service
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: acpi-fakekey.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-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	ReferencedBy: system-systemd\x2dfsck.slice
	ReferencedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.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: unattended-upgrades.service
	ReferencedBy: console-kit-log-system-stop.service
	ReferencedBy: systemd-halt.service
	ReferencedBy: final.target
	ReferencedBy: console-kit-log-system-restart.service
	ReferencedBy: systemd-reboot.service
	ReferencedBy: lvm2-pvscan at 254:0.service
	ReferencedBy: system-lvm2\x2dpvscan.slice
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: system-systemd\x2dbacklight.slice
	ReferencedBy: sound.target
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: system-systemd\x2drfkill.slice
	ReferencedBy: polkitd.service
	ReferencedBy: getty at tty2.service
	ReferencedBy: user-1000.slice
	ReferencedBy: user at 1000.service
	ReferencedBy: session-1.scope
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: upower.service
	ReferencedBy: udisks2.service
	ReferencedBy: user-0.slice
	ReferencedBy: user at 0.service
	ReferencedBy: session-2.scope
	ReferencedBy: bluetooth.service
	ReferencedBy: rtkit-daemon.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: Sat 2014-11-08 13:20:09 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:09 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: Sat 2014-11-08 13:20:09 CET
	Condition Result: yes
	WantedBy: systemd-remount-fs.service
	Conflicts: shutdown.target
	Before: local-fs.target
	Before: boot.mount
	Before: home.mount
	Before: run-rpc_pipefs.mount
	Before: run-user-1000.mount
	Before: run-user-0.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: run-rpc_pipefs.mount
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-0.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: Sat 2014-11-08 13:21:35 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:35 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:18 CET
	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
	Condition Timestamp: Sat 2014-11-08 13:21:35 CET
	Condition Result: yes
	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: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:19 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: Sat 2014-11-08 13:23:18 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: 1110
			Start Timestamp: Sat 2014-11-08 13:23:18 CET
			Exit Timestamp: Sat 2014-11-08 13:23:19 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: Sat 2014-11-08 13:23:19 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:19 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: Sat 2014-11-08 13:23:19 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: 1120
			Start Timestamp: Sat 2014-11-08 13:23:19 CET
			Exit Timestamp: Sat 2014-11-08 13:23:19 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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:08 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: local-fs.target
	Before: systemd-remount-fs.service
	Before: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Before: systemd-fsck at dev-mapper-vaioHDpart6c_home.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-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	ReferencedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.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: 205
			Start Timestamp: Sat 2014-11-08 13:20:05 CET
			Exit Timestamp: Sat 2014-11-08 13:20:08 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit home.mount:
	Description: /home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: yes
	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: Sat 2014-11-08 13:23:02 CET
	Condition Result: yes
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	Wants: system.slice
	BindsTo: dev-mapper-vaioHDpart6c_home.device
	RequiredBy: local-fs.target
	WantedBy: dev-mapper-vaioHDpart6c_home.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	After: dev-mapper-vaioHDpart6c_home.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-vaioHDpart6c_home.service
	References: dev-mapper-vaioHDpart6c_home.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/vaioHDpart6c_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/vaioHDpart6c_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: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: yes
	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: Sat 2014-11-08 13:20:14 CET
	Condition Result: yes
	Requires: -.mount
	RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Wants: system.slice
	BindsTo: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.device
	RequiredBy: local-fs.target
	WantedBy: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.device
	Conflicts: umount.target
	Before: local-fs.target
	Before: umount.target
	After: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	After: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	References: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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/4a238185-fa5b-4f7c-9b69-a8807f2d671e
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Mount State: mounted
	Result: success
	Where: /boot
	What: /dev/sda3
	File System Type: ext2
	Options: ro,relatime,ro
	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: Sat 2014-11-08 13:20:09 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:09 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: Sat 2014-11-08 13:20:09 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: debian-fixup.service
	Before: systemd-update-utmp.service
	Before: quota.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:radeon_bl0.service
	Before: systemd-rfkill at rfkill0.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: systemd-random-seed.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: debian-fixup.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: quota.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	ReferencedBy: systemd-rfkill at rfkill0.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: 305
			Start Timestamp: Sat 2014-11-08 13:20:09 CET
			Exit Timestamp: Sat 2014-11-08 13:20:09 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-random-seed.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-modules-load.service
	Before: systemd-sysctl.service
	Before: systemd-cryptsetup at vaioHDpart5c.service
	Before: systemd-cryptsetup at vaioHDpart6c_home.service
	Before: systemd-binfmt.service
	Before: quota.service
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Before: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	Before: systemd-fsck-root.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:radeon_bl0.service
	Before: systemd-rfkill at rfkill0.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-random-seed.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: quota.service
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	ReferencedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	ReferencedBy: systemd-rfkill at rfkill0.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-random-seed.service
	Before: systemd-tmpfiles-clean.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: systemd-tmpfiles-setup.service
	Before: systemd-modules-load.service
	Before: systemd-sysctl.service
	Before: systemd-cryptsetup at vaioHDpart5c.service
	Before: systemd-cryptsetup at vaioHDpart6c_home.service
	Before: systemd-binfmt.service
	Before: quota.service
	Before: sysinit.target
	Before: shutdown.target
	Before: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Before: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	Before: systemd-fsck-root.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:radeon_bl0.service
	Before: systemd-rfkill at rfkill0.service
	After: system.slice
	References: shutdown.target
	References: sysinit.target
	References: system.slice
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: quota.service
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	ReferencedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	ReferencedBy: systemd-rfkill at rfkill0.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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 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: networking.service
	Before: systemd-random-seed.service
	Before: nfs-common.service
	Before: dirmngr.service
	Before: alsa-state.service
	Before: alsa-restore.service
	Before: console-kit-log-system-start.service
	Before: cups.service
	Before: systemd-tmpfiles-clean.service
	Before: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: samba-ad-dc.service
	Before: acpi-support.service
	Before: nmbd.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: virtualbox.service
	Before: kdm.service
	Before: dbus.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: systemd-update-utmp-runlevel.service
	Before: systemd-user-sessions.service
	Before: systemd-logind.service
	Before: getty at tty1.service
	Before: systemd-ask-password-wall.service
	Before: rc-local.service
	Before: NetworkManager.service
	Before: quotarpc.service
	Before: binfmt-support.service
	Before: atd.service
	Before: cron.service
	Before: fancontrol.service
	Before: fstrim.service
	Before: cups-browsed.service
	Before: pppd-dns.service
	Before: lm-sensors.service
	Before: anacron.service
	Before: ModemManager.service
	Before: avahi-daemon.service
	Before: keyboard-setup.service
	Before: systemd-udevd.service
	Before: hdparm.service
	Before: kbd.service
	Before: rpcbind.service
	Before: console-setup.service
	Before: udev-finish.service
	Before: systemd-udev-settle.service
	Before: debian-fixup.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: sys-kernel-debug.mount
	Before: sys-kernel-config.mount
	Before: kmod-static-nodes.service
	Before: systemd-journal-flush.service
	Before: systemd-udev-trigger.service
	Before: systemd-ask-password-console.service
	Before: dev-hugepages.mount
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-tmpfiles-setup.service
	Before: systemd-modules-load.service
	Before: dev-mqueue.mount
	Before: systemd-sysctl.service
	Before: systemd-cryptsetup at vaioHDpart5c.service
	Before: systemd-cryptsetup at vaioHDpart6c_home.service
	Before: sys-fs-fuse-connections.mount
	Before: systemd-binfmt.service
	Before: lvm2-lvmetad.service
	Before: resolvconf.service
	Before: lvm2-monitor.service
	Before: dm-event.service
	Before: quota.service
	Before: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Before: systemd-initctl.service
	Before: systemd-shutdownd.service
	Before: uuidd.service
	Before: acpi-fakekey.service
	Before: systemd-readahead-done.service
	Before: boot.mount
	Before: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Before: home.mount
	Before: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	Before: systemd-fsck-root.service
	Before: lvm2-activation.service
	Before: lvm2-activation-early.service
	Before: alsa-store.service
	Before: unattended-upgrades.service
	Before: console-kit-log-system-stop.service
	Before: systemd-halt.service
	Before: console-kit-log-system-restart.service
	Before: systemd-reboot.service
	Before: lvm2-pvscan at 254:0.service
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: systemd-backlight at backlight:radeon_bl0.service
	Before: systemd-rfkill at rfkill0.service
	Before: dev-vaioHDpart5c_gv-swap.swap
	Before: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Before: dev-dm\x2d2.swap
	Before: run-rpc_pipefs.mount
	Before: polkitd.service
	Before: getty at tty2.service
	Before: run-user-1000.mount
	Before: user at 1000.service
	Before: console-kit-daemon.service
	Before: upower.service
	Before: udisks2.service
	Before: run-user-0.mount
	Before: user at 0.service
	Before: bluetooth.service
	Before: rtkit-daemon.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: networking.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: nfs-common.service
	ReferencedBy: dirmngr.service
	ReferencedBy: alsa-state.service
	ReferencedBy: alsa-restore.service
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: cups.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: dbus.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: cpufrequtils.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: rc-local.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: quotarpc.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: atd.service
	ReferencedBy: cron.service
	ReferencedBy: fancontrol.service
	ReferencedBy: fstrim.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: lm-sensors.service
	ReferencedBy: anacron.service
	ReferencedBy: ModemManager.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: hdparm.service
	ReferencedBy: kbd.service
	ReferencedBy: rpcbind.service
	ReferencedBy: console-setup.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: debian-fixup.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: resolvconf.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: dm-event.service
	ReferencedBy: quota.service
	ReferencedBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: sockets.target
	ReferencedBy: systemd-initctl.service
	ReferencedBy: systemd-shutdownd.service
	ReferencedBy: uuidd.service
	ReferencedBy: acpi-fakekey.service
	ReferencedBy: systemd-readahead-done.service
	ReferencedBy: boot.mount
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	ReferencedBy: home.mount
	ReferencedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	ReferencedBy: systemd-fsck-root.service
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	ReferencedBy: alsa-store.service
	ReferencedBy: unattended-upgrades.service
	ReferencedBy: console-kit-log-system-stop.service
	ReferencedBy: systemd-halt.service
	ReferencedBy: console-kit-log-system-restart.service
	ReferencedBy: systemd-reboot.service
	ReferencedBy: lvm2-pvscan at 254:0.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	ReferencedBy: systemd-rfkill at rfkill0.service
	ReferencedBy: dev-vaioHDpart5c_gv-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: dev-dm\x2d2.swap
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: polkitd.service
	ReferencedBy: getty at tty2.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: user at 1000.service
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: upower.service
	ReferencedBy: udisks2.service
	ReferencedBy: run-user-0.mount
	ReferencedBy: user at 0.service
	ReferencedBy: bluetooth.service
	ReferencedBy: rtkit-daemon.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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: -.slice
	WantedBy: systemd-remount-fs.service
	WantedBy: slices.target
	WantedBy: systemd-journald.service
	WantedBy: networking.service
	WantedBy: systemd-random-seed.service
	WantedBy: nfs-common.service
	WantedBy: dirmngr.service
	WantedBy: alsa-state.service
	WantedBy: alsa-restore.service
	WantedBy: console-kit-log-system-start.service
	WantedBy: cups.service
	WantedBy: systemd-tmpfiles-clean.service
	WantedBy: lirc.service
	WantedBy: apmd.service
	WantedBy: speech-dispatcher.service
	WantedBy: samba-ad-dc.service
	WantedBy: acpi-support.service
	WantedBy: nmbd.service
	WantedBy: exim4.service
	WantedBy: loadcpufreq.service
	WantedBy: virtualbox.service
	WantedBy: kdm.service
	WantedBy: dbus.service
	WantedBy: acpid.service
	WantedBy: vboxweb-service.service
	WantedBy: vboxballoonctrl-service.service
	WantedBy: gdomap.service
	WantedBy: smbd.service
	WantedBy: mysql.service
	WantedBy: apache2.service
	WantedBy: cpufrequtils.service
	WantedBy: systemd-update-utmp-runlevel.service
	WantedBy: rescue.service
	WantedBy: systemd-user-sessions.service
	WantedBy: systemd-logind.service
	WantedBy: system-getty.slice
	WantedBy: systemd-ask-password-wall.service
	WantedBy: rc-local.service
	WantedBy: NetworkManager.service
	WantedBy: quotarpc.service
	WantedBy: binfmt-support.service
	WantedBy: atd.service
	WantedBy: rsyslog.service
	WantedBy: cron.service
	WantedBy: fancontrol.service
	WantedBy: fstrim.service
	WantedBy: cups-browsed.service
	WantedBy: pppd-dns.service
	WantedBy: lm-sensors.service
	WantedBy: anacron.service
	WantedBy: ModemManager.service
	WantedBy: avahi-daemon.service
	WantedBy: keyboard-setup.service
	WantedBy: systemd-udevd.service
	WantedBy: hdparm.service
	WantedBy: kbd.service
	WantedBy: rpcbind.service
	WantedBy: console-setup.service
	WantedBy: udev-finish.service
	WantedBy: systemd-udev-settle.service
	WantedBy: debian-fixup.service
	WantedBy: systemd-update-utmp.service
	WantedBy: systemd-tmpfiles-setup-dev.service
	WantedBy: sys-kernel-debug.mount
	WantedBy: sys-kernel-config.mount
	WantedBy: kmod-static-nodes.service
	WantedBy: systemd-journal-flush.service
	WantedBy: systemd-udev-trigger.service
	WantedBy: systemd-ask-password-console.service
	WantedBy: dev-hugepages.mount
	WantedBy: proc-sys-fs-binfmt_misc.mount
	WantedBy: systemd-tmpfiles-setup.service
	WantedBy: systemd-modules-load.service
	WantedBy: dev-mqueue.mount
	WantedBy: systemd-sysctl.service
	WantedBy: system-systemd\x2dcryptsetup.slice
	WantedBy: sys-fs-fuse-connections.mount
	WantedBy: systemd-binfmt.service
	WantedBy: lvm2-lvmetad.service
	WantedBy: resolvconf.service
	WantedBy: lvm2-monitor.service
	WantedBy: dm-event.service
	WantedBy: quota.service
	WantedBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	WantedBy: emergency.service
	WantedBy: systemd-initctl.service
	WantedBy: systemd-shutdownd.service
	WantedBy: uuidd.service
	WantedBy: acpi-fakekey.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: systemd-fsck-root.service
	WantedBy: lvm2-activation.service
	WantedBy: lvm2-activation-early.service
	WantedBy: alsa-store.service
	WantedBy: unattended-upgrades.service
	WantedBy: console-kit-log-system-stop.service
	WantedBy: systemd-halt.service
	WantedBy: console-kit-log-system-restart.service
	WantedBy: systemd-reboot.service
	WantedBy: -.mount
	WantedBy: system-lvm2\x2dpvscan.slice
	WantedBy: system-systemd\x2dbacklight.slice
	WantedBy: system-systemd\x2drfkill.slice
	WantedBy: dev-vaioHDpart5c_gv-swap.swap
	WantedBy: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	WantedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	WantedBy: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	WantedBy: dev-dm\x2d2.swap
	WantedBy: run-rpc_pipefs.mount
	WantedBy: polkitd.service
	WantedBy: run-user-1000.mount
	WantedBy: console-kit-daemon.service
	WantedBy: upower.service
	WantedBy: udisks2.service
	WantedBy: run-user-0.mount
	WantedBy: bluetooth.service
	WantedBy: rtkit-daemon.service
	Before: systemd-remount-fs.service
	Before: slices.target
	Before: systemd-journald.service
	Before: networking.service
	Before: systemd-random-seed.service
	Before: nfs-common.service
	Before: dirmngr.service
	Before: alsa-state.service
	Before: alsa-restore.service
	Before: console-kit-log-system-start.service
	Before: cups.service
	Before: systemd-tmpfiles-clean.service
	Before: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: samba-ad-dc.service
	Before: acpi-support.service
	Before: nmbd.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: virtualbox.service
	Before: kdm.service
	Before: dbus.service
	Before: acpid.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: systemd-update-utmp-runlevel.service
	Before: rescue.service
	Before: systemd-user-sessions.service
	Before: systemd-logind.service
	Before: system-getty.slice
	Before: systemd-ask-password-wall.service
	Before: rc-local.service
	Before: NetworkManager.service
	Before: quotarpc.service
	Before: binfmt-support.service
	Before: atd.service
	Before: rsyslog.service
	Before: cron.service
	Before: fancontrol.service
	Before: fstrim.service
	Before: cups-browsed.service
	Before: pppd-dns.service
	Before: lm-sensors.service
	Before: anacron.service
	Before: ModemManager.service
	Before: avahi-daemon.service
	Before: keyboard-setup.service
	Before: systemd-udevd.service
	Before: hdparm.service
	Before: kbd.service
	Before: rpcbind.service
	Before: console-setup.service
	Before: udev-finish.service
	Before: systemd-udev-settle.service
	Before: debian-fixup.service
	Before: systemd-update-utmp.service
	Before: systemd-tmpfiles-setup-dev.service
	Before: sys-kernel-debug.mount
	Before: sys-kernel-config.mount
	Before: kmod-static-nodes.service
	Before: systemd-journal-flush.service
	Before: systemd-udev-trigger.service
	Before: systemd-ask-password-console.service
	Before: dev-hugepages.mount
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-tmpfiles-setup.service
	Before: systemd-modules-load.service
	Before: dev-mqueue.mount
	Before: systemd-sysctl.service
	Before: system-systemd\x2dcryptsetup.slice
	Before: sys-fs-fuse-connections.mount
	Before: systemd-binfmt.service
	Before: lvm2-lvmetad.service
	Before: resolvconf.service
	Before: lvm2-monitor.service
	Before: dm-event.service
	Before: quota.service
	Before: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Before: emergency.service
	Before: systemd-initctl.service
	Before: systemd-shutdownd.service
	Before: uuidd.service
	Before: acpi-fakekey.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: systemd-fsck-root.service
	Before: lvm2-activation.service
	Before: lvm2-activation-early.service
	Before: alsa-store.service
	Before: unattended-upgrades.service
	Before: console-kit-log-system-stop.service
	Before: systemd-halt.service
	Before: console-kit-log-system-restart.service
	Before: systemd-reboot.service
	Before: -.mount
	Before: system-lvm2\x2dpvscan.slice
	Before: system-systemd\x2dbacklight.slice
	Before: system-systemd\x2drfkill.slice
	Before: dev-vaioHDpart5c_gv-swap.swap
	Before: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Before: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Before: dev-dm\x2d2.swap
	Before: run-rpc_pipefs.mount
	Before: polkitd.service
	Before: run-user-1000.mount
	Before: console-kit-daemon.service
	Before: upower.service
	Before: udisks2.service
	Before: run-user-0.mount
	Before: bluetooth.service
	Before: rtkit-daemon.service
	After: -.slice
	References: slices.target
	References: -.slice
	ReferencedBy: systemd-remount-fs.service
	ReferencedBy: slices.target
	ReferencedBy: systemd-journald.service
	ReferencedBy: networking.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: nfs-common.service
	ReferencedBy: dirmngr.service
	ReferencedBy: alsa-state.service
	ReferencedBy: alsa-restore.service
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: cups.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: dbus.service
	ReferencedBy: acpid.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: cpufrequtils.service
	ReferencedBy: systemd-update-utmp-runlevel.service
	ReferencedBy: rescue.service
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: system-getty.slice
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: rc-local.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: quotarpc.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: atd.service
	ReferencedBy: rsyslog.service
	ReferencedBy: cron.service
	ReferencedBy: fancontrol.service
	ReferencedBy: fstrim.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: lm-sensors.service
	ReferencedBy: anacron.service
	ReferencedBy: ModemManager.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: hdparm.service
	ReferencedBy: kbd.service
	ReferencedBy: rpcbind.service
	ReferencedBy: console-setup.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: debian-fixup.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: systemd-ask-password-console.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.mount
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: system-systemd\x2dcryptsetup.slice
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: resolvconf.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: dm-event.service
	ReferencedBy: quota.service
	ReferencedBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: emergency.service
	ReferencedBy: systemd-initctl.service
	ReferencedBy: systemd-shutdownd.service
	ReferencedBy: uuidd.service
	ReferencedBy: acpi-fakekey.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: systemd-fsck-root.service
	ReferencedBy: lvm2-activation.service
	ReferencedBy: lvm2-activation-early.service
	ReferencedBy: alsa-store.service
	ReferencedBy: unattended-upgrades.service
	ReferencedBy: console-kit-log-system-stop.service
	ReferencedBy: systemd-halt.service
	ReferencedBy: console-kit-log-system-restart.service
	ReferencedBy: systemd-reboot.service
	ReferencedBy: -.mount
	ReferencedBy: system-lvm2\x2dpvscan.slice
	ReferencedBy: system-systemd\x2dbacklight.slice
	ReferencedBy: system-systemd\x2drfkill.slice
	ReferencedBy: dev-vaioHDpart5c_gv-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: dev-dm\x2d2.swap
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: polkitd.service
	ReferencedBy: run-user-1000.mount
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: upower.service
	ReferencedBy: udisks2.service
	ReferencedBy: run-user-0.mount
	ReferencedBy: bluetooth.service
	ReferencedBy: rtkit-daemon.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: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	WantedBy: system.slice
	WantedBy: slices.target
	WantedBy: systemd-journald.socket
	WantedBy: cups.socket
	WantedBy: dbus.socket
	WantedBy: acpid.socket
	WantedBy: user.slice
	WantedBy: avahi-daemon.socket
	WantedBy: systemd-udevd-kernel.socket
	WantedBy: systemd-udevd-control.socket
	WantedBy: lvm2-lvmetad.socket
	WantedBy: dm-event.socket
	WantedBy: syslog.socket
	WantedBy: systemd-journald-dev-log.socket
	WantedBy: systemd-initctl.socket
	WantedBy: systemd-shutdownd.socket
	WantedBy: uuidd.socket
	WantedBy: acpi-fakekey.socket
	Before: system.slice
	Before: slices.target
	Before: systemd-journald.socket
	Before: cups.socket
	Before: dbus.socket
	Before: acpid.socket
	Before: user.slice
	Before: avahi-daemon.socket
	Before: systemd-udevd-kernel.socket
	Before: systemd-udevd-control.socket
	Before: lvm2-lvmetad.socket
	Before: dm-event.socket
	Before: syslog.socket
	Before: systemd-journald-dev-log.socket
	Before: systemd-initctl.socket
	Before: systemd-shutdownd.socket
	Before: uuidd.socket
	Before: acpi-fakekey.socket
	References: slices.target
	ReferencedBy: system.slice
	ReferencedBy: slices.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: cups.socket
	ReferencedBy: dbus.socket
	ReferencedBy: acpid.socket
	ReferencedBy: user.slice
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: lvm2-lvmetad.socket
	ReferencedBy: dm-event.socket
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: uuidd.socket
	ReferencedBy: acpi-fakekey.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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Wants: acpi-fakekey.socket
	Wants: avahi-daemon.socket
	Wants: cups.socket
	Wants: dm-event.socket
	Wants: uuidd.socket
	Wants: acpid.socket
	Wants: systemd-udevd-kernel.socket
	Wants: systemd-journald-dev-log.socket
	Wants: dbus.socket
	Wants: systemd-udevd-control.socket
	Wants: systemd-journald.socket
	Wants: systemd-shutdownd.socket
	Wants: systemd-initctl.socket
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: systemd-journald.socket
	After: cups.socket
	After: dbus.socket
	After: acpid.socket
	After: avahi-daemon.socket
	After: systemd-udevd-kernel.socket
	After: systemd-udevd-control.socket
	After: syslog.socket
	After: systemd-journald-dev-log.socket
	After: systemd-initctl.socket
	After: systemd-shutdownd.socket
	After: uuidd.socket
	After: acpi-fakekey.socket
	References: acpi-fakekey.socket
	References: avahi-daemon.socket
	References: cups.socket
	References: dm-event.socket
	References: uuidd.socket
	References: acpid.socket
	References: systemd-udevd-kernel.socket
	References: systemd-journald-dev-log.socket
	References: dbus.socket
	References: systemd-udevd-control.socket
	References: systemd-journald.socket
	References: systemd-shutdownd.socket
	References: systemd-initctl.socket
	References: shutdown.target
	ReferencedBy: systemd-journald.socket
	ReferencedBy: basic.target
	ReferencedBy: cups.socket
	ReferencedBy: dbus.socket
	ReferencedBy: acpid.socket
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: syslog.socket
	ReferencedBy: systemd-journald-dev-log.socket
	ReferencedBy: systemd-initctl.socket
	ReferencedBy: systemd-shutdownd.socket
	ReferencedBy: uuidd.socket
	ReferencedBy: acpi-fakekey.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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 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: 213
	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: 213
			Start Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	WantedBy: systemd-journald.service
	WantedBy: sockets.target
	Before: systemd-journald.service
	Before: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: acpi-support.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: gdomap.service
	Before: mysql.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: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: acpi-support.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: gdomap.service
	ReferencedBy: mysql.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: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Wants: local-fs.target
	Wants: swap.target
	Wants: quota.service
	Wants: lvm2-monitor.service
	Wants: resolvconf.service
	Wants: lvm2-lvmetad.socket
	Wants: systemd-binfmt.service
	Wants: sys-fs-fuse-connections.mount
	Wants: cryptsetup.target
	Wants: systemd-sysctl.service
	Wants: dev-mqueue.mount
	Wants: systemd-modules-load.service
	Wants: systemd-tmpfiles-setup.service
	Wants: proc-sys-fs-binfmt_misc.automount
	Wants: systemd-journald.service
	Wants: dev-hugepages.mount
	Wants: systemd-ask-password-console.path
	Wants: systemd-udev-trigger.service
	Wants: systemd-journal-flush.service
	Wants: kmod-static-nodes.service
	Wants: sys-kernel-config.mount
	Wants: sys-kernel-debug.mount
	Wants: systemd-tmpfiles-setup-dev.service
	Wants: systemd-update-utmp.service
	Wants: debian-fixup.service
	Wants: udev-finish.service
	Wants: console-setup.service
	Wants: rpcbind.service
	Wants: kbd.service
	Wants: hdparm.service
	Wants: keyboard-setup.service
	Wants: nfs-common.service
	Wants: networking.service
	Wants: systemd-random-seed.service
	Wants: systemd-udevd.service
	RequiredBy: basic.target
	RequiredBy: cups.path
	RequiredBy: cups.socket
	RequiredBy: systemd-tmpfiles-clean.timer
	RequiredBy: dbus.socket
	RequiredBy: acpid.socket
	RequiredBy: rescue.target
	RequiredBy: fstrim.timer
	RequiredBy: avahi-daemon.socket
	RequiredBy: uuidd.socket
	RequiredBy: acpi-fakekey.socket
	Conflicts: emergency.service
	Conflicts: emergency.target
	Conflicts: shutdown.target
	Before: basic.target
	Before: alsa-state.service
	Before: console-kit-log-system-start.service
	Before: cups.path
	Before: cups.socket
	Before: systemd-tmpfiles-clean.timer
	Before: dbus.socket
	Before: acpid.socket
	Before: rescue.target
	Before: rescue.service
	Before: fstrim.timer
	Before: avahi-daemon.socket
	Before: uuidd.socket
	Before: acpi-fakekey.socket
	Before: console-kit-log-system-stop.service
	Before: console-kit-log-system-restart.service
	After: systemd-journald.service
	After: local-fs.target
	After: swap.target
	After: emergency.service
	After: emergency.target
	After: networking.service
	After: systemd-random-seed.service
	After: nfs-common.service
	After: keyboard-setup.service
	After: systemd-udevd.service
	After: hdparm.service
	After: kbd.service
	After: rpcbind.service
	After: console-setup.service
	After: systemd-udev-settle.service
	After: debian-fixup.service
	After: systemd-update-utmp.service
	After: systemd-tmpfiles-setup-dev.service
	After: sys-kernel-debug.mount
	After: sys-kernel-config.mount
	After: kmod-static-nodes.service
	After: systemd-udev-trigger.service
	After: dev-hugepages.mount
	After: proc-sys-fs-binfmt_misc.automount
	After: systemd-tmpfiles-setup.service
	After: systemd-modules-load.service
	After: dev-mqueue.mount
	After: systemd-sysctl.service
	After: cryptsetup.target
	After: sys-fs-fuse-connections.mount
	After: systemd-binfmt.service
	After: quota.service
	After: systemd-readahead-replay.service
	After: systemd-readahead-collect.service
	After: systemd-backlight at backlight:acpi_video0.service
	After: systemd-backlight at backlight:radeon_bl0.service
	After: systemd-rfkill at rfkill0.service
	References: emergency.service
	References: emergency.target
	References: local-fs.target
	References: swap.target
	References: quota.service
	References: lvm2-monitor.service
	References: resolvconf.service
	References: lvm2-lvmetad.socket
	References: systemd-binfmt.service
	References: sys-fs-fuse-connections.mount
	References: cryptsetup.target
	References: systemd-sysctl.service
	References: dev-mqueue.mount
	References: systemd-modules-load.service
	References: systemd-tmpfiles-setup.service
	References: proc-sys-fs-binfmt_misc.automount
	References: systemd-journald.service
	References: dev-hugepages.mount
	References: systemd-ask-password-console.path
	References: systemd-udev-trigger.service
	References: systemd-journal-flush.service
	References: kmod-static-nodes.service
	References: sys-kernel-config.mount
	References: sys-kernel-debug.mount
	References: systemd-tmpfiles-setup-dev.service
	References: systemd-update-utmp.service
	References: debian-fixup.service
	References: udev-finish.service
	References: console-setup.service
	References: rpcbind.service
	References: kbd.service
	References: hdparm.service
	References: keyboard-setup.service
	References: nfs-common.service
	References: networking.service
	References: shutdown.target
	References: systemd-random-seed.service
	References: systemd-udevd.service
	ReferencedBy: systemd-journald.service
	ReferencedBy: networking.service
	ReferencedBy: systemd-random-seed.service
	ReferencedBy: nfs-common.service
	ReferencedBy: basic.target
	ReferencedBy: alsa-state.service
	ReferencedBy: console-kit-log-system-start.service
	ReferencedBy: cups.path
	ReferencedBy: cups.socket
	ReferencedBy: systemd-tmpfiles-clean.timer
	ReferencedBy: dbus.socket
	ReferencedBy: acpid.socket
	ReferencedBy: rescue.target
	ReferencedBy: rescue.service
	ReferencedBy: fstrim.timer
	ReferencedBy: avahi-daemon.socket
	ReferencedBy: keyboard-setup.service
	ReferencedBy: systemd-udevd.service
	ReferencedBy: hdparm.service
	ReferencedBy: kbd.service
	ReferencedBy: rpcbind.service
	ReferencedBy: console-setup.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: debian-fixup.service
	ReferencedBy: systemd-update-utmp.service
	ReferencedBy: systemd-tmpfiles-setup-dev.service
	ReferencedBy: sys-kernel-debug.mount
	ReferencedBy: sys-kernel-config.mount
	ReferencedBy: kmod-static-nodes.service
	ReferencedBy: systemd-udev-trigger.service
	ReferencedBy: dev-hugepages.mount
	ReferencedBy: proc-sys-fs-binfmt_misc.automount
	ReferencedBy: systemd-tmpfiles-setup.service
	ReferencedBy: systemd-modules-load.service
	ReferencedBy: dev-mqueue.mount
	ReferencedBy: systemd-sysctl.service
	ReferencedBy: sys-fs-fuse-connections.mount
	ReferencedBy: systemd-binfmt.service
	ReferencedBy: quota.service
	ReferencedBy: uuidd.socket
	ReferencedBy: acpi-fakekey.socket
	ReferencedBy: systemd-readahead-replay.service
	ReferencedBy: systemd-readahead-collect.service
	ReferencedBy: console-kit-log-system-stop.service
	ReferencedBy: console-kit-log-system-restart.service
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	ReferencedBy: systemd-rfkill at rfkill0.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: Sat 2014-11-08 13:21:35 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:35 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:18 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: emergency.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Condition Timestamp: Sat 2014-11-08 13:21:35 CET
	Condition Result: yes
	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
			PID: 556
			Start Timestamp: Sat 2014-11-08 13:21:35 CET
			Exit Timestamp: Sat 2014-11-08 13:21:38 CET
			Exit Code: exited
			Exit Status: 203
		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.'
			PID: 800
			Start Timestamp: Sat 2014-11-08 13:21:38 CET
			Exit Timestamp: Sat 2014-11-08 13:21:38 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --fail --no-block default'
			PID: 804
			Start Timestamp: Sat 2014-11-08 13:21:38 CET
			Exit Timestamp: Sat 2014-11-08 13:23:18 CET
			Exit Code: killed
			Exit Status: 15
	SysVStartPriority: 0
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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: Sat 2014-11-08 13:20:13 CET
	Condition Result: yes
	Requires: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Requires: dev-vaioHDpart5c_gv-swap.swap
	Requires: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Requires: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Requires: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Requires: dev-dm\x2d2.swap
	Wants: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	After: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	After: dev-vaioHDpart5c_gv-swap.swap
	After: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	After: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	After: dev-dm\x2d2.swap
	References: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	References: shutdown.target
	References: dev-vaioHDpart5c_gv-swap.swap
	References: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	References: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	References: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	References: dev-dm\x2d2.swap
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit quota.service:
	Description: Check And Enable File System Quotas
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:09 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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/quota.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: quota.service
	Documentation: man:quotaon(8)
	Fragment Path: /lib/systemd/system/quota.service
	ConditionPathExists: /usr/share/quota/quotaon.sh succeeded
	Condition Timestamp: Sat 2014-11-08 13:20:09 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-remount-fs.service
	After: systemd-journald.socket
	After: system.slice
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: systemd-remount-fs.service
	References: sysinit.target
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: 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: /usr/share/quota/quotaon.sh
			PID: 315
			Start Timestamp: Sat 2014-11-08 13:20:09 CET
			Exit Timestamp: Sat 2014-11-08 13:20:10 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /usr/share/quota/quotaoff.sh
	SysVStartPriority: 0
-> 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: Sat 2014-11-08 13:20:16 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:16 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: Sat 2014-11-08 13:20:16 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: 551
			Start Timestamp: Sat 2014-11-08 13:20:16 CET
			Exit Timestamp: Sat 2014-11-08 13:20:16 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/lvm vgchange --monitor n --config global{use_lvmetad=0} --ignoreskippedcluster
	SysVStartPriority: 0
-> Unit resolvconf.service:
	Description: Nameserver information manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:06 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/resolvconf.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: resolvconf.service
	Documentation: man:resolvconf(8)
	Fragment Path: /lib/systemd/system/resolvconf.service
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: networking.service
	After: systemd-journald.socket
	After: system.slice
	References: networking.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: 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/mkdir -p /run/resolvconf/interface
			PID: 206
			Start Timestamp: Sat 2014-11-08 13:20:05 CET
			Exit Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/touch /run/resolvconf/postponed-update
			PID: 223
			Start Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /sbin/resolvconf --enable-updates
			PID: 230
			Start Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Timestamp: Sat 2014-11-08 13:20:08 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/resolvconf --disable-updates
	SysVStartPriority: 0
-> Unit lvm2-lvmetad.socket:
	Description: LVM2 metadata daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Requires: -.mount
	Wants: -.slice
	RequiredBy: lvm2-lvmetad.service
	RequiredBy: lvm2-monitor.service
	RequiredBy: lvm2-pvscan at 254:0.service
	WantedBy: sysinit.target
	Before: lvm2-lvmetad.service
	Before: lvm2-monitor.service
	Before: lvm2-pvscan at 254:0.service
	After: -.slice
	After: -.mount
	Triggers: lvm2-lvmetad.service
	References: lvm2-lvmetad.service
	References: -.slice
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: lvm2-lvmetad.service
	ReferencedBy: lvm2-monitor.service
	ReferencedBy: lvm2-pvscan at 254:0.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 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: Sat 2014-11-08 13:23:18 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-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:07 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: Sat 2014-11-08 13:20:07 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 cryptsetup.target:
	Description: Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:16 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:16 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: Sat 2014-11-08 13:20:16 CET
	Condition Result: yes
	Requires: systemd-cryptsetup at vaioHDpart6c_home.service
	Requires: systemd-cryptsetup at vaioHDpart5c.service
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: lvm2-activation.service
	After: systemd-cryptsetup at vaioHDpart5c.service
	After: systemd-cryptsetup at vaioHDpart6c_home.service
	After: lvm2-activation-early.service
	References: systemd-cryptsetup at vaioHDpart6c_home.service
	References: systemd-cryptsetup at vaioHDpart5c.service
	References: shutdown.target
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	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-sysctl.service:
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:07 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: Sat 2014-11-08 13:20:07 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: 248
			Start Timestamp: Sat 2014-11-08 13:20:07 CET
			Exit Timestamp: Sat 2014-11-08 13:20:07 CET
			Exit Code: exited
			Exit Status: 0
	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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:06 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: Sat 2014-11-08 13:20:05 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 systemd-modules-load.service:
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:07 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: Sat 2014-11-08 13:20:05 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: 208
			Start Timestamp: Sat 2014-11-08 13:20:05 CET
			Exit Timestamp: Sat 2014-11-08 13:20:07 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: Sat 2014-11-08 13:21:35 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:36 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: Sat 2014-11-08 13:21:35 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: 554
			Start Timestamp: Sat 2014-11-08 13:21:35 CET
			Exit Timestamp: Sat 2014-11-08 13:21:36 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit proc-sys-fs-binfmt_misc.automount:
	Description: Arbitrary Executable File Formats File System Automount Point
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Requires: -.mount
	WantedBy: sysinit.target
	Before: sysinit.target
	Before: proc-sys-fs-binfmt_misc.mount
	Before: systemd-binfmt.service
	After: -.mount
	Triggers: proc-sys-fs-binfmt_misc.mount
	References: sysinit.target
	References: proc-sys-fs-binfmt_misc.mount
	References: -.mount
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-binfmt.service
	RequiresMountsFor: /proc/sys/fs
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Automount State: running
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:06 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: Sat 2014-11-08 13:20:05 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 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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 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 systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:06 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: Sat 2014-11-08 13:20:05 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: 210
			Start Timestamp: Sat 2014-11-08 13:20:05 CET
			Exit Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/udevadm trigger --type=devices --action=add
			PID: 217
			Start Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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: 1189
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:20:09 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:09 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: urandom.service
	Name: systemd-random-seed.service
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	Condition Timestamp: Sat 2014-11-08 13:20:09 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: networking.service
	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: -.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: -.mount
	ReferencedBy: networking.service
	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: 316
			Start Timestamp: Sat 2014-11-08 13:20:09 CET
			Exit Timestamp: Sat 2014-11-08 13:20:09 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
	SysVStartPriority: 0
-> Unit systemd-udevd.service:
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:07 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: Sat 2014-11-08 13:20:07 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: keyboard-setup.service
	Before: sysinit.target
	Before: hdparm.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: keyboard-setup.service
	ReferencedBy: sysinit.target
	ReferencedBy: systemd-udevd-kernel.socket
	ReferencedBy: systemd-udevd-control.socket
	ReferencedBy: hdparm.service
	ReferencedBy: udev-finish.service
	ReferencedBy: systemd-udev-settle.service
	ReferencedBy: systemd-tmpfiles-setup-dev.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: 239
	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: 239
			Start Timestamp: Sat 2014-11-08 13:20:07 CET
	SysVStartPriority: 0
-> Unit kmod-static-nodes.service:
	Description: Create list of required static device nodes for the current kernel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:06 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.16-3-amd64/modules.devname succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Sat 2014-11-08 13:20:05 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: 211
			Start Timestamp: Sat 2014-11-08 13:20:05 CET
			Exit Timestamp: Sat 2014-11-08 13:20:06 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: Sat 2014-11-08 13:23:18 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 sys-kernel-debug.mount:
	Description: Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:06 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: Sat 2014-11-08 13:20:05 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 systemd-tmpfiles-setup-dev.service:
	Description: Create Static Device Nodes in /dev
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:06 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:07 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: Sat 2014-11-08 13:20:06 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: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: systemd-sysusers.service
	After: systemd-journald.socket
	After: system.slice
	After: kmod-static-nodes.service
	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: 219
			Start Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Timestamp: Sat 2014-11-08 13:20:07 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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: Sat 2014-11-08 13:21:36 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:36 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: Sat 2014-11-08 13:21:36 CET
	Condition Result: yes
	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: -.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: -.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: 567
			Start Timestamp: Sat 2014-11-08 13:21:36 CET
			Exit Timestamp: Sat 2014-11-08 13:21:36 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
	SysVStartPriority: 0
-> Unit debian-fixup.service:
	Description: Various fixups to make systemd work better on Debian
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	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: Sat 2014-11-08 13:23:18 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 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: Sat 2014-11-08 13:20:15 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:15 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: Sat 2014-11-08 13:20:15 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: 546
			Start Timestamp: Sat 2014-11-08 13:20:15 CET
			Exit Timestamp: Sat 2014-11-08 13:20:15 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit console-setup.service:
	Description: LSB: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:38 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:38 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: Sat 2014-11-08 13:21:38 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: sysinit.target
	After: networking.service
	After: nfs-common.service
	After: keyboard-setup.service
	After: hdparm.service
	After: kbd.service
	After: rpcbind.service
	After: remote-fs.target
	After: console-screen.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: remote-fs.target
	References: console-screen.service
	References: kbd.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	ReferencedBy: nfs-common.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: hdparm.service
	ReferencedBy: kbd.service
	ReferencedBy: rpcbind.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: 742
			Start Timestamp: Sat 2014-11-08 13:21:38 CET
			Exit Timestamp: Sat 2014-11-08 13:21:38 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: 21
-> Unit rpcbind.service:
	Description: LSB: RPC portmapper replacement
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:36 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:37 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: Sat 2014-11-08 13:21:36 CET
	Condition Result: yes
	Wants: network-online.target
	Wants: rpcbind.target
	Wants: system.slice
	RequiredBy: rpcbind.target
	WantedBy: sysinit.target
	WantedBy: quotarpc.service
	Conflicts: shutdown.target
	Before: nfs-common.service
	Before: quotarpc.service
	Before: kbd.service
	Before: sysinit.target
	Before: shutdown.target
	Before: console-setup.service
	Before: rpcbind.target
	After: networking.service
	After: keyboard-setup.service
	After: hdparm.service
	After: network-online.target
	After: local-fs.target
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: shutdown.target
	References: console-setup.service
	References: network-online.target
	References: local-fs.target
	References: rpcbind.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	ReferencedBy: nfs-common.service
	ReferencedBy: rpcbind.target
	ReferencedBy: quotarpc.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: hdparm.service
	ReferencedBy: kbd.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: 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: 670
			Start Timestamp: Sat 2014-11-08 13:21:36 CET
			Exit Timestamp: Sat 2014-11-08 13:21:37 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/rpcbind stop
	SysVStartPriority: 16
-> Unit kbd.service:
	Description: LSB: Prepare console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:37 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:38 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: Sat 2014-11-08 13:21:37 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: kdm.service
	Before: sysinit.target
	Before: console-setup.service
	After: networking.service
	After: nfs-common.service
	After: keyboard-setup.service
	After: hdparm.service
	After: remote-fs.target
	After: rpcbind.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: console-setup.service
	References: remote-fs.target
	References: rpcbind.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	ReferencedBy: nfs-common.service
	ReferencedBy: kdm.service
	ReferencedBy: keyboard-setup.service
	ReferencedBy: hdparm.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/kbd start
			PID: 716
			Start Timestamp: Sat 2014-11-08 13:21:37 CET
			Exit Timestamp: Sat 2014-11-08 13:21:38 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/kbd stop
	SysVStartPriority: 20
-> Unit hdparm.service:
	Description: LSB: Tune IDE hard disks
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:09 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:09 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: Sat 2014-11-08 13:20:09 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: networking.service
	Before: nfs-common.service
	Before: sysinit.target
	Before: kbd.service
	Before: rpcbind.service
	Before: console-setup.service
	After: keyboard-setup.service
	After: mountdevsubfs.service
	After: systemd-udevd.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: kbd.service
	References: rpcbind.service
	References: console-setup.service
	References: mountdevsubfs.service
	References: systemd-udevd.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: networking.service
	ReferencedBy: nfs-common.service
	ReferencedBy: keyboard-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/hdparm start
			PID: 304
			Start Timestamp: Sat 2014-11-08 13:20:09 CET
			Exit Timestamp: Sat 2014-11-08 13:20:09 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/hdparm reload
	-> ExecStop:
		Command Line: /etc/init.d/hdparm stop
	SysVStartPriority: 6
-> Unit keyboard-setup.service:
	Description: LSB: Set preliminary keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:09 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: Sat 2014-11-08 13:20:07 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	Before: networking.service
	Before: nfs-common.service
	Before: sysinit.target
	Before: systemd-remount-fs.service
	Before: hdparm.service
	Before: kbd.service
	Before: rpcbind.service
	Before: console-setup.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: hdparm.service
	References: kbd.service
	References: rpcbind.service
	References: console-setup.service
	References: mountkernfs.service
	References: keymap.service
	References: systemd-udevd.service
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: networking.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: 241
			Start Timestamp: Sat 2014-11-08 13:20:07 CET
			Exit Timestamp: Sat 2014-11-08 13:20:09 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: 5
-> 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: Sat 2014-11-08 13:21:37 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:37 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: Sat 2014-11-08 13:21:37 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: sysinit.target
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: graphical.target
	Before: shutdown.target
	Before: kbd.service
	Before: console-setup.service
	Before: multi-user.target
	After: networking.service
	After: rpcbind.target
	After: time-sync.target
	After: keyboard-setup.service
	After: hdparm.service
	After: rpcbind.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: graphical.target
	References: shutdown.target
	References: kbd.service
	References: console-setup.service
	References: rpcbind.target
	References: time-sync.target
	References: keyboard-setup.service
	References: hdparm.service
	References: rpcbind.service
	References: systemd-journald.socket
	References: system.slice
	References: multi-user.target
	ReferencedBy: sysinit.target
	ReferencedBy: networking.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: 689
			Start Timestamp: Sat 2014-11-08 13:21:37 CET
			Exit Timestamp: Sat 2014-11-08 13:21:37 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/nfs-common stop
	SysVStartPriority: 17
-> Unit networking.service:
	Description: LSB: Raise network interfaces.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:35 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:36 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/networking.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: networking.service
	Fragment Path: /run/systemd/generator.late/networking.service
	Source Path: /etc/init.d/networking
	DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
	Condition Timestamp: Sat 2014-11-08 13:21:35 CET
	Condition Result: yes
	Wants: network.target
	Wants: system.slice
	WantedBy: sysinit.target
	Conflicts: shutdown.target
	Before: sysinit.target
	Before: shutdown.target
	Before: nfs-common.service
	Before: kbd.service
	Before: rpcbind.service
	Before: console-setup.service
	Before: network.target
	After: mountkernfs.service
	After: local-fs.target
	After: systemd-random-seed.service
	After: keyboard-setup.service
	After: hdparm.service
	After: systemd-journald.socket
	After: system.slice
	After: resolvconf.service
	References: sysinit.target
	References: shutdown.target
	References: nfs-common.service
	References: kbd.service
	References: rpcbind.service
	References: console-setup.service
	References: mountkernfs.service
	References: local-fs.target
	References: systemd-random-seed.service
	References: keyboard-setup.service
	References: hdparm.service
	References: network.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: sysinit.target
	ReferencedBy: resolvconf.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	KillMode: process
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: no
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /etc/init.d/networking start
			PID: 555
			Start Timestamp: Sat 2014-11-08 13:21:35 CET
			Exit Timestamp: Sat 2014-11-08 13:21:36 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/networking reload
	-> ExecStop:
		Command Line: /etc/init.d/networking stop
	SysVStartPriority: 15
-> 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: networking.service
	Before: keyboard-setup.service
	ReferencedBy: networking.service
	ReferencedBy: keyboard-setup.service
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:36 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:36 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.target
	Documentation: man:systemd.special(7)
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Sat 2014-11-08 13:21:36 CET
	Condition Result: yes
	WantedBy: networking.service
	Conflicts: shutdown.target
	Before: network-online.target
	Before: rc-local.service
	After: networking.service
	After: network-pre.target
	References: network-pre.target
	References: shutdown.target
	ReferencedBy: networking.service
	ReferencedBy: network-online.target
	ReferencedBy: rc-local.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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 rpcbind.target:
	Description: RPC Port Mapper
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:37 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:37 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: Sat 2014-11-08 13:21:37 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: nfs-common.service
	ReferencedBy: rpcbind.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: exim4.service
	Before: mysql.service
	Before: anacron.service
	References: shutdown.target
	ReferencedBy: nfs-common.service
	ReferencedBy: systemd-tmpfiles-clean.service
	ReferencedBy: exim4.service
	ReferencedBy: mysql.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: Sat 2014-11-08 13:23:38 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:38 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: Sat 2014-11-08 13:23:38 CET
	Condition Result: yes
	Requires: multi-user.target
	Wants: display-manager.service
	Wants: systemd-update-utmp-runlevel.service
	Wants: cpufrequtils.service
	Wants: apache2.service
	Wants: mysql.service
	Wants: smbd.service
	Wants: gdomap.service
	Wants: vboxballoonctrl-service.service
	Wants: vboxweb-service.service
	Wants: kdm.service
	Wants: virtualbox.service
	Wants: nfs-common.service
	Wants: loadcpufreq.service
	Wants: exim4.service
	Wants: nmbd.service
	Wants: acpi-support.service
	Wants: samba-ad-dc.service
	Wants: speech-dispatcher.service
	Wants: apmd.service
	Wants: lirc.service
	Wants: dirmngr.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: dirmngr.service
	After: lirc.service
	After: apmd.service
	After: speech-dispatcher.service
	After: samba-ad-dc.service
	After: acpi-support.service
	After: nmbd.service
	After: exim4.service
	After: loadcpufreq.service
	After: virtualbox.service
	After: kdm.service
	After: vboxweb-service.service
	After: vboxballoonctrl-service.service
	After: gdomap.service
	After: smbd.service
	After: mysql.service
	After: apache2.service
	After: cpufrequtils.service
	References: multi-user.target
	References: display-manager.service
	References: systemd-update-utmp-runlevel.service
	References: cpufrequtils.service
	References: apache2.service
	References: mysql.service
	References: smbd.service
	References: gdomap.service
	References: vboxballoonctrl-service.service
	References: vboxweb-service.service
	References: kdm.service
	References: virtualbox.service
	References: nfs-common.service
	References: loadcpufreq.service
	References: exim4.service
	References: nmbd.service
	References: acpi-support.service
	References: samba-ad-dc.service
	References: speech-dispatcher.service
	References: apmd.service
	References: lirc.service
	References: dirmngr.service
	References: shutdown.target
	References: rescue.target
	ReferencedBy: nfs-common.service
	ReferencedBy: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: cpufrequtils.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: Sat 2014-11-08 13:23:38 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:38 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: Sat 2014-11-08 13:23:38 CET
	Condition Result: yes
	Requires: basic.target
	Wants: avahi-daemon.service
	Wants: ModemManager.service
	Wants: anacron.service
	Wants: lm-sensors.service
	Wants: pppd-dns.service
	Wants: cups-browsed.service
	Wants: fstrim.timer
	Wants: fancontrol.service
	Wants: cron.service
	Wants: rsyslog.service
	Wants: atd.service
	Wants: binfmt-support.service
	Wants: remote-fs.target
	Wants: quotarpc.service
	Wants: NetworkManager.service
	Wants: rc-local.service
	Wants: systemd-ask-password-wall.path
	Wants: systemd-update-utmp-runlevel.service
	Wants: getty.target
	Wants: dbus.service
	Wants: systemd-logind.service
	Wants: systemd-user-sessions.service
	Wants: cpufrequtils.service
	Wants: apache2.service
	Wants: mysql.service
	Wants: smbd.service
	Wants: gdomap.service
	Wants: vboxballoonctrl-service.service
	Wants: vboxweb-service.service
	Wants: kdm.service
	Wants: virtualbox.service
	Wants: nfs-common.service
	Wants: loadcpufreq.service
	Wants: exim4.service
	Wants: nmbd.service
	Wants: acpi-support.service
	Wants: samba-ad-dc.service
	Wants: speech-dispatcher.service
	Wants: apmd.service
	Wants: lirc.service
	Wants: dirmngr.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: dbus.service
	After: systemd-user-sessions.service
	After: systemd-logind.service
	After: getty.target
	After: rc-local.service
	After: NetworkManager.service
	After: quotarpc.service
	After: binfmt-support.service
	After: atd.service
	After: rsyslog.service
	After: cron.service
	After: fancontrol.service
	After: fstrim.timer
	After: cups-browsed.service
	After: pppd-dns.service
	After: lm-sensors.service
	After: anacron.service
	After: ModemManager.service
	After: avahi-daemon.service
	After: nfs-common.service
	After: dirmngr.service
	After: lirc.service
	After: apmd.service
	After: speech-dispatcher.service
	After: samba-ad-dc.service
	After: acpi-support.service
	After: nmbd.service
	After: exim4.service
	After: loadcpufreq.service
	After: virtualbox.service
	After: kdm.service
	After: vboxweb-service.service
	After: vboxballoonctrl-service.service
	After: gdomap.service
	After: smbd.service
	After: mysql.service
	After: apache2.service
	After: cpufrequtils.service
	References: basic.target
	References: rescue.service
	References: rescue.target
	References: avahi-daemon.service
	References: ModemManager.service
	References: anacron.service
	References: lm-sensors.service
	References: pppd-dns.service
	References: cups-browsed.service
	References: fstrim.timer
	References: fancontrol.service
	References: cron.service
	References: rsyslog.service
	References: atd.service
	References: binfmt-support.service
	References: remote-fs.target
	References: quotarpc.service
	References: NetworkManager.service
	References: rc-local.service
	References: systemd-ask-password-wall.path
	References: systemd-update-utmp-runlevel.service
	References: getty.target
	References: dbus.service
	References: systemd-logind.service
	References: systemd-user-sessions.service
	References: shutdown.target
	References: cpufrequtils.service
	References: apache2.service
	References: mysql.service
	References: smbd.service
	References: gdomap.service
	References: vboxballoonctrl-service.service
	References: vboxweb-service.service
	References: kdm.service
	References: virtualbox.service
	References: nfs-common.service
	References: loadcpufreq.service
	References: exim4.service
	References: nmbd.service
	References: acpi-support.service
	References: samba-ad-dc.service
	References: speech-dispatcher.service
	References: apmd.service
	References: lirc.service
	References: dirmngr.service
	ReferencedBy: graphical.target
	ReferencedBy: nfs-common.service
	ReferencedBy: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: cpufrequtils.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 display-manager.service:
	Description: display-manager.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: display-manager.service
	WantedBy: graphical.target
	ReferencedBy: graphical.target
-> Unit systemd-update-utmp-runlevel.service:
	Description: Update UTMP about System Runlevel Changes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:38 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:38 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: Sat 2014-11-08 13:23:38 CET
	Condition Result: yes
	Requires: -.mount
	Requisite: systemd-update-utmp.service
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: rescue.target
	WantedBy: multi-user.target
	WantedBy: reboot.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: -.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: -.mount
	ReferencedBy: graphical.target
	ReferencedBy: rescue.target
	ReferencedBy: multi-user.target
	ReferencedBy: reboot.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: 2198
			Start Timestamp: Sat 2014-11-08 13:23:38 CET
			Exit Timestamp: Sat 2014-11-08 13:23:38 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit cpufrequtils.service:
	Description: LSB: set CPUFreq kernel parameters
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:37 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:37 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/cpufrequtils.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: cpufrequtils.service
	Fragment Path: /run/systemd/generator.late/cpufrequtils.service
	Source Path: /etc/init.d/cpufrequtils
	Condition Timestamp: Sat 2014-11-08 13:23:37 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: kdm.service
	Before: smbd.service
	Before: graphical.target
	Before: shutdown.target
	Before: multi-user.target
	After: dirmngr.service
	After: lirc.service
	After: apmd.service
	After: speech-dispatcher.service
	After: samba-ad-dc.service
	After: acpi-support.service
	After: nmbd.service
	After: loadcpufreq.service
	After: virtualbox.service
	After: vboxweb-service.service
	After: vboxballoonctrl-service.service
	After: gdomap.service
	After: mysql.service
	After: apache2.service
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: remote-fs.target
	References: loadcpufreq.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.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/cpufrequtils start
			PID: 1824
			Start Timestamp: Sat 2014-11-08 13:23:37 CET
			Exit Timestamp: Sat 2014-11-08 13:23:37 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/cpufrequtils reload
	-> ExecStop:
		Command Line: /etc/init.d/cpufrequtils stop
	SysVStartPriority: 22
-> Unit apache2.service:
	Description: LSB: Apache2 web server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:31 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:33 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: Sat 2014-11-08 13:23: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: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: acpi-support.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: kdm.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: graphical.target
	Before: shutdown.target
	Before: cpufrequtils.service
	Before: multi-user.target
	After: dirmngr.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.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: cpufrequtils.service
	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: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.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: 1295
			Start Timestamp: Sat 2014-11-08 13:23:31 CET
			Exit Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/apache2 reload
	-> ExecStop:
		Command Line: /etc/init.d/apache2 stop
	SysVStartPriority: 20
-> 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: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:37 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: Sat 2014-11-08 13:23:33 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: exim4.service
	Before: kdm.service
	Before: smbd.service
	Before: graphical.target
	Before: shutdown.target
	Before: cpufrequtils.service
	Before: multi-user.target
	After: dirmngr.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: network-online.target
	After: time-sync.target
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: cpufrequtils.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: network-online.target
	References: time-sync.target
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: smbd.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: 1328
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:37 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/mysql reload
	-> ExecStop:
		Command Line: /etc/init.d/mysql stop
	SysVStartPriority: 21
-> Unit smbd.service:
	Description: LSB: start Samba SMB/CIFS daemon (smbd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:38 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:38 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/smbd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: smbd.service
	Fragment Path: /run/systemd/generator.late/smbd.service
	Source Path: /etc/init.d/smbd
	Condition Timestamp: Sat 2014-11-08 13:23:38 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: multi-user.target
	After: dirmngr.service
	After: lirc.service
	After: apmd.service
	After: speech-dispatcher.service
	After: samba-ad-dc.service
	After: acpi-support.service
	After: nmbd.service
	After: exim4.service
	After: loadcpufreq.service
	After: virtualbox.service
	After: kdm.service
	After: vboxweb-service.service
	After: vboxballoonctrl-service.service
	After: gdomap.service
	After: network-online.target
	After: local-fs.target
	After: remote-fs.target
	After: slapd.service
	After: cups.service
	After: mysql.service
	After: apache2.service
	After: cpufrequtils.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: network-online.target
	References: local-fs.target
	References: remote-fs.target
	References: slapd.service
	References: cups.service
	References: mysql.service
	References: apache2.service
	References: cpufrequtils.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.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/smbd start
			PID: 2129
			Start Timestamp: Sat 2014-11-08 13:23:38 CET
			Exit Timestamp: Sat 2014-11-08 13:23:38 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/smbd reload
			PID: 2920
			Start Timestamp: Sat 2014-11-08 13:26:42 CET
			Exit Timestamp: Sat 2014-11-08 13:26:42 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/smbd stop
	SysVStartPriority: 25
-> 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: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:33 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: Sat 2014-11-08 13:23:33 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: exim4.service
	Before: kdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: smbd.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: dirmngr.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: smbd.service
	References: cpufrequtils.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.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: 1329
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/gdomap stop
	SysVStartPriority: 21
-> Unit vboxballoonctrl-service.service:
	Description: LSB: VirtualBox balloon control daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:33 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/vboxballoonctrl-service.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: vboxballoonctrl-service.service
	Fragment Path: /run/systemd/generator.late/vboxballoonctrl-service.service
	Source Path: /etc/init.d/vboxballoonctrl-service
	Condition Timestamp: Sat 2014-11-08 13:23:33 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: exim4.service
	Before: kdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: smbd.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: dirmngr.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.service
	After: vboxdrv.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: smbd.service
	References: cpufrequtils.service
	References: vboxdrv.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.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/vboxballoonctrl-service start
			PID: 1330
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/vboxballoonctrl-service stop
	SysVStartPriority: 21
-> Unit vboxweb-service.service:
	Description: LSB: VirtualBox web service API
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/vboxweb-service.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: vboxweb-service.service
	Fragment Path: /run/systemd/generator.late/vboxweb-service.service
	Source Path: /etc/init.d/vboxweb-service
	Condition Timestamp: Sat 2014-11-08 13:23:33 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: exim4.service
	Before: kdm.service
	Before: graphical.target
	Before: shutdown.target
	Before: smbd.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: dirmngr.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.service
	After: vboxdrv.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: smbd.service
	References: cpufrequtils.service
	References: vboxdrv.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.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/vboxweb-service start
			PID: 1331
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:34 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/vboxweb-service stop
	SysVStartPriority: 21
-> Unit kdm.service:
	Description: LSB: X display manager for KDE
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:37 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:38 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/kdm.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: kdm.service
	Fragment Path: /run/systemd/generator.late/kdm.service
	Source Path: /etc/init.d/kdm
	DropIn Path: /run/systemd/generator/kdm.service.d/50-kdm-$x-display-manager.conf
	Condition Timestamp: Sat 2014-11-08 13:23:37 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: graphical.target
	Before: shutdown.target
	Before: smbd.service
	Before: x-display-manager.target
	Before: multi-user.target
	After: dirmngr.service
	After: lirc.service
	After: apmd.service
	After: speech-dispatcher.service
	After: samba-ad-dc.service
	After: acpi-support.service
	After: nmbd.service
	After: exim4.service
	After: loadcpufreq.service
	After: virtualbox.service
	After: local-fs.target
	After: remote-fs.target
	After: console-screen.service
	After: kbd.service
	After: acpid.service
	After: dbus.socket
	After: krb5-kdc.service
	After: vboxweb-service.service
	After: vboxballoonctrl-service.service
	After: gdomap.service
	After: mysql.service
	After: apache2.service
	After: cpufrequtils.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: smbd.service
	References: local-fs.target
	References: remote-fs.target
	References: console-screen.service
	References: kbd.service
	References: acpid.service
	References: dbus.socket
	References: krb5-kdc.service
	References: vboxweb-service.service
	References: vboxballoonctrl-service.service
	References: gdomap.service
	References: mysql.service
	References: apache2.service
	References: cpufrequtils.service
	References: x-display-manager.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.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: 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/kdm start
			PID: 2095
			Start Timestamp: Sat 2014-11-08 13:23:37 CET
			Exit Timestamp: Sat 2014-11-08 13:23:38 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/kdm reload
	-> ExecStop:
		Command Line: /etc/init.d/kdm stop
	SysVStartPriority: 24
-> Unit virtualbox.service:
	Description: LSB: VirtualBox Linux kernel module
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/virtualbox.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: virtualbox.service
	Fragment Path: /run/systemd/generator.late/virtualbox.service
	Source Path: /etc/init.d/virtualbox
	Condition Timestamp: Sat 2014-11-08 13:23:24 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: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: acpi-support.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: graphical.target
	Before: shutdown.target
	Before: kdm.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: multi-user.target
	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: kdm.service
	References: vboxweb-service.service
	References: vboxballoonctrl-service.service
	References: gdomap.service
	References: smbd.service
	References: mysql.service
	References: apache2.service
	References: cpufrequtils.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: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: acpi-support.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.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/virtualbox start
			PID: 1225
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Timestamp: Sat 2014-11-08 13:23:25 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/virtualbox stop
	SysVStartPriority: 19
-> Unit loadcpufreq.service:
	Description: LSB: Load kernel modules needed to enable cpufreq scaling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/loadcpufreq.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: loadcpufreq.service
	Fragment Path: /run/systemd/generator.late/loadcpufreq.service
	Source Path: /etc/init.d/loadcpufreq
	Condition Timestamp: Sat 2014-11-08 13:23:33 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: exim4.service
	Before: graphical.target
	Before: kdm.service
	Before: smbd.service
	Before: cpufrequtils.service
	Before: shutdown.target
	Before: multi-user.target
	After: dirmngr.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: virtualbox.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: kdm.service
	References: smbd.service
	References: cpufrequtils.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: virtualbox.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: cpufrequtils.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/loadcpufreq start
			PID: 1332
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:34 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/loadcpufreq stop
	SysVStartPriority: 21
-> Unit exim4.service:
	Description: LSB: exim Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:37 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:37 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: Sat 2014-11-08 13:23:37 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: kdm.service
	Before: smbd.service
	Before: multi-user.target
	After: dirmngr.service
	After: lirc.service
	After: apmd.service
	After: speech-dispatcher.service
	After: samba-ad-dc.service
	After: acpi-support.service
	After: nmbd.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: nss-lookup.target
	After: network-online.target
	After: time-sync.target
	After: postgresql.service
	After: mysql.service
	After: clamav-daemon.service
	After: greylist.service
	After: spamassassin.service
	After: loadcpufreq.service
	After: virtualbox.service
	After: vboxweb-service.service
	After: vboxballoonctrl-service.service
	After: gdomap.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: kdm.service
	References: smbd.service
	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: loadcpufreq.service
	References: virtualbox.service
	References: vboxweb-service.service
	References: vboxballoonctrl-service.service
	References: gdomap.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.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: 1825
			Start Timestamp: Sat 2014-11-08 13:23:37 CET
			Exit Timestamp: Sat 2014-11-08 13:23:37 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/exim4 reload
	-> ExecStop:
		Command Line: /etc/init.d/exim4 stop
	SysVStartPriority: 22
-> Unit nmbd.service:
	Description: LSB: start Samba NetBIOS nameserver (nmbd)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/nmbd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: nmbd.service
	Fragment Path: /run/systemd/generator.late/nmbd.service
	Source Path: /etc/init.d/nmbd
	Condition Timestamp: Sat 2014-11-08 13:23:24 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: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: acpi-support.service
	Before: graphical.target
	Before: shutdown.target
	Before: smbd.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: kdm.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: network-online.target
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: smbd.service
	References: exim4.service
	References: loadcpufreq.service
	References: kdm.service
	References: vboxweb-service.service
	References: vboxballoonctrl-service.service
	References: gdomap.service
	References: mysql.service
	References: apache2.service
	References: cpufrequtils.service
	References: network-online.target
	References: local-fs.target
	References: remote-fs.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: acpi-support.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/nmbd start
			PID: 1226
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Timestamp: Sat 2014-11-08 13:23:31 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/nmbd stop
	SysVStartPriority: 19
-> 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: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/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: Sat 2014-11-08 13:23:33 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: graphical.target
	Before: exim4.service
	Before: kdm.service
	Before: smbd.service
	Before: cpufrequtils.service
	Before: shutdown.target
	Before: multi-user.target
	After: dirmngr.service
	After: samba-ad-dc.service
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: nmbd.service
	After: virtualbox.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: exim4.service
	References: kdm.service
	References: smbd.service
	References: cpufrequtils.service
	References: local-fs.target
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: nmbd.service
	References: virtualbox.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.service
	ReferencedBy: samba-ad-dc.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: 1333
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:34 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/acpi-support stop
	SysVStartPriority: 21
-> Unit samba-ad-dc.service:
	Description: LSB: start Samba daemons for the AD DC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/samba-ad-dc.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: samba-ad-dc.service
	Fragment Path: /run/systemd/generator.late/samba-ad-dc.service
	Source Path: /etc/init.d/samba-ad-dc
	Condition Timestamp: Sat 2014-11-08 13:23:24 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: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: graphical.target
	Before: shutdown.target
	Before: acpi-support.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: kdm.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: network-online.target
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: acpi-support.service
	References: exim4.service
	References: loadcpufreq.service
	References: kdm.service
	References: vboxweb-service.service
	References: vboxballoonctrl-service.service
	References: gdomap.service
	References: smbd.service
	References: mysql.service
	References: apache2.service
	References: cpufrequtils.service
	References: network-online.target
	References: local-fs.target
	References: remote-fs.target
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.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/samba-ad-dc start
			PID: 1227
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Timestamp: Sat 2014-11-08 13:23:31 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/samba-ad-dc stop
	SysVStartPriority: 19
-> Unit speech-dispatcher.service:
	Description: LSB: Speech Dispatcher
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:33 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: Sat 2014-11-08 13:23:33 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: exim4.service
	Before: kdm.service
	Before: smbd.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: dirmngr.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: festival.service
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: kdm.service
	References: smbd.service
	References: cpufrequtils.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: festival.service
	References: samba-ad-dc.service
	References: nmbd.service
	References: virtualbox.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.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: 1334
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:33 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: 21
-> Unit apmd.service:
	Description: LSB: Advanced Power Management (APM) daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/apmd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: apmd.service
	Fragment Path: /run/systemd/generator.late/apmd.service
	Source Path: /etc/init.d/apmd
	Condition Timestamp: Sat 2014-11-08 13:23:33 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: graphical.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: graphical.target
	Before: exim4.service
	Before: kdm.service
	Before: smbd.service
	Before: cpufrequtils.service
	Before: shutdown.target
	Before: multi-user.target
	After: dirmngr.service
	After: local-fs.target
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: exim4.service
	References: kdm.service
	References: smbd.service
	References: cpufrequtils.service
	References: local-fs.target
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: samba-ad-dc.service
	References: nmbd.service
	References: virtualbox.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.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/apmd start
			PID: 1335
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:34 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /etc/init.d/apmd stop
	SysVStartPriority: 21
-> Unit lirc.service:
	Description: LSB: Starts LIRC daemon.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:33 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/lirc.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: lirc.service
	Fragment Path: /run/systemd/generator.late/lirc.service
	Source Path: /etc/init.d/lirc
	Condition Timestamp: Sat 2014-11-08 13:23:33 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: exim4.service
	Before: kdm.service
	Before: smbd.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: dirmngr.service
	After: remote-fs.target
	After: systemd-journald-dev-log.socket
	After: samba-ad-dc.service
	After: nmbd.service
	After: virtualbox.service
	After: apache2.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: exim4.service
	References: kdm.service
	References: smbd.service
	References: cpufrequtils.service
	References: remote-fs.target
	References: systemd-journald-dev-log.socket
	References: samba-ad-dc.service
	References: nmbd.service
	References: virtualbox.service
	References: apache2.service
	References: systemd-journald.socket
	References: basic.target
	References: system.slice
	References: multi-user.target
	ReferencedBy: graphical.target
	ReferencedBy: dirmngr.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/lirc start
			PID: 1337
			Start Timestamp: Sat 2014-11-08 13:23:33 CET
			Exit Timestamp: Sat 2014-11-08 13:23:34 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/lirc reload
	-> ExecStop:
		Command Line: /etc/init.d/lirc stop
	SysVStartPriority: 21
-> Unit dirmngr.service:
	Description: LSB: start DirMngr daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/dirmngr.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dirmngr.service
	Fragment Path: /run/systemd/generator.late/dirmngr.service
	Source Path: /etc/init.d/dirmngr
	Condition Timestamp: Sat 2014-11-08 13:23:24 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: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: acpi-support.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: kdm.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: multi-user.target
	After: local-fs.target
	After: network-online.target
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: graphical.target
	References: shutdown.target
	References: lirc.service
	References: apmd.service
	References: speech-dispatcher.service
	References: acpi-support.service
	References: exim4.service
	References: loadcpufreq.service
	References: kdm.service
	References: vboxweb-service.service
	References: vboxballoonctrl-service.service
	References: gdomap.service
	References: smbd.service
	References: mysql.service
	References: apache2.service
	References: cpufrequtils.service
	References: local-fs.target
	References: network-online.target
	References: remote-fs.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: 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/dirmngr start
			PID: 1231
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Timestamp: Sat 2014-11-08 13:23:28 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /etc/init.d/dirmngr reload
	-> ExecStop:
		Command Line: /etc/init.d/dirmngr stop
	SysVStartPriority: 19
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:36 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:36 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: Sat 2014-11-08 13:21:36 CET
	Condition Result: yes
	WantedBy: dirmngr.service
	WantedBy: samba-ad-dc.service
	WantedBy: nmbd.service
	WantedBy: exim4.service
	WantedBy: virtualbox.service
	WantedBy: smbd.service
	WantedBy: mysql.service
	WantedBy: apache2.service
	WantedBy: rpcbind.service
	Conflicts: shutdown.target
	Before: dirmngr.service
	Before: samba-ad-dc.service
	Before: nmbd.service
	Before: exim4.service
	Before: virtualbox.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: rpcbind.service
	After: network.target
	References: network.target
	References: shutdown.target
	ReferencedBy: dirmngr.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: virtualbox.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: rpcbind.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	DropIn Path: /run/systemd/generator/remote-fs.target.d/50-insserv.conf.conf
	Condition Timestamp: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Wants: remote-fs-pre.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: dirmngr.service
	Before: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: samba-ad-dc.service
	Before: acpi-support.service
	Before: nmbd.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: virtualbox.service
	Before: kdm.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: systemd-user-sessions.service
	Before: kbd.service
	Before: console-setup.service
	Before: systemd-journal-flush.service
	After: remote-fs-pre.target
	After: local-fs.target
	References: remote-fs-pre.target
	References: local-fs.target
	References: shutdown.target
	ReferencedBy: dirmngr.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: cpufrequtils.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: kbd.service
	ReferencedBy: console-setup.service
	ReferencedBy: systemd-journal-flush.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: sysinit.target
	Wants: sockets.target
	Wants: timers.target
	Wants: paths.target
	Wants: slices.target
	Wants: console-kit-log-system-start.service
	Wants: alsa-restore.service
	Wants: alsa-state.service
	RequiredBy: dirmngr.service
	RequiredBy: cups.service
	RequiredBy: lirc.service
	RequiredBy: apmd.service
	RequiredBy: speech-dispatcher.service
	RequiredBy: samba-ad-dc.service
	RequiredBy: acpi-support.service
	RequiredBy: nmbd.service
	RequiredBy: exim4.service
	RequiredBy: loadcpufreq.service
	RequiredBy: virtualbox.service
	RequiredBy: kdm.service
	RequiredBy: dbus.service
	RequiredBy: acpid.service
	RequiredBy: vboxweb-service.service
	RequiredBy: vboxballoonctrl-service.service
	RequiredBy: gdomap.service
	RequiredBy: smbd.service
	RequiredBy: mysql.service
	RequiredBy: apache2.service
	RequiredBy: cpufrequtils.service
	RequiredBy: multi-user.target
	RequiredBy: systemd-user-sessions.service
	RequiredBy: systemd-logind.service
	RequiredBy: getty at tty1.service
	RequiredBy: systemd-ask-password-wall.service
	RequiredBy: rc-local.service
	RequiredBy: NetworkManager.service
	RequiredBy: quotarpc.service
	RequiredBy: binfmt-support.service
	RequiredBy: atd.service
	RequiredBy: rsyslog.service
	RequiredBy: cron.service
	RequiredBy: fancontrol.service
	RequiredBy: fstrim.service
	RequiredBy: cups-browsed.service
	RequiredBy: pppd-dns.service
	RequiredBy: lm-sensors.service
	RequiredBy: anacron.service
	RequiredBy: ModemManager.service
	RequiredBy: avahi-daemon.service
	RequiredBy: uuidd.service
	RequiredBy: acpi-fakekey.service
	RequiredBy: polkitd.service
	RequiredBy: getty at tty2.service
	RequiredBy: user at 1000.service
	RequiredBy: console-kit-daemon.service
	RequiredBy: upower.service
	RequiredBy: udisks2.service
	RequiredBy: user at 0.service
	RequiredBy: bluetooth.service
	RequiredBy: rtkit-daemon.service
	Conflicts: shutdown.target
	Before: dirmngr.service
	Before: cups.service
	Before: lirc.service
	Before: apmd.service
	Before: speech-dispatcher.service
	Before: samba-ad-dc.service
	Before: acpi-support.service
	Before: nmbd.service
	Before: exim4.service
	Before: loadcpufreq.service
	Before: virtualbox.service
	Before: kdm.service
	Before: dbus.service
	Before: acpid.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	Before: gdomap.service
	Before: smbd.service
	Before: mysql.service
	Before: apache2.service
	Before: cpufrequtils.service
	Before: multi-user.target
	Before: systemd-user-sessions.service
	Before: systemd-logind.service
	Before: getty at tty1.service
	Before: systemd-ask-password-wall.service
	Before: rc-local.service
	Before: NetworkManager.service
	Before: quotarpc.service
	Before: binfmt-support.service
	Before: atd.service
	Before: rsyslog.service
	Before: cron.service
	Before: fancontrol.service
	Before: fstrim.service
	Before: cups-browsed.service
	Before: pppd-dns.service
	Before: lm-sensors.service
	Before: anacron.service
	Before: ModemManager.service
	Before: avahi-daemon.service
	Before: uuidd.service
	Before: acpi-fakekey.service
	Before: polkitd.service
	Before: getty at tty2.service
	Before: user at 1000.service
	Before: console-kit-daemon.service
	Before: upower.service
	Before: udisks2.service
	Before: user at 0.service
	Before: bluetooth.service
	Before: rtkit-daemon.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: console-kit-log-system-start.service
	References: alsa-restore.service
	References: alsa-state.service
	References: shutdown.target
	ReferencedBy: dirmngr.service
	ReferencedBy: cups.service
	ReferencedBy: lirc.service
	ReferencedBy: apmd.service
	ReferencedBy: speech-dispatcher.service
	ReferencedBy: samba-ad-dc.service
	ReferencedBy: acpi-support.service
	ReferencedBy: nmbd.service
	ReferencedBy: exim4.service
	ReferencedBy: loadcpufreq.service
	ReferencedBy: virtualbox.service
	ReferencedBy: kdm.service
	ReferencedBy: dbus.service
	ReferencedBy: acpid.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
	ReferencedBy: gdomap.service
	ReferencedBy: smbd.service
	ReferencedBy: mysql.service
	ReferencedBy: apache2.service
	ReferencedBy: cpufrequtils.service
	ReferencedBy: multi-user.target
	ReferencedBy: systemd-user-sessions.service
	ReferencedBy: systemd-logind.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: rc-local.service
	ReferencedBy: NetworkManager.service
	ReferencedBy: quotarpc.service
	ReferencedBy: binfmt-support.service
	ReferencedBy: atd.service
	ReferencedBy: rsyslog.service
	ReferencedBy: cron.service
	ReferencedBy: fancontrol.service
	ReferencedBy: fstrim.service
	ReferencedBy: cups-browsed.service
	ReferencedBy: pppd-dns.service
	ReferencedBy: lm-sensors.service
	ReferencedBy: anacron.service
	ReferencedBy: ModemManager.service
	ReferencedBy: avahi-daemon.service
	ReferencedBy: uuidd.service
	ReferencedBy: acpi-fakekey.service
	ReferencedBy: polkitd.service
	ReferencedBy: getty at tty2.service
	ReferencedBy: user at 1000.service
	ReferencedBy: console-kit-daemon.service
	ReferencedBy: upower.service
	ReferencedBy: udisks2.service
	ReferencedBy: user at 0.service
	ReferencedBy: bluetooth.service
	ReferencedBy: rtkit-daemon.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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Wants: cups.path
	WantedBy: basic.target
	Conflicts: shutdown.target
	Before: basic.target
	After: cups.path
	After: systemd-ask-password-wall.path
	After: systemd-ask-password-console.path
	References: cups.path
	References: shutdown.target
	ReferencedBy: basic.target
	ReferencedBy: cups.path
	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 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: basic.target
	Before: shutdown.target
	Before: console-kit-log-system-stop.service
	Before: console-kit-log-system-restart.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: console-kit-log-system-stop.service
	ReferencedBy: console-kit-log-system-restart.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: /usr/sbin/ck-log-system-start
			PID: 1190
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit alsa-restore.service:
	Description: Restore Sound Card State
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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: 1191
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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 cups.path:
	Description: CUPS Printer Service Spool
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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.path
	Fragment Path: /lib/systemd/system/cups.path
	Condition Timestamp: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: -.mount
	WantedBy: paths.target
	Conflicts: shutdown.target
	Before: cups.service
	Before: paths.target
	Before: shutdown.target
	After: sysinit.target
	After: -.mount
	Triggers: cups.service
	References: cups.service
	References: paths.target
	References: sysinit.target
	References: shutdown.target
	References: -.mount
	ReferencedBy: paths.target
	RequiresMountsFor: /var/spool/cups/d*
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Path State: waiting
	Result: success
	Unit: cups.service
	MakeDirectory: no
	DirectoryMode: 0755
	PathExistsGlob: /var/spool/cups/d*
-> Unit cups.service:
	Description: CUPS Printing Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:24 CET
	Condition Result: yes
	Requires: cups.socket
	Requires: basic.target
	Requires: -.mount
	Wants: system.slice
	WantedBy: cups-browsed.service
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: smbd.service
	Before: cups-browsed.service
	After: cups.path
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: cups.socket
	After: -.mount
	TriggeredBy: cups.path
	TriggeredBy: cups.socket
	References: cups.socket
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: -.mount
	ReferencedBy: cups.path
	ReferencedBy: cups.socket
	ReferencedBy: smbd.service
	ReferencedBy: cups-browsed.service
	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: 1229
	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: 1229
			Start Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: sysinit.target
	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: -.mount
	Triggers: cups.service
	References: cups.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	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 systemd-tmpfiles-clean.timer:
	Description: Daily Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:35:12 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:35:13 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: Sat 2014-11-08 13:35:12 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: 3247
			Start Timestamp: Sat 2014-11-08 13:35:12 CET
			Exit Timestamp: Sat 2014-11-08 13:35:13 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 CET
	Condition Result: yes
	WantedBy: remote-fs.target
	Conflicts: shutdown.target
	Before: remote-fs.target
	References: shutdown.target
	ReferencedBy: remote-fs.target
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> 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 nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: nss-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Conflicts: shutdown.target
	Before: exim4.service
	Before: apache2.service
	References: shutdown.target
	ReferencedBy: exim4.service
	ReferencedBy: apache2.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit postgresql.service:
	Description: postgresql.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: postgresql.service
	Before: exim4.service
	ReferencedBy: exim4.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 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: kdm.service
	Before: console-setup.service
	ReferencedBy: kdm.service
	ReferencedBy: console-setup.service
-> 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: kdm.service
	Before: shutdown.target
	After: basic.target
	After: system.slice
	After: acpid.socket
	TriggeredBy: acpid.socket
	References: acpid.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: kdm.service
	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 dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: sysinit.target
	Requires: -.mount
	Wants: -.slice
	RequiredBy: dbus.service
	WantedBy: systemd-logind.service
	WantedBy: sockets.target
	Conflicts: shutdown.target
	Before: kdm.service
	Before: dbus.service
	Before: sockets.target
	Before: shutdown.target
	Before: systemd-logind.service
	After: sysinit.target
	After: -.slice
	After: -.mount
	Triggers: dbus.service
	References: dbus.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	References: -.mount
	ReferencedBy: kdm.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 krb5-kdc.service:
	Description: krb5-kdc.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: krb5-kdc.service
	Before: kdm.service
	ReferencedBy: kdm.service
-> Unit x-display-manager.target:
	Description: X11 Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:38 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:38 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/kdm
	DropIn Path: /run/systemd/generator/x-display-manager.target.d/50-hard-dependency-kdm-$x-display-manager.conf
	Condition Timestamp: Sat 2014-11-08 13:23:38 CET
	Condition Result: yes
	Requires: kdm.service
	WantedBy: kdm.service
	Conflicts: shutdown.target
	After: kdm.service
	References: kdm.service
	References: shutdown.target
	ReferencedBy: kdm.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 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: 1207
	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: 1207
			Start Timestamp: Sat 2014-11-08 13:23:20 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 acpid.socket:
	Description: ACPID Listen Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 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: acpid.service
	ReferencedBy: sockets.target
	RequiresMountsFor: /run/acpid.socket
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Socket State: 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 vboxdrv.service:
	Description: vboxdrv.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: vboxdrv.service
	Before: vboxweb-service.service
	Before: vboxballoonctrl-service.service
	ReferencedBy: vboxweb-service.service
	ReferencedBy: vboxballoonctrl-service.service
-> 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: smbd.service
	ReferencedBy: smbd.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 avahi-daemon.service:
	Description: Avahi mDNS/DNS-SD Stack
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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: cups-browsed.service
	Before: shutdown.target
	Before: multi-user.target
	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: cups-browsed.service
	ReferencedBy: avahi-daemon.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: dbus
	Restart: no
	NotifyAccess: main
	Main PID: 1192
	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: 1192
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
	-> ExecReload:
		Command Line: /usr/sbin/avahi-daemon -r
	SysVStartPriority: 0
	Status Text: avahi-daemon 0.6.31 starting up.
-> Unit ModemManager.service:
	Description: Modem Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/ModemManager.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: ModemManager.service
	Fragment Path: /lib/systemd/system/ModemManager.service
	Condition Timestamp: Sat 2014-11-08 13:23:20 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: 1193
	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: 1193
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
	SysVStartPriority: 0
-> Unit anacron.service:
	Description: Run anacron jobs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:24 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: anacron.service
	Fragment Path: /lib/systemd/system/anacron.service
	ConditionACPower: true succeeded
	Condition Timestamp: Sat 2014-11-08 13:23:20 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: 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
			PID: 1194
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit lm-sensors.service:
	Description: Initialize hardware monitoring sensors
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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/lm-sensors.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: lm-sensors.service
	Fragment Path: /lib/systemd/system/lm-sensors.service
	Condition Timestamp: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: fancontrol.service
	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
	ReferencedBy: fancontrol.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /usr/bin/sensors -s
			PID: 1195
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
		Command Line: /usr/bin/sensors
			PID: 1232
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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: 1196
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> 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: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:24 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: 1230
	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: 1230
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
	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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: sysinit.target
	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: -.mount
	Triggers: fstrim.service
	References: fstrim.service
	References: timers.target
	References: sysinit.target
	References: shutdown.target
	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 fancontrol.service:
	Description: fan speed regulator
	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: fancontrol.service
	Documentation: man:fancontrol(8)
	Documentation: man:pwmconfig(8)
	Fragment Path: /lib/systemd/system/fancontrol.service
	ConditionPathExists: /etc/fancontrol failed
	Condition Timestamp: Sat 2014-11-08 13:23:24 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: lm-sensors.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: lm-sensors.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: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	PIDFile: /var/run/fancontrol.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
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStartPre:
		Command Line: /usr/sbin/fancontrol --check
	-> ExecStart:
		Command Line: /usr/sbin/fancontrol
	SysVStartPriority: 0
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 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: 1199
	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: 1199
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
	SysVStartPriority: 0
-> Unit rsyslog.service:
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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: 1200
	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: 1200
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
	SysVStartPriority: 0
-> Unit atd.service:
	Description: Deferred execution scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 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: 1201
	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: 1201
			Start Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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: 1202
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit quotarpc.service:
	Description: RPC Remote Quota Server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:24 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: quotarpc.service
	Documentation: man:rpc.rquotad(8)
	Fragment Path: /lib/systemd/system/quotarpc.service
	ConditionFileIsExecutable: /sbin/rpcbind succeeded
	Condition Timestamp: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: basic.target
	Wants: rpcbind.service
	Wants: system.slice
	PartOf: nfs-server.target
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: nfs-server.target
	Before: shutdown.target
	Before: multi-user.target
	After: rpcbind.service
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: rpcbind.service
	References: nfs-server.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: 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: /usr/share/quota/quotarpc.sh
			PID: 1203
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit NetworkManager.service:
	Description: Network Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:26 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: Sat 2014-11-08 13:23:20 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: 1204
	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: 1204
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
	SysVStartPriority: 0
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: shutdown.target
	Before: multi-user.target
	Before: getty at tty2.service
	After: network.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	References: network.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: getty at tty1.service
	ReferencedBy: getty at tty2.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: 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: 1205
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 99
-> Unit systemd-ask-password-wall.path:
	Description: Forward Password Requests to Wall Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 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 getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:24 CET
	Condition Result: yes
	Wants: getty at tty1.service
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: multi-user.target
	After: getty at tty1.service
	After: getty at tty2.service
	References: getty at tty1.service
	References: shutdown.target
	ReferencedBy: multi-user.target
	ReferencedBy: getty at tty1.service
	ReferencedBy: getty at tty2.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: active
-> Unit systemd-logind.service:
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:20 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-1.scope
	Before: session-2.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-1.scope
	ReferencedBy: session-2.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: 1206
	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: 1206
			Start Timestamp: Sat 2014-11-08 13:23:20 CET
	SysVStartPriority: 0
	Status Text: Processing requests...
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:24 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system.slice
	WantedBy: multi-user.target
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: multi-user.target
	Before: getty at tty1.service
	Before: systemd-ask-password-wall.service
	Before: getty at tty2.service
	Before: user at 1000.service
	Before: session-1.scope
	Before: user at 0.service
	Before: session-2.scope
	After: remote-fs.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: systemd-journal-flush.service
	References: remote-fs.target
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	ReferencedBy: multi-user.target
	ReferencedBy: getty at tty1.service
	ReferencedBy: systemd-ask-password-wall.service
	ReferencedBy: systemd-journal-flush.service
	ReferencedBy: getty at tty2.service
	ReferencedBy: user at 1000.service
	ReferencedBy: session-1.scope
	ReferencedBy: user at 0.service
	ReferencedBy: session-2.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: 1235
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Timestamp: Sat 2014-11-08 13:23:24 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-sessions stop
	SysVStartPriority: 0
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 CET
	Condition Result: yes
	Wants: -.slice
	WantedBy: systemd-logind.service
	WantedBy: user-1000.slice
	WantedBy: user-0.slice
	Conflicts: shutdown.target
	Before: systemd-logind.service
	Before: slices.target
	Before: shutdown.target
	Before: user-1000.slice
	Before: user-0.slice
	After: -.slice
	References: slices.target
	References: shutdown.target
	References: -.slice
	ReferencedBy: systemd-logind.service
	ReferencedBy: user-1000.slice
	ReferencedBy: user-0.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 getty at tty1.service:
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:24 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: 1254
	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: 1254
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
	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 tty1.service
	Before: getty at tty2.service
	ReferencedBy: getty at tty1.service
	ReferencedBy: getty at tty2.service
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: getty at tty1.service
	WantedBy: getty at tty2.service
	Conflicts: shutdown.target
	Before: getty at tty1.service
	Before: shutdown.target
	Before: getty at tty2.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: getty at tty1.service
	ReferencedBy: getty at tty2.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-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 nfs-server.target:
	Description: nfs-server.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: nfs-server.target
	ConsistsOf: quotarpc.service
	After: quotarpc.service
	ReferencedBy: quotarpc.service
-> 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 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: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: sysinit.target
	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: -.mount
	Triggers: avahi-daemon.service
	References: avahi-daemon.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	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 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-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 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 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: Sat 2014-11-08 13:20:06 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:15 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: Sat 2014-11-08 13:20:06 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: 218
			Start Timestamp: Sat 2014-11-08 13:20:06 CET
			Exit Timestamp: Sat 2014-11-08 13:20:15 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 auditd.service:
	Description: auditd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: auditd.service
	Before: systemd-update-utmp.service
	ReferencedBy: systemd-update-utmp.service
-> 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 proc-sys-fs-binfmt_misc.mount:
	Description: Arbitrary Executable File Formats File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:24 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: Sat 2014-11-08 13:23:24 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-cryptsetup at vaioHDpart6c_home.service:
	Description: Cryptography Setup for vaioHDpart6c_home
	Instance: vaioHDpart6c_home
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:15 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-cryptsetup at vaioHDpart6c_home.service
	Documentation: man:crypttab(5)
	Documentation: man:systemd-cryptsetup-generator(8)
	Documentation: man:systemd-cryptsetup at .service(8)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at vaioHDpart6c_home.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-11-08 13:20:13 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system-systemd\x2dcryptsetup.slice
	BindsTo: dev-mapper-vaioHDpart6c_home.device
	BindsTo: dev-sda6.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-vaioHDpart6c_home.device
	WantedBy: dev-sda6.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-sda6.device
	After: systemd-journald.socket
	After: system-systemd\x2dcryptsetup.slice
	After: -.mount
	References: umount.target
	References: dev-mapper-vaioHDpart6c_home.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-sda6.device
	References: systemd-journald.socket
	References: system-systemd\x2dcryptsetup.slice
	References: -.mount
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-sda6.device
	ReferencedBy: dev-mapper-vaioHDpart6c_home.device
	RequiresMountsFor: /root/keys/home.key
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	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-cryptsetup attach vaioHDpart6c_home /dev/sda6 /root/keys/home.key cipher=aes-xts-plain64,size=512,hash=sha512,offset=0,retry=1
			PID: 498
			Start Timestamp: Sat 2014-11-08 13:20:13 CET
			Exit Timestamp: Sat 2014-11-08 13:20:15 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach vaioHDpart6c_home
	SysVStartPriority: 0
-> Unit systemd-cryptsetup at vaioHDpart5c.service:
	Description: Cryptography Setup for vaioHDpart5c
	Instance: vaioHDpart5c
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: system-systemd\x2dcryptsetup.slice
	CGroup: /system.slice/system-systemd\x2dcryptsetup.slice/systemd-cryptsetup at vaioHDpart5c.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-cryptsetup at vaioHDpart5c.service
	Documentation: man:crypttab(5)
	Documentation: man:systemd-cryptsetup-generator(8)
	Documentation: man:systemd-cryptsetup at .service(8)
	Fragment Path: /run/systemd/generator/systemd-cryptsetup at vaioHDpart5c.service
	Source Path: /etc/crypttab
	Condition Timestamp: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Wants: system-systemd\x2dcryptsetup.slice
	BindsTo: dev-mapper-vaioHDpart5c.device
	BindsTo: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.device
	RequiredBy: cryptsetup.target
	RequiredBy: dev-mapper-vaioHDpart5c.device
	WantedBy: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.device
	Conflicts: umount.target
	Before: cryptsetup.target
	Before: umount.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: cryptsetup-pre.target
	After: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.device
	After: systemd-journald.socket
	After: system-systemd\x2dcryptsetup.slice
	References: umount.target
	References: dev-mapper-vaioHDpart5c.device
	References: systemd-readahead-collect.service
	References: systemd-readahead-replay.service
	References: cryptsetup-pre.target
	References: cryptsetup.target
	References: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.device
	References: systemd-journald.socket
	References: system-systemd\x2dcryptsetup.slice
	ReferencedBy: cryptsetup.target
	ReferencedBy: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.device
	ReferencedBy: dev-mapper-vaioHDpart5c.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	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-cryptsetup attach vaioHDpart5c /dev/disk/by-uuid/6f6dc3ea-2584-4d44-911a-252de0b1ec87 none luks,retry=3
			PID: 461
			Start Timestamp: Sat 2014-11-08 13:20:12 CET
			Exit Timestamp: Sat 2014-11-08 13:20:13 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-cryptsetup detach vaioHDpart5c
	SysVStartPriority: 0
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: umount.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-reboot.service
	ConflictedBy: systemd-cryptsetup at vaioHDpart5c.service
	ConflictedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	ConflictedBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	ConflictedBy: boot.mount
	ConflictedBy: home.mount
	ConflictedBy: dev-vaioHDpart5c_gv-swap.swap
	ConflictedBy: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	ConflictedBy: dev-dm\x2d2.swap
	ConflictedBy: run-rpc_pipefs.mount
	ConflictedBy: run-user-1000.mount
	ConflictedBy: run-user-0.mount
	Before: systemd-halt.service
	Before: final.target
	Before: systemd-reboot.service
	After: systemd-cryptsetup at vaioHDpart5c.service
	After: systemd-cryptsetup at vaioHDpart6c_home.service
	After: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	After: boot.mount
	After: home.mount
	After: dev-vaioHDpart5c_gv-swap.swap
	After: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	After: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	After: dev-dm\x2d2.swap
	After: run-rpc_pipefs.mount
	After: run-user-1000.mount
	After: run-user-0.mount
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: boot.mount
	ReferencedBy: home.mount
	ReferencedBy: systemd-halt.service
	ReferencedBy: final.target
	ReferencedBy: systemd-reboot.service
	ReferencedBy: dev-vaioHDpart5c_gv-swap.swap
	ReferencedBy: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: dev-dm\x2d2.swap
	ReferencedBy: run-rpc_pipefs.mount
	ReferencedBy: run-user-1000.mount
	ReferencedBy: run-user-0.mount
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit dev-mapper-vaioHDpart5c.device:
	Description: LVM PV cuWZHG-4LI9-yvcE-TSPS-JldK-jGJd-00Aye6 on /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-vaioHDpart5c.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-block-254:0.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Requires: systemd-cryptsetup at vaioHDpart5c.service
	BoundBy: systemd-cryptsetup at vaioHDpart5c.service
	References: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.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-0
-> Unit cryptsetup-pre.target:
	Description: Encrypted Volumes (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: cryptsetup-pre.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup-pre.target
	Conflicts: shutdown.target
	Before: systemd-cryptsetup at vaioHDpart5c.service
	Before: systemd-cryptsetup at vaioHDpart6c_home.service
	References: shutdown.target
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.device:
	Description: FUJITSU_MHY2250BH 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.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\x2d0x500000e041b5862c\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: systemd-cryptsetup at vaioHDpart5c.service
	BoundBy: systemd-cryptsetup at vaioHDpart5c.service
	Before: systemd-cryptsetup at vaioHDpart5c.service
	References: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.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-systemd\x2dcryptsetup.slice:
	Description: system-systemd\x2dcryptsetup.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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\x2dcryptsetup.slice
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: system-systemd\x2dcryptsetup.slice
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: systemd-cryptsetup at vaioHDpart5c.service
	WantedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	Conflicts: shutdown.target
	Before: systemd-cryptsetup at vaioHDpart5c.service
	Before: shutdown.target
	Before: systemd-cryptsetup at vaioHDpart6c_home.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-cryptsetup at vaioHDpart5c.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.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-mapper-vaioHDpart6c_home.device:
	Description: /dev/mapper/vaioHDpart6c_home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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-vaioHDpart6c_home.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2duuid-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Requires: systemd-cryptsetup at vaioHDpart6c_home.service
	Wants: home.mount
	BoundBy: systemd-cryptsetup at vaioHDpart6c_home.service
	BoundBy: home.mount
	BoundBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	Before: home.mount
	Before: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	References: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: home.mount
	ReferencedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.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 dev-sda6.device:
	Description: FUJITSU_MHY2250BH 6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-sda6.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart6.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: systemd-cryptsetup at vaioHDpart6c_home.service
	BoundBy: systemd-cryptsetup at vaioHDpart6c_home.service
	Before: systemd-cryptsetup at vaioHDpart6c_home.service
	References: systemd-cryptsetup at vaioHDpart6c_home.service
	ReferencedBy: systemd-cryptsetup at vaioHDpart6c_home.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/sda6
-> 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-lvmetad.socket
	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: 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.socket:
	Description: Device-mapper event daemon FIFOs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	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: -.mount
	Triggers: dm-event.service
	References: dm-event.service
	References: -.slice
	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 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-vaioHDpart5c_gv\x2dswap.swap:
	Description: /dev/mapper/vaioHDpart5c_gv-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: yes
	Transient: no
	Slice: system.slice
	CGroup: /system.slice/dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following: dev-dm\x2d2.swap
	Following Set Member: dev-vaioHDpart5c_gv-swap.swap
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-dm\x2d2.swap
	Fragment Path: /run/systemd/generator/dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Source Path: /etc/fstab
	Condition Timestamp: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system.slice
	BindsTo: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	RequiredBy: swap.target
	WantedBy: swap.target
	WantedBy: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	Conflicts: umount.target
	Before: umount.target
	Before: swap.target
	After: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	After: systemd-journald.socket
	After: system.slice
	After: -.mount
	References: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	References: systemd-journald.socket
	References: umount.target
	References: system.slice
	References: -.mount
	ReferencedBy: swap.target
	RequiresMountsFor: /dev/mapper/vaioHDpart5c_gv-swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/mapper/vaioHDpart5c_gv-swap
	From /proc/swaps: yes
	From fragment: yes
	Device Node: /dev/dm-2
	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-vaioHDpart5c_gv\x2dswap.device:
	Description: /dev/mapper/vaioHDpart5c_gv-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-vaioHDpart5c_gv\x2dswap.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-vaioHDpart5c_gv-swap.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	BoundBy: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Before: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	ReferencedBy: dev-mapper-vaioHDpart5c_gv\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-2
-> Unit acpi-fakekey.socket:
	Description: ACPI fakekey daemon FIFO
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 CET
	Condition Result: yes
	Requires: sysinit.target
	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: -.mount
	Triggers: acpi-fakekey.service
	References: acpi-fakekey.service
	References: sockets.target
	References: sysinit.target
	References: shutdown.target
	References: -.slice
	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 uuidd.socket:
	Description: UUID daemon activation socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:20 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:20 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: Sat 2014-11-08 13:23:20 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 systemd-shutdownd.socket:
	Description: Delayed Shutdown Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:18 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: Sat 2014-11-08 13:23:18 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 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 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 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-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service:
	Description: File System Check on /dev/disk/by-uuid/4a238185-fa5b-4f7c-9b69-a8807f2d671e
	Instance: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2014-11-08 13:20:13 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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: 488
			Start Timestamp: Sat 2014-11-08 13:20:13 CET
			Exit Timestamp: Sat 2014-11-08 13:20:14 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.device:
	Description: FUJITSU_MHY2250BH BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Job Timeout: 1min 30s
	Condition Timestamp: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: boot.mount
	BoundBy: boot.mount
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Before: boot.mount
	Before: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	ReferencedBy: boot.mount
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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/sda3
-> Unit system-systemd\x2dfsck.slice:
	Description: system-systemd\x2dfsck.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:05 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: Sat 2014-11-08 13:20:05 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	WantedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	Conflicts: shutdown.target
	Before: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	Before: shutdown.target
	Before: systemd-fsck at dev-mapper-vaioHDpart6c_home.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.service
	ReferencedBy: systemd-fsck at dev-mapper-vaioHDpart6c_home.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-vaioHDpart6c_home.service:
	Description: File System Check on /dev/mapper/vaioHDpart6c_home
	Instance: dev-mapper-vaioHDpart6c_home
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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-vaioHDpart6c_home.service
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Sat 2014-11-08 13:23:02 CET
	Condition Result: yes
	Wants: system-systemd\x2dfsck.slice
	BindsTo: dev-mapper-vaioHDpart6c_home.device
	RequiredByOverridable: home.mount
	Before: home.mount
	Before: shutdown.target
	After: systemd-readahead-collect.service
	After: systemd-readahead-replay.service
	After: dev-mapper-vaioHDpart6c_home.device
	After: systemd-fsck-root.service
	After: systemd-journald.socket
	After: system-systemd\x2dfsck.slice
	References: dev-mapper-vaioHDpart6c_home.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: 1079
			Start Timestamp: Sat 2014-11-08 13:23:02 CET
			Exit Timestamp: Sat 2014-11-08 13:23:02 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit unattended-upgrades.service:
	Description: Unattended Upgrades
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: unattended-upgrades.service
	Documentation: man:unattended-upgrade(8)
	Fragment Path: /lib/systemd/system/unattended-upgrades.service
	Wants: system.slice
	WantedBy: shutdown.target
	Before: shutdown.target
	Before: reboot.target
	Before: halt.target
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: reboot.target
	References: halt.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/share/unattended-upgrades/unattended-upgrade-shutdown
	SysVStartPriority: 0
-> 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 reboot.target:
	Description: Reboot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: reboot.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/reboot.target
	Requires: systemd-reboot.service
	Wants: systemd-update-utmp-runlevel.service
	Wants: console-kit-log-system-restart.service
	After: unattended-upgrades.service
	After: systemd-reboot.service
	References: systemd-reboot.service
	References: systemd-update-utmp-runlevel.service
	References: console-kit-log-system-restart.service
	ReferencedBy: unattended-upgrades.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit halt.target:
	Description: Halt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: halt.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/halt.target
	Requires: systemd-halt.service
	Wants: console-kit-log-system-stop.service
	After: unattended-upgrades.service
	After: systemd-halt.service
	References: systemd-halt.service
	References: console-kit-log-system-stop.service
	ReferencedBy: unattended-upgrades.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit systemd-halt.service:
	Description: Halt
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-halt.service
	Documentation: man:systemd-halt.service(8)
	Fragment Path: /lib/systemd/system/systemd-halt.service
	Requires: shutdown.target
	Requires: umount.target
	Requires: final.target
	Wants: system.slice
	RequiredBy: halt.target
	Before: halt.target
	After: shutdown.target
	After: umount.target
	After: final.target
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: umount.target
	References: final.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: halt.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl --force halt
	SysVStartPriority: 0
-> Unit console-kit-log-system-stop.service:
	Description: Console System Shutdown Logging
	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: console-kit-log-system-stop.service
	Fragment Path: /lib/systemd/system/console-kit-log-system-stop.service
	Wants: system.slice
	WantedBy: halt.target
	Before: shutdown.target
	After: sysinit.target
	After: console-kit-log-system-start.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: console-kit-log-system-start.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: halt.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	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-stop
	SysVStartPriority: 0
-> Unit final.target:
	Description: Final Step
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: final.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/final.target
	RequiredBy: systemd-halt.service
	RequiredBy: systemd-reboot.service
	Before: systemd-halt.service
	Before: systemd-reboot.service
	After: shutdown.target
	After: umount.target
	References: shutdown.target
	References: umount.target
	ReferencedBy: systemd-halt.service
	ReferencedBy: systemd-reboot.service
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Target State: dead
-> Unit systemd-reboot.service:
	Description: Reboot
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: no
	Need Daemon Reload: no
	Transient: no
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: systemd-reboot.service
	Documentation: man:systemd-halt.service(8)
	Fragment Path: /lib/systemd/system/systemd-reboot.service
	Requires: shutdown.target
	Requires: umount.target
	Requires: final.target
	Wants: system.slice
	RequiredBy: reboot.target
	Before: reboot.target
	After: shutdown.target
	After: umount.target
	After: final.target
	After: systemd-journald.socket
	After: system.slice
	References: shutdown.target
	References: umount.target
	References: final.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: reboot.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	-> ExecStart:
		Command Line: /bin/systemctl --force reboot
	SysVStartPriority: 0
-> Unit console-kit-log-system-restart.service:
	Description: Console System Reboot Logging
	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: console-kit-log-system-restart.service
	Fragment Path: /lib/systemd/system/console-kit-log-system-restart.service
	Wants: system.slice
	WantedBy: reboot.target
	Before: shutdown.target
	After: sysinit.target
	After: console-kit-log-system-start.service
	After: systemd-journald.socket
	After: system.slice
	References: sysinit.target
	References: console-kit-log-system-start.service
	References: shutdown.target
	References: systemd-journald.socket
	References: system.slice
	ReferencedBy: reboot.target
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	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-restart
	SysVStartPriority: 0
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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-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/platform/serial8250/tty/ttyS0
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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-platform-serial8250-tty-ttyS0.device
	Following Set Member: sys-devices-platform-serial8250-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/platform/serial8250/tty/ttyS0
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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: Sat 2014-11-08 13:20:10 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:10 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-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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:1c.2-0000:06:00.0-net-eth0.device:
	Description: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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:06:00.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:1c.2/0000:06:00.0/net/eth0
-> Unit sys-subsystem-net-devices-eth0.device:
	Description: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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:1c.2-0000:06:00.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:1c.2/0000:06:00.0/net/eth0
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device:
	Description: PIONEER_DVD-RW_DVRKD08
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-disk-by\x2did-ata\x2dPIONEER_DVD\x2dRW_DVRKD08.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-dvdrw.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/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-sr0.device:
	Description: PIONEER_DVD-RW_DVRKD08
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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-sr0.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-disk-by\x2did-ata\x2dPIONEER_DVD\x2dRW_DVRKD08.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-dvdrw.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/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-cdrom.device:
	Description: PIONEER_DVD-RW_DVRKD08
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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-cdrom.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-disk-by\x2did-ata\x2dPIONEER_DVD\x2dRW_DVRKD08.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-dvdrw.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/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-cdrw.device:
	Description: PIONEER_DVD-RW_DVRKD08
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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-cdrw.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dPIONEER_DVD\x2dRW_DVRKD08.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-dvdrw.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/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-disk-by\x2did-ata\x2dPIONEER_DVD\x2dRW_DVRKD08.device:
	Description: PIONEER_DVD-RW_DVRKD08
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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\x2dPIONEER_DVD\x2dRW_DVRKD08.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-dvdrw.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/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-dvd.device:
	Description: PIONEER_DVD-RW_DVRKD08
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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-dvd.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dPIONEER_DVD\x2dRW_DVRKD08.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.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/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-dvdrw.device:
	Description: PIONEER_DVD-RW_DVRKD08
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:11 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:11 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-dvdrw.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dPIONEER_DVD\x2dRW_DVRKD08.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.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/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit sys-devices-virtual-block-dm\x2d0.device:
	Description: LVM PV cuWZHG-4LI9-yvcE-TSPS-JldK-jGJd-00Aye6 on /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device
	Following Set Member: dev-mapper-vaioHDpart5c.device
	Following Set Member: dev-block-254:0.device
	Job Timeout: 1min 30s
	Wants: lvm2-pvscan at 254:0.service
	References: lvm2-pvscan at 254:0.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-0
-> Unit lvm2-pvscan at 254:0.service:
	Description: LVM2 PV scan on device 254:0
	Instance: 254:0
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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 254:0.service
	Documentation: man:pvscan(8)
	Fragment Path: /lib/systemd/system/lvm2-pvscan at .service
	Condition Timestamp: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Requires: lvm2-lvmetad.socket
	Wants: system-lvm2\x2dpvscan.slice
	BindsTo: dev-block-254:0.device
	WantedBy: sys-devices-virtual-block-dm\x2d0.device
	Conflicts: shutdown.target
	Before: shutdown.target
	After: lvm2-lvmetad.socket
	After: systemd-journald.socket
	After: system-lvm2\x2dpvscan.slice
	References: dev-block-254:0.device
	References: lvm2-lvmetad.socket
	References: shutdown.target
	References: systemd-journald.socket
	References: system-lvm2\x2dpvscan.slice
	ReferencedBy: sys-devices-virtual-block-dm\x2d0.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: 404
			Start Timestamp: Sat 2014-11-08 13:20:12 CET
			Exit Timestamp: Sat 2014-11-08 13:20:12 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/lvm pvscan --cache %i
	SysVStartPriority: 0
-> Unit dev-block-254:0.device:
	Description: LVM PV cuWZHG-4LI9-yvcE-TSPS-JldK-jGJd-00Aye6 on /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-254:0.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-vaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Job Timeout: 1min 30s
	BoundBy: lvm2-pvscan at 254:0.service
	ReferencedBy: lvm2-pvscan at 254:0.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-0
-> Unit system-lvm2\x2dpvscan.slice:
	Description: system-lvm2\x2dpvscan.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: lvm2-pvscan at 254:0.service
	Conflicts: shutdown.target
	Before: lvm2-pvscan at 254:0.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: lvm2-pvscan at 254:0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: active
	CPUAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=no
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=n/a
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryLimit=18446744073709551615
	DevicePolicy=auto
-> Unit dev-dm\x2d0.device:
	Description: LVM PV cuWZHG-4LI9-yvcE-TSPS-JldK-jGJd-00Aye6 on /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device
	Following Set Member: dev-mapper-vaioHDpart5c.device
	Following Set Member: dev-block-254:0.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\x2dvaioHDpart5c.device:
	Description: LVM PV cuWZHG-4LI9-yvcE-TSPS-JldK-jGJd-00Aye6 on /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c.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\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device
	Following Set Member: dev-mapper-vaioHDpart5c.device
	Following Set Member: dev-block-254:0.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\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device:
	Description: LVM PV cuWZHG-4LI9-yvcE-TSPS-JldK-jGJd-00Aye6 on /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c.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-lvm\x2dpv\x2duuid\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device
	Following Set Member: dev-mapper-vaioHDpart5c.device
	Following Set Member: dev-block-254:0.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-lvm\x2dpv\x2duuid\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device:
	Description: LVM PV cuWZHG-4LI9-yvcE-TSPS-JldK-jGJd-00Aye6 on /dev/dm-0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dcuWZHG\x2d4LI9\x2dyvcE\x2dTSPS\x2dJldK\x2djGJd\x2d00Aye6.device
	Following: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d6f6dc3ea25844d44911a252de0b1ec87\x2dvaioHDpart5c.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c.device
	Following Set Member: dev-dm\x2d0.device
	Following Set Member: sys-devices-virtual-block-dm\x2d0.device
	Following Set Member: dev-mapper-vaioHDpart5c.device
	Following Set Member: dev-block-254:0.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\x2d2.device:
	Description: /sys/devices/virtual/block/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-vaioHDpart5c_gv-swap.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: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-vaioHDpart5c_gv-swap.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\x2dvaioHDpart5c_gv\x2dswap.device:
	Description: /dev/disk/by-id/dm-name-vaioHDpart5c_gv-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c_gv\x2dswap.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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-vaioHDpart5c_gv-swap.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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-XdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.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-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-vaioHDpart5c_gv-swap.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-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device:
	Description: /dev/disk/by-uuid/8cf79be0-b578-47de-adaa-6814751113c6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-vaioHDpart5c_gv-swap.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-vaioHDpart5c_gv-swap.device:
	Description: /dev/vaioHDpart5c_gv/swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-vaioHDpart5c_gv-swap.device
	Following: sys-devices-virtual-block-dm\x2d2.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.device
	Following Set Member: dev-dm\x2d2.device
	Following Set Member: sys-devices-virtual-block-dm\x2d2.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\x2d1.device:
	Description: /sys/devices/virtual/block/dm-1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following Set Member: dev-disk-by\x2dlabel-ROOT.device
	Following Set Member: dev-disk-by\x2duuid-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-vaioHDpart5c_gv-root.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: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following Set Member: dev-disk-by\x2dlabel-ROOT.device
	Following Set Member: dev-disk-by\x2duuid-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-vaioHDpart5c_gv-root.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\x2dvaioHDpart5c_gv\x2droot.device:
	Description: /dev/disk/by-id/dm-name-vaioHDpart5c_gv-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dvaioHDpart5c_gv\x2droot.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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following Set Member: dev-disk-by\x2dlabel-ROOT.device
	Following Set Member: dev-disk-by\x2duuid-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-vaioHDpart5c_gv-root.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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device:
	Description: /dev/disk/by-id/dm-uuid-LVM-XdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2dlabel-ROOT.device
	Following Set Member: dev-disk-by\x2duuid-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-vaioHDpart5c_gv-root.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\x2dlabel-ROOT.device:
	Description: /dev/disk/by-label/ROOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dlabel-ROOT.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2droot.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-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-vaioHDpart5c_gv-root.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-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device:
	Description: /dev/disk/by-uuid/a17a8b2f-c41e-48bd-84b4-f2ad67a4af05
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2dlabel-ROOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-vaioHDpart5c_gv-root.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-mapper-vaioHDpart5c_gv\x2droot.device:
	Description: /dev/mapper/vaioHDpart5c_gv-root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-vaioHDpart5c_gv\x2droot.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-disk-by\x2duuid-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following Set Member: dev-disk-by\x2dlabel-ROOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-vaioHDpart5c_gv-root.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-vaioHDpart5c_gv-root.device:
	Description: /dev/vaioHDpart5c_gv/root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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-vaioHDpart5c_gv-root.device
	Following: sys-devices-virtual-block-dm\x2d1.device
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-disk-by\x2duuid-a17a8b2f\x2dc41e\x2d48bd\x2d84b4\x2df2ad67a4af05.device
	Following Set Member: dev-disk-by\x2dlabel-ROOT.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRw6ssp0etFK5GBeJiY9lA52rM77Nm70PZx.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2droot.device
	Following Set Member: dev-dm\x2d1.device
	Following Set Member: sys-devices-virtual-block-dm\x2d1.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-pci0000:00-0000:00:01.0-0000:01:00.0-backlight-acpi_video0.device:
	Description: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/backlight/acpi_video0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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:01.0-0000:01:00.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:01.0/0000:01:00.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: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:19 CET
	GC Check Good: no
	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: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system-systemd\x2dbacklight.slice
	WantedBy: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.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: -.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: -.mount
	ReferencedBy: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.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: 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-backlight load %i
			PID: 418
			Start Timestamp: Sat 2014-11-08 13:20:12 CET
			Exit Timestamp: Sat 2014-11-08 13:20:13 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-backlight save %i
			PID: 1104
			Start Timestamp: Sat 2014-11-08 13:23:18 CET
			Exit Timestamp: Sat 2014-11-08 13:23:19 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit system-systemd\x2dbacklight.slice:
	Description: system-systemd\x2dbacklight.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:19 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:19 CET
	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: system-systemd\x2dbacklight.slice
	Condition Timestamp: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: systemd-backlight at backlight:acpi_video0.service
	WantedBy: systemd-backlight at backlight:radeon_bl0.service
	Conflicts: shutdown.target
	Before: systemd-backlight at backlight:acpi_video0.service
	Before: shutdown.target
	Before: systemd-backlight at backlight:radeon_bl0.service
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service
	ReferencedBy: systemd-backlight at backlight:radeon_bl0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: dead
	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:1b.0-sound-card0.device:
	Description: 82801H (ICH8 Family) HD Audio Controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:18 CET
	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: sound.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Sat 2014-11-08 13:20:12 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: dead
-> Unit sys-devices-pci0000:00-0000:00:01.0-0000:01:00.0-drm-card0-card0\x2dLVDS\x2d1-radeon_bl0.device:
	Description: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0/card0-LVDS-1/radeon_bl0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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:01.0-0000:01:00.0-drm-card0-card0\x2dLVDS\x2d1-radeon_bl0.device
	Job Timeout: 1min 30s
	Wants: systemd-backlight at backlight:radeon_bl0.service
	References: systemd-backlight at backlight:radeon_bl0.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:01.0/0000:01:00.0/drm/card0/card0-LVDS-1/radeon_bl0
-> Unit systemd-backlight at backlight:radeon_bl0.service:
	Description: Load/Save Screen Backlight Brightness of backlight:radeon_bl0
	Instance: backlight:radeon_bl0
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:18 CET
	GC Check Good: no
	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:radeon_bl0.service
	Documentation: man:systemd-backlight at .service(8)
	Fragment Path: /lib/systemd/system/systemd-backlight at .service
	Condition Timestamp: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system-systemd\x2dbacklight.slice
	WantedBy: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.0-drm-card0-card0\x2dLVDS\x2d1-radeon_bl0.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: -.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: -.mount
	ReferencedBy: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.0-drm-card0-card0\x2dLVDS\x2d1-radeon_bl0.device
	RequiresMountsFor: /var/lib/systemd/backlight
	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-backlight load %i
			PID: 442
			Start Timestamp: Sat 2014-11-08 13:20:12 CET
			Exit Timestamp: Sat 2014-11-08 13:20:13 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-backlight save %i
			PID: 1103
			Start Timestamp: Sat 2014-11-08 13:23:18 CET
			Exit Timestamp: Sat 2014-11-08 13:23:18 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-net-wlan0.device:
	Description: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (PRO/Wireless 4965 AG or AGN)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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.0-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.0/0000:02:00.0/net/wlan0
-> Unit sys-subsystem-net-devices-wlan0.device:
	Description: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (PRO/Wireless 4965 AG or AGN)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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.0-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.0/0000:02:00.0/net/wlan0
-> Unit sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-ieee80211-phy0-rfkill0.device:
	Description: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/ieee80211/phy0/rfkill0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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.0-0000:02:00.0-ieee80211-phy0-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:1c.0/0000:02:00.0/ieee80211/phy0/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: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:18 CET
	GC Check Good: no
	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: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Requires: -.mount
	Wants: system-systemd\x2drfkill.slice
	WantedBy: sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-ieee80211-phy0-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: -.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: -.mount
	ReferencedBy: sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-ieee80211-phy0-rfkill0.device
	RequiresMountsFor: /var/lib/systemd/rfkill
	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-rfkill load %I
			PID: 441
			Start Timestamp: Sat 2014-11-08 13:20:12 CET
			Exit Timestamp: Sat 2014-11-08 13:20:13 CET
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-rfkill save %I
			PID: 1102
			Start Timestamp: Sat 2014-11-08 13:23:18 CET
			Exit Timestamp: Sat 2014-11-08 13:23:18 CET
			Exit Code: exited
			Exit Status: 0
	SysVStartPriority: 0
-> Unit system-systemd\x2drfkill.slice:
	Description: system-systemd\x2drfkill.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Exit Timestamp: Sat 2014-11-08 13:23:18 CET
	Inactive Enter Timestamp: Sat 2014-11-08 13:23:18 CET
	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: system-systemd\x2drfkill.slice
	Condition Timestamp: Sat 2014-11-08 13:20:12 CET
	Condition Result: yes
	Wants: system.slice
	WantedBy: systemd-rfkill at rfkill0.service
	Conflicts: shutdown.target
	Before: systemd-rfkill at rfkill0.service
	Before: shutdown.target
	After: system.slice
	References: shutdown.target
	References: system.slice
	ReferencedBy: systemd-rfkill at rfkill0.service
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	IgnoreOnSnapshot: no
	Slice State: dead
	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:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: FUJITSU_MHY2250BH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c.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: FUJITSU_MHY2250BH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c.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\x2dFUJITSU_MHY2250BH_K41LT8227SAN.device:
	Description: FUJITSU_MHY2250BH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN.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\x2d0x500000e041b5862c.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\x2d0x500000e041b5862c.device:
	Description: FUJITSU_MHY2250BH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2d0x500000e041b5862c.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\x2dFUJITSU_MHY2250BH_K41LT8227SAN.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-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
	Description: FUJITSU_MHY2250BH 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart5.device
	Following Set Member: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.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-sda5.device:
	Description: FUJITSU_MHY2250BH 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart5.device
	Following Set Member: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart5.device:
	Description: FUJITSU_MHY2250BH 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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-wwn\x2d0x500000e041b5862c\x2dpart5.device
	Following Set Member: dev-disk-by\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.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\x2d0x500000e041b5862c\x2dpart5.device:
	Description: FUJITSU_MHY2250BH 5
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:12 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:12 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\x2d0x500000e041b5862c\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-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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\x2duuid-6f6dc3ea\x2d2584\x2d4d44\x2d911a\x2d252de0b1ec87.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 sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
	Description: FUJITSU_MHY2250BH 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart4.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/sda4
-> Unit dev-sda4.device:
	Description: FUJITSU_MHY2250BH 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-sda4.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart4.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/sda4
-> Unit dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart4.device:
	Description: FUJITSU_MHY2250BH 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart4.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/sda4
-> Unit dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart4.device:
	Description: FUJITSU_MHY2250BH 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2d0x500000e041b5862c\x2dpart4.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart4.device
	Following Set Member: dev-sda4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Job Timeout: 1min 30s
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	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/sda4
-> Unit dev-dm\x2d2.swap:
	Description: /dev/dm-2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2d2.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-dm\x2d2.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Following Set Member: dev-vaioHDpart5c_gv-swap.swap
	Following Set Member: dev-mapper-vaioHDpart5c_gv\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-2
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/dm-2
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-2
	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\x2dvaioHDpart5c_gv\x2dswap.swap:
	Description: /dev/disk/by-id/dm-name-vaioHDpart5c_gv-swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2dvaioHDpart5c_gv\x2dswap.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Following: dev-dm\x2d2.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Following Set Member: dev-vaioHDpart5c_gv-swap.swap
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-dm\x2d2.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-vaioHDpart5c_gv-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-vaioHDpart5c_gv-swap
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-2
	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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap:
	Description: /dev/disk/by-id/dm-uuid-LVM-XdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Following: dev-dm\x2d2.swap
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Following Set Member: dev-vaioHDpart5c_gv-swap.swap
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-dm\x2d2.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-XdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41
	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-XdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-2
	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-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap:
	Description: /dev/disk/by-uuid/8cf79be0-b578-47de-adaa-6814751113c6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Following: dev-dm\x2d2.swap
	Following Set Member: dev-vaioHDpart5c_gv-swap.swap
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-dm\x2d2.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/8cf79be0-b578-47de-adaa-6814751113c6
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/disk/by-uuid/8cf79be0-b578-47de-adaa-6814751113c6
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-2
	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-vaioHDpart5c_gv-swap.swap:
	Description: /dev/vaioHDpart5c_gv/swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-vaioHDpart5c_gv-swap.swap
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: dev-vaioHDpart5c_gv-swap.swap
	Following: dev-dm\x2d2.swap
	Following Set Member: dev-mapper-vaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-disk-by\x2duuid-8cf79be0\x2db578\x2d47de\x2dadaa\x2d6814751113c6.swap
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dXdJ6jMzu0lJp2ZU2z1c66c1rDwWtUpRwdxuf1euCDe0UHylX0Ss2tljh7BsdUD41.swap
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart5c_gv\x2dswap.swap
	Following Set Member: dev-dm\x2d2.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/vaioHDpart5c_gv/swap
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	IgnoreOnSnapshot: no
	Swap State: active
	Result: success
	What: /dev/vaioHDpart5c_gv/swap
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/dm-2
	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-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
	Description: FUJITSU_MHY2250BH BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-sda3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.device
	Following Set Member: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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/sda3
-> Unit dev-sda3.device:
	Description: FUJITSU_MHY2250BH BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-sda3.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.device
	Following Set Member: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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/sda3
-> Unit dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart3.device:
	Description: FUJITSU_MHY2250BH BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.device
	Following Set Member: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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/sda3
-> Unit dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart3.device:
	Description: FUJITSU_MHY2250BH BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2d0x500000e041b5862c\x2dpart3.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2dlabel-BOOT.device
	Following Set Member: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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/sda3
-> Unit dev-disk-by\x2dlabel-BOOT.device:
	Description: FUJITSU_MHY2250BH BOOT
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2dlabel-BOOT.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-4a238185\x2dfa5b\x2d4f7c\x2d9b69\x2da8807f2d671e.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/sda3
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device:
	Description: FUJITSU_MHY2250BH 6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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-sda6.device
	Following Set Member: dev-sda6.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart6.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/sda6
-> Unit dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart6.device:
	Description: FUJITSU_MHY2250BH 6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart6.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-sda6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart6.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/sda6
-> Unit dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart6.device:
	Description: FUJITSU_MHY2250BH 6
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:13 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:13 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\x2d0x500000e041b5862c\x2dpart6.device
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart6.device
	Following Set Member: dev-sda6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.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/sda6
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: FUJITSU_MHY2250BH Stock_NTFS_Vaio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart2.device
	Following Set Member: dev-disk-by\x2dlabel-Stock_NTFS_Vaio.device
	Following Set Member: dev-disk-by\x2duuid-163484DE3484C26B.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: FUJITSU_MHY2250BH Stock_NTFS_Vaio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart2.device
	Following Set Member: dev-disk-by\x2dlabel-Stock_NTFS_Vaio.device
	Following Set Member: dev-disk-by\x2duuid-163484DE3484C26B.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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart2.device:
	Description: FUJITSU_MHY2250BH Stock_NTFS_Vaio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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\x2d0x500000e041b5862c\x2dpart2.device
	Following Set Member: dev-disk-by\x2dlabel-Stock_NTFS_Vaio.device
	Following Set Member: dev-disk-by\x2duuid-163484DE3484C26B.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\x2d0x500000e041b5862c\x2dpart2.device:
	Description: FUJITSU_MHY2250BH Stock_NTFS_Vaio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2d0x500000e041b5862c\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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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
	Following Set Member: dev-disk-by\x2dlabel-Stock_NTFS_Vaio.device
	Following Set Member: dev-disk-by\x2duuid-163484DE3484C26B.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\x2dlabel-Stock_NTFS_Vaio.device:
	Description: FUJITSU_MHY2250BH Stock_NTFS_Vaio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2dlabel-Stock_NTFS_Vaio.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-wwn\x2d0x500000e041b5862c\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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
	Following Set Member: dev-disk-by\x2duuid-163484DE3484C26B.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\x2duuid-163484DE3484C26B.device:
	Description: FUJITSU_MHY2250BH Stock_NTFS_Vaio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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-163484DE3484C26B.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\x2dlabel-Stock_NTFS_Vaio.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
	Description: FUJITSU_MHY2250BH 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-689C53579C531EBE.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: FUJITSU_MHY2250BH 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x500000e041b5862c\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-689C53579C531EBE.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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\x2dpart1.device:
	Description: FUJITSU_MHY2250BH 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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\x2d0x500000e041b5862c\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-689C53579C531EBE.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\x2d0x500000e041b5862c\x2dpart1.device:
	Description: FUJITSU_MHY2250BH 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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\x2d0x500000e041b5862c\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\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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-689C53579C531EBE.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\x2duuid-689C53579C531EBE.device:
	Description: FUJITSU_MHY2250BH 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:20:14 CET
	Active Enter Timestamp: Sat 2014-11-08 13:20:14 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-689C53579C531EBE.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\x2d0x500000e041b5862c\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dFUJITSU_MHY2250BH_K41LT8227SAN\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
	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 run-rpc_pipefs.mount:
	Description: /run/rpc_pipefs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:21:37 CET
	Active Enter Timestamp: Sat 2014-11-08 13:21:37 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 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: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2duuid-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2duuid-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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\x2dvaioHDpart6c_home_unformatted.device:
	Description: /dev/disk/by-id/dm-name-vaioHDpart6c_home_unformatted
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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\x2dvaioHDpart6c_home_unformatted.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\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2duuid-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device:
	Description: /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-vaioHDpart6c_home_unformatted
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2duuid-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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\x2dlabel-HOME.device:
	Description: /dev/disk/by-label/HOME
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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\x2dlabel-HOME.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home_unformatted.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-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device:
	Description: /dev/disk/by-uuid/6b5c6440-2cc7-479f-9be4-5e328acf4674
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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-mapper-vaioHDpart6c_home_unformatted.device:
	Description: /dev/mapper/vaioHDpart6c_home_unformatted
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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-vaioHDpart6c_home_unformatted.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-disk-by\x2duuid-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home_unformatted.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\x2dname\x2dvaioHDpart6c_home.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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\x2dvaioHDpart6c_home.device:
	Description: /dev/disk/by-id/dm-name-vaioHDpart6c_home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:02 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:02 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\x2dvaioHDpart6c_home.device
	Following: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-mapper-vaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2duuid-6b5c6440\x2d2cc7\x2d479f\x2d9be4\x2d5e328acf4674.device
	Following Set Member: dev-disk-by\x2dlabel-HOME.device
	Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvaioHDpart6c_home_unformatted.device
	Following Set Member: dev-dm\x2d3.device
	Following Set Member: sys-devices-virtual-block-dm\x2d3.device
	Following Set Member: dev-mapper-vaioHDpart6c_home.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 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: Sat 2014-11-08 13:23:24 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23: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/polkitd.service
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: polkitd.service
	Fragment Path: /lib/systemd/system/polkitd.service
	Condition Timestamp: Sat 2014-11-08 13:23:24 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: 1242
	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: 1242
			Start Timestamp: Sat 2014-11-08 13:23:24 CET
	SysVStartPriority: 0
-> Unit getty at tty2.service:
	Description: Getty on tty2
	Instance: tty2
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:32 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:32 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 tty2.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: autovt at tty2.service
	Name: getty at tty2.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: Sat 2014-11-08 13:23:32 CET
	Condition Result: yes
	Requires: basic.target
	Wants: system-getty.slice
	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
	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: 1311
	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/tty2
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	UtmpIdentifier: tty2
	-> ExecStart:
		Command Line: /sbin/agetty --noclear %I $TERM
			PID: 1311
			Start Timestamp: Sat 2014-11-08 13:23:32 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: Sat 2014-11-08 13:23:56 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:56 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
	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/1000
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,rw,size=205748k,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: Sat 2014-11-08 13:23:56 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:56 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: Sat 2014-11-08 13:23:56 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: Sat 2014-11-08 13:23:56 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:56 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: Sat 2014-11-08 13:23:56 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: 2224
	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: 2224
			Start Timestamp: Sat 2014-11-08 13:23:56 CET
	SysVStartPriority: 0
	Status Text: Startup finished in 143ms.
-> Unit session-1.scope:
	Description: Session 1 of user quentin
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:56 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:56 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: Sat 2014-11-08 13:23:56 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 console-kit-daemon.service:
	Description: Console Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:23:58 CET
	Active Enter Timestamp: Sat 2014-11-08 13:23:58 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: Sat 2014-11-08 13:23:58 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: 2263
	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: 2263
			Start Timestamp: Sat 2014-11-08 13:23:58 CET
	SysVStartPriority: 0
-> Unit upower.service:
	Description: Daemon for power management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:05 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24:05 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: Sat 2014-11-08 13:24:05 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: 2385
	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: 2385
			Start Timestamp: Sat 2014-11-08 13:24:05 CET
	SysVStartPriority: 0
-> Unit udisks2.service:
	Description: Disk Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:06 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24:07 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: Sat 2014-11-08 13:24:06 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: 2413
	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: 2413
			Start Timestamp: Sat 2014-11-08 13:24:06 CET
	SysVStartPriority: 0
-> Unit run-user-0.mount:
	Description: /run/user/0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24:07 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-0.mount
	CGroup realized: yes
	CGroup mask: 0x10
	CGroup members mask: 0x0
	Name: run-user-0.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/0
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,rw,size=205748k,mode=700
	From /proc/self/mountinfo: yes
	From fragment: no
	DirectoryMode: 0755
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	KillMode: control-group
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit user-0.slice:
	Description: user-0.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24:07 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-0.slice
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: user-0.slice
	Condition Timestamp: Sat 2014-11-08 13:24:07 CET
	Condition Result: yes
	Wants: user.slice
	WantedBy: user at 0.service
	WantedBy: session-2.scope
	Conflicts: shutdown.target
	Before: shutdown.target
	Before: user at 0.service
	Before: session-2.scope
	After: user.slice
	References: shutdown.target
	References: user.slice
	ReferencedBy: user at 0.service
	ReferencedBy: session-2.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 0.service:
	Description: User Manager for UID 0
	Instance: 0
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24:07 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: no
	Slice: user-0.slice
	CGroup: /user.slice/user-0.slice/user at 0.service
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: user at 0.service
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Sat 2014-11-08 13:24:07 CET
	Condition Result: yes
	Requires: basic.target
	Wants: user-0.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-user-sessions.service
	After: systemd-journald.socket
	After: basic.target
	After: user-0.slice
	References: systemd-user-sessions.service
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: user-0.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: 2423
	Main PID Known: yes
	Main PID Alien: no
	KillMode: mixed
	KillSignal: SIGTERM
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateNetwork: no
	PrivateDevices: no
	ProtectHome: no
	ProtectSystem: no
	IgnoreSIGPIPE: yes
	LimitNOFILE: 4096
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 0
	PAMName: systemd-user
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 2423
			Start Timestamp: Sat 2014-11-08 13:24:07 CET
	SysVStartPriority: 0
	Status Text: Startup finished in 36ms.
-> Unit session-2.scope:
	Description: Session 2 of user root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:07 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24:07 CET
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	GC Check Good: yes
	Need Daemon Reload: no
	Transient: yes
	Slice: user-0.slice
	CGroup: /user.slice/user-0.slice/session-2.scope
	CGroup realized: yes
	CGroup mask: 0x0
	CGroup members mask: 0x0
	Name: session-2.scope
	Fragment Path: /run/systemd/system/session-2.scope
	DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-logind\x2eservice.conf
	DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-user-sessions\x2eservice.conf
	DropIn Path: /run/systemd/system/session-2.scope.d/50-Description.conf
	DropIn Path: /run/systemd/system/session-2.scope.d/50-SendSIGHUP.conf
	DropIn Path: /run/systemd/system/session-2.scope.d/50-Slice.conf
	Condition Timestamp: Sat 2014-11-08 13:24:07 CET
	Condition Result: yes
	Wants: user-0.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-logind.service
	After: systemd-user-sessions.service
	After: user-0.slice
	References: systemd-logind.service
	References: systemd-user-sessions.service
	References: shutdown.target
	References: user-0.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 bluetooth.service:
	Description: Bluetooth service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:17 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24:18 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: dbus-org.bluez.service
	Name: bluetooth.service
	Documentation: man:bluetoothd(8)
	Fragment Path: /lib/systemd/system/bluetooth.service
	Condition Timestamp: Sat 2014-11-08 13:24:17 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: main
	Main PID: 2469
	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: 2469
			Start Timestamp: Sat 2014-11-08 13:24:17 CET
	SysVStartPriority: 0
	Status Text: Running
-> Unit rtkit-daemon.service:
	Description: RealtimeKit Scheduling Policy Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	Inactive Exit Timestamp: Sat 2014-11-08 13:24:22 CET
	Active Enter Timestamp: Sat 2014-11-08 13:24: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/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: Sat 2014-11-08 13:24:22 CET
	Condition Result: yes
	Requires: basic.target
	Requires: -.mount
	Wants: system.slice
	Conflicts: shutdown.target
	Before: shutdown.target
	After: systemd-journald.socket
	After: basic.target
	After: system.slice
	After: -.mount
	References: systemd-journald.socket
	References: basic.target
	References: shutdown.target
	References: system.slice
	References: -.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: 2531
	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: 2531
			Start Timestamp: Sat 2014-11-08 13:24:22 CET
	SysVStartPriority: 0
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/unattended-upgrades.service.dsh-also <==
/etc/systemd/system/shutdown.target.wants/unattended-upgrades.service

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.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/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service

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

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

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

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

==> /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/ModemManager.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/lm-sensors.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/cups-browsed.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/fancontrol.service <==

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.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/paths.target.wants/cups.path <==

==> /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/sockets.target.wants/acpi-fakekey.socket <==

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.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/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.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/printer.target.wants/cups.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/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/binfmt-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/binfmt-support.service

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

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

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

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

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

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

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

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

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

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

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

==> /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/dbus-org.freedesktop.nm-dispatcher.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

proc                                                         /proc                                proc        defaults                          0 0
/dev/mapper/vaioHDpart5c_gv-root                             /                                    ext4        errors=remount-ro                 0 1
UUID=4a238185-fa5b-4f7c-9b69-a8807f2d671e                    /boot                                ext2        ro,defaults                       0 2
/dev/mapper/vaioHDpart6c_home                                /home                                ext4        defaults                          0 2
/dev/mapper/vaioHDpart5c_gv-swap                             none                                 swap        sw                                0 0

/dev/scd0                                                    /media/cdrom0                        udf,iso9660 user,noauto                       0 0


More information about the Pkg-systemd-maintainers mailing list