Bug#771118: sysv-generator creates bogus orderings
Michael Biebl
biebl at debian.org
Wed Nov 26 22:28:31 GMT 2014
Package: systemd
Version: 215-6
Severity: serious
Tags: patch
The systemd-sysv-generator, which was added in 214-1, has a major
regression compared to the old builtin sysv compat support of older
releases.
If the generator fails to load a service, it creates bogus
dependencies/orderings, derived from the start/stop priorities of the
sysv init scripts.
Here's an example:
The current contents of my /etc/rcS.d/
# ls /etc/rcS.d/
README S05hwclock.sh S11mountall.sh S14networking S21alsa-utils
S01hostname.sh S06checkroot.sh S12mountall-bootclean.sh S15rpcbind S21bootmisc.sh
S01mountkernfs.sh S07cryptdisks-early S13ebtables S16nfs-common S21lm-sensors
S02udev S08checkroot-bootclean.sh S13pppd-dns S17mountnfs.sh S21screen-cleanup
S03keyboard-setup S08kmod S13procps S18mountnfs-bootclean.sh S21x11-common
S04mountdevsubfs.sh S09cryptdisks S13udev-finish S19kbd
S04qemu-system-x86 S10checkfs.sh S13urandom S20console-setup
Picking /etc/init.d/ebtables and looking at the LSB header
### BEGIN INIT INFO
# Provides: ebtables
# Required-Start:
# Required-Stop:
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: S
# Default-Stop: 0 1 6
# Short-Description: ebtables ruleset management
# Description: Saves and restores the state of the ebtables
# rulesets.
### END INIT INFO
The generated orderings are
Before=sysinit.target shutdown.target networking.service rpcbind.service console-setup.service
After=local-fs.target qemu-system-x86.service keyboard-setup.service
The
Before=networking.service rpcbind.service console-setup.service and
After=qemu-system-x86.service keyboard-setup.service
orderings are wrong, and are are result of the generator falling back to
use the static start priorities of the sysv init script if it fails to
load a service. If you look at the /etc/rcS.d/ output and take away all
native services and the ones which are masked, you'll see that
S03keyboard-setup, S04qemu-system-x86 < S13ebtables < S14networking,
S15rpcbind, S20console-setup
The attached patch fixes that, and the result is:
--- a/generator.late/ebtables.service
+++ b/generator.late/ebtables.service
@@ -4,8 +4,8 @@
SourcePath=/etc/init.d/ebtables
Description=LSB: ebtables ruleset management
DefaultDependencies=no
-Before=sysinit.target shutdown.target networking.service rpcbind.service console-setup.service
-After=local-fs.target qemu-system-x86.service keyboard-setup.service
+Before=sysinit.target shutdown.target
+After=local-fs.target
Conflicts=shutdown.target
Marking this as RC, since we need to include the fix for this in jessie.
-- Package-specific info:
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (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-58
ii libacl1 2.2.52-2
ii libaudit1 1:2.4-1
ii libblkid1 2.25.2-3
ii libc6 2.19-13
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+b1
ii libpam0g 1.1.8-3.1
ii libselinux1 2.3-2
ii libsystemd0 215-6
ii mount 2.25.2-3
ii sysv-rc 2.88dsf-58
ii udev 215-6
ii util-linux 2.25.2-3
Versions of packages systemd recommends:
ii dbus 1.8.12-1
ii libpam-systemd 215-6
Versions of packages systemd suggests:
ii systemd-ui 3-2
-- Configuration Files:
/etc/systemd/journald.conf changed [not included]
-- no debconf information
-- debsums errors found:
debsums: changed file /lib/systemd/system-generators/systemd-sysv-generator (from systemd package)
-------------- next part --------------
[MASKED] /etc/systemd/system/pppd-dns.service -> /lib/systemd/system/pppd-dns.service
[EXTENDED] /run/systemd/system/session-1.scope -> /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
[EXTENDED] /run/systemd/system/session-1.scope -> /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
[EXTENDED] /run/systemd/system/session-1.scope -> /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
[EXTENDED] /run/systemd/system/session-1.scope -> /run/systemd/system/session-1.scope.d/50-Description.conf
[EXTENDED] /run/systemd/system/session-1.scope -> /run/systemd/system/session-1.scope.d/50-Slice.conf
[EXTENDED] /lib/systemd/system/systemd-logind.service -> /etc/systemd/system/systemd-logind.service.d/condition.conf
[EXTENDED] /lib/systemd/system/dbus.service -> /etc/systemd/system/dbus.service.d/nis.conf
8 overridden configuration files found.
-------------- next part --------------
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device
Job Timeout: 1min 30s
Wants: systemd-backlight at backlight:intel_backlight.service
References: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight
-> Unit systemd-backlight at backlight:intel_backlight.service:
Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
Instance: backlight:intel_backlight
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-backlight at backlight:intel_backlight.service
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: -.mount
Wants: system-systemd\x2dbacklight.slice
WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system-systemd\x2dbacklight.slice
After: -.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:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device
RequiresMountsFor: /var/lib/systemd/backlight
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load %i
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save %i
SysVStartPriority: 0
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
Wants: alsa-store.service
ConflictedBy: systemd-backlight at backlight:intel_backlight.service
ConflictedBy: system-systemd\x2dbacklight.slice
ConflictedBy: slices.target
ConflictedBy: syslog.socket
ConflictedBy: rsyslog.service
ConflictedBy: basic.target
ConflictedBy: alsa-restore.service
ConflictedBy: alsa-state.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: time-sync.target
ConflictedBy: local-fs.target
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: emergency.target
ConflictedBy: emergency.service
ConflictedBy: rescue.service
ConflictedBy: local-fs-pre.target
ConflictedBy: sockets.target
ConflictedBy: dbus.socket
ConflictedBy: dbus.service
ConflictedBy: avahi-daemon.socket
ConflictedBy: avahi-daemon.service
ConflictedBy: virtlockd.socket
ConflictedBy: virtlockd.service
ConflictedBy: sysinit.target
ConflictedBy: nfs-common.service
ConflictedBy: rpcbind.target
ConflictedBy: graphical.target
ConflictedBy: accounts-daemon.service
ConflictedBy: rtkit-daemon.service
ConflictedBy: timidity.service
ConflictedBy: remote-fs.target
ConflictedBy: remote-fs-pre.target
ConflictedBy: vmware-USBArbitrator.service
ConflictedBy: virtualbox.service
ConflictedBy: network-online.target
ConflictedBy: network.target
ConflictedBy: network-pre.target
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: rescue.target
ConflictedBy: gdm.service
ConflictedBy: x-display-manager.target
ConflictedBy: lightdm.service
ConflictedBy: systemd-user-sessions.service
ConflictedBy: getty at tty7.service
ConflictedBy: system-getty.slice
ConflictedBy: getty.target
ConflictedBy: getty at tty1.service
ConflictedBy: rc-local.service
ConflictedBy: multi-user.target
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: systemd-logind.service
ConflictedBy: nss-user-lookup.target
ConflictedBy: user.slice
ConflictedBy: anacron.service
ConflictedBy: wpa_supplicant.service
ConflictedBy: openvpn.service
ConflictedBy: ModemManager.service
ConflictedBy: sudo.service
ConflictedBy: binfmt-support.service
ConflictedBy: libvirt-guests.service
ConflictedBy: smartd.service
ConflictedBy: rsync.service
ConflictedBy: cups-browsed.service
ConflictedBy: lm-sensors.service
ConflictedBy: ssh.service
ConflictedBy: atd.service
ConflictedBy: libvirtd.service
ConflictedBy: cron.service
ConflictedBy: NetworkManager.service
ConflictedBy: vmamqpd.service
ConflictedBy: ebtables.service
ConflictedBy: networking.service
ConflictedBy: systemd-random-seed.service
ConflictedBy: rpcbind.service
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: systemd-sysctl.service
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: systemd-modules-load.service
ConflictedBy: systemd-update-utmp.service
ConflictedBy: cryptsetup.target
ConflictedBy: systemd-timesyncd.service
ConflictedBy: swap.target
ConflictedBy: systemd-remount-fs.service
ConflictedBy: systemd-readahead-replay.service
ConflictedBy: systemd-readahead-collect.service
ConflictedBy: systemd-readahead-done.timer
ConflictedBy: systemd-readahead-done.service
ConflictedBy: bluetooth.target
ConflictedBy: bluetooth.service
ConflictedBy: systemd-rfkill at rfkill4.service
ConflictedBy: system-systemd\x2drfkill.slice
ConflictedBy: sound.target
ConflictedBy: systemd-rfkill at rfkill2.service
ConflictedBy: systemd-rfkill at rfkill0.service
ConflictedBy: systemd-rfkill at rfkill1.service
ConflictedBy: systemd-rfkill at rfkill3.service
ConflictedBy: polkitd.service
ConflictedBy: colord.service
ConflictedBy: upower.service
ConflictedBy: packagekit.service
ConflictedBy: user-1000.slice
ConflictedBy: user at 1000.service
ConflictedBy: session-1.scope
ConflictedBy: udisks2.service
ConflictedBy: uuidd.socket
ConflictedBy: uuidd.service
ConflictedBy: apache2.service
ConflictedBy: nss-lookup.target
ConflictedBy: dnsmasq.service
After: systemd-backlight at backlight:intel_backlight.service
After: system-systemd\x2dbacklight.slice
After: syslog.socket
After: rsyslog.service
After: alsa-restore.service
After: alsa-state.service
After: cups.path
After: cups.service
After: cups.socket
After: systemd-tmpfiles-clean.timer
After: systemd-tmpfiles-clean.service
After: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
After: system-systemd\x2dfsck.slice
After: systemd-fsck-root.service
After: emergency.service
After: rescue.service
After: dbus.socket
After: dbus.service
After: avahi-daemon.socket
After: avahi-daemon.service
After: virtlockd.socket
After: virtlockd.service
After: nfs-common.service
After: accounts-daemon.service
After: rtkit-daemon.service
After: timidity.service
After: vmware-USBArbitrator.service
After: virtualbox.service
After: systemd-update-utmp-runlevel.service
After: gdm.service
After: lightdm.service
After: systemd-user-sessions.service
After: getty at tty7.service
After: system-getty.slice
After: getty at tty1.service
After: rc-local.service
After: systemd-ask-password-wall.path
After: systemd-ask-password-wall.service
After: systemd-logind.service
After: user.slice
After: anacron.service
After: wpa_supplicant.service
After: openvpn.service
After: ModemManager.service
After: sudo.service
After: binfmt-support.service
After: libvirt-guests.service
After: smartd.service
After: rsync.service
After: cups-browsed.service
After: lm-sensors.service
After: ssh.service
After: atd.service
After: libvirtd.service
After: cron.service
After: NetworkManager.service
After: vmamqpd.service
After: ebtables.service
After: networking.service
After: systemd-random-seed.service
After: rpcbind.service
After: systemd-ask-password-console.path
After: systemd-ask-password-console.service
After: systemd-tmpfiles-setup.service
After: systemd-sysctl.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-binfmt.service
After: systemd-modules-load.service
After: systemd-update-utmp.service
After: systemd-timesyncd.service
After: systemd-remount-fs.service
After: systemd-readahead-replay.service
After: systemd-readahead-collect.service
After: systemd-readahead-done.timer
After: systemd-readahead-done.service
After: alsa-store.service
After: bluetooth.service
After: systemd-rfkill at rfkill4.service
After: system-systemd\x2drfkill.slice
After: systemd-rfkill at rfkill2.service
After: systemd-rfkill at rfkill0.service
After: systemd-rfkill at rfkill1.service
After: systemd-rfkill at rfkill3.service
After: polkitd.service
After: colord.service
After: upower.service
After: packagekit.service
After: user-1000.slice
After: user at 1000.service
After: session-1.scope
After: udisks2.service
After: uuidd.socket
After: uuidd.service
After: apache2.service
After: dnsmasq.service
References: alsa-store.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: slices.target
ReferencedBy: syslog.socket
ReferencedBy: rsyslog.service
ReferencedBy: basic.target
ReferencedBy: alsa-restore.service
ReferencedBy: alsa-state.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: time-sync.target
ReferencedBy: local-fs.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: systemd-fsck-root.service
ReferencedBy: emergency.target
ReferencedBy: emergency.service
ReferencedBy: rescue.service
ReferencedBy: local-fs-pre.target
ReferencedBy: sockets.target
ReferencedBy: dbus.socket
ReferencedBy: dbus.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: avahi-daemon.service
ReferencedBy: virtlockd.socket
ReferencedBy: virtlockd.service
ReferencedBy: sysinit.target
ReferencedBy: nfs-common.service
ReferencedBy: rpcbind.target
ReferencedBy: graphical.target
ReferencedBy: accounts-daemon.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: timidity.service
ReferencedBy: remote-fs.target
ReferencedBy: remote-fs-pre.target
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: virtualbox.service
ReferencedBy: network-online.target
ReferencedBy: network.target
ReferencedBy: network-pre.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: rescue.target
ReferencedBy: gdm.service
ReferencedBy: x-display-manager.target
ReferencedBy: lightdm.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: getty at tty7.service
ReferencedBy: system-getty.slice
ReferencedBy: getty.target
ReferencedBy: getty at tty1.service
ReferencedBy: rc-local.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-logind.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: user.slice
ReferencedBy: anacron.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: openvpn.service
ReferencedBy: ModemManager.service
ReferencedBy: sudo.service
ReferencedBy: binfmt-support.service
ReferencedBy: libvirt-guests.service
ReferencedBy: smartd.service
ReferencedBy: rsync.service
ReferencedBy: cups-browsed.service
ReferencedBy: lm-sensors.service
ReferencedBy: ssh.service
ReferencedBy: atd.service
ReferencedBy: libvirtd.service
ReferencedBy: cron.service
ReferencedBy: NetworkManager.service
ReferencedBy: vmamqpd.service
ReferencedBy: ebtables.service
ReferencedBy: networking.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: rpcbind.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: swap.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: systemd-readahead-done.timer
ReferencedBy: systemd-readahead-done.service
ReferencedBy: alsa-store.service
ReferencedBy: bluetooth.target
ReferencedBy: bluetooth.service
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: system-systemd\x2drfkill.slice
ReferencedBy: sound.target
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill3.service
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: upower.service
ReferencedBy: packagekit.service
ReferencedBy: user-1000.slice
ReferencedBy: user at 1000.service
ReferencedBy: session-1.scope
ReferencedBy: udisks2.service
ReferencedBy: uuidd.socket
ReferencedBy: uuidd.service
ReferencedBy: apache2.service
ReferencedBy: nss-lookup.target
ReferencedBy: dnsmasq.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> 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-backlight at backlight:intel_backlight.service
Before: systemd-tmpfiles-clean.service
Before: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Before: systemd-fsck-root.service
Before: systemd-random-seed.service
Before: systemd-tmpfiles-setup.service
Before: systemd-sysctl.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-binfmt.service
Before: systemd-modules-load.service
Before: systemd-update-utmp.service
Before: systemd-remount-fs.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-rfkill at rfkill4.service
Before: systemd-rfkill at rfkill2.service
Before: systemd-rfkill at rfkill0.service
Before: systemd-rfkill at rfkill1.service
Before: systemd-rfkill at rfkill3.service
After: system.slice
References: systemd-readahead-done.timer
References: shutdown.target
References: sysinit.target
References: system.slice
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill3.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-backlight at backlight:intel_backlight.service
Before: systemd-tmpfiles-clean.service
Before: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Before: systemd-fsck-root.service
Before: systemd-random-seed.service
Before: systemd-tmpfiles-setup.service
Before: systemd-sysctl.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-binfmt.service
Before: systemd-modules-load.service
Before: systemd-update-utmp.service
Before: systemd-remount-fs.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-rfkill at rfkill4.service
Before: systemd-rfkill at rfkill2.service
Before: systemd-rfkill at rfkill0.service
Before: systemd-rfkill at rfkill1.service
Before: systemd-rfkill at rfkill3.service
After: system.slice
References: shutdown.target
References: sysinit.target
References: system.slice
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill3.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-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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 untested
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: local-fs-pre.target
Wants: system.slice
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-backlight at backlight:intel_backlight.service
Before: systemd-random-seed.service
Before: debian-fixup.service
Before: systemd-update-utmp.service
Before: systemd-timesyncd.service
Before: local-fs-pre.target
Before: local-fs.target
Before: shutdown.target
Before: systemd-rfkill at rfkill4.service
Before: systemd-rfkill at rfkill2.service
Before: systemd-rfkill at rfkill0.service
Before: systemd-rfkill at rfkill1.service
Before: systemd-rfkill at rfkill3.service
After: keyboard-setup.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system.slice
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: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: keyboard-setup.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill3.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
SysVStartPriority: 0
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Wants: local-fs.target
Wants: swap.target
Wants: systemd-timesyncd.service
Wants: systemd-udev-trigger.service
Wants: sys-kernel-config.mount
Wants: cryptsetup.target
Wants: systemd-update-utmp.service
Wants: sys-fs-fuse-connections.mount
Wants: systemd-journal-flush.service
Wants: systemd-journald.service
Wants: debian-fixup.service
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-modules-load.service
Wants: sys-kernel-debug.mount
Wants: systemd-binfmt.service
Wants: dev-hugepages.mount
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-sysctl.service
Wants: systemd-udevd.service
Wants: systemd-tmpfiles-setup.service
Wants: systemd-ask-password-console.path
Wants: dev-mqueue.mount
Wants: udev-finish.service
Wants: kmod-static-nodes.service
Wants: keyboard-setup.service
Wants: console-setup.service
Wants: rpcbind.service
Wants: networking.service
Wants: qemu-system-x86.service
Wants: ebtables.service
Wants: nfs-common.service
Wants: systemd-random-seed.service
RequiredBy: basic.target
RequiredBy: cups.path
RequiredBy: cups.socket
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: dbus.socket
RequiredBy: avahi-daemon.socket
RequiredBy: virtlockd.socket
RequiredBy: rescue.target
RequiredBy: uuidd.socket
Conflicts: emergency.service
Conflicts: emergency.target
Conflicts: shutdown.target
Before: basic.target
Before: alsa-state.service
Before: cups.path
Before: cups.socket
Before: systemd-tmpfiles-clean.timer
Before: rescue.service
Before: dbus.socket
Before: avahi-daemon.socket
Before: virtlockd.socket
Before: rescue.target
Before: uuidd.socket
After: systemd-backlight at backlight:intel_backlight.service
After: systemd-journald.service
After: systemd-udevd.service
After: local-fs.target
After: swap.target
After: emergency.service
After: emergency.target
After: nfs-common.service
After: ebtables.service
After: qemu-system-x86.service
After: networking.service
After: systemd-random-seed.service
After: rpcbind.service
After: console-setup.service
After: keyboard-setup.service
After: kmod-static-nodes.service
After: systemd-udev-settle.service
After: dev-mqueue.mount
After: systemd-tmpfiles-setup.service
After: systemd-sysctl.service
After: systemd-tmpfiles-setup-dev.service
After: dev-hugepages.mount
After: systemd-binfmt.service
After: sys-kernel-debug.mount
After: systemd-modules-load.service
After: proc-sys-fs-binfmt_misc.automount
After: debian-fixup.service
After: sys-fs-fuse-connections.mount
After: systemd-update-utmp.service
After: cryptsetup.target
After: sys-kernel-config.mount
After: systemd-udev-trigger.service
After: systemd-timesyncd.service
After: systemd-readahead-replay.service
After: systemd-readahead-collect.service
After: systemd-rfkill at rfkill4.service
After: systemd-rfkill at rfkill2.service
After: systemd-rfkill at rfkill0.service
After: systemd-rfkill at rfkill1.service
After: systemd-rfkill at rfkill3.service
References: emergency.service
References: emergency.target
References: local-fs.target
References: swap.target
References: systemd-timesyncd.service
References: systemd-udev-trigger.service
References: sys-kernel-config.mount
References: cryptsetup.target
References: systemd-update-utmp.service
References: sys-fs-fuse-connections.mount
References: systemd-journal-flush.service
References: systemd-journald.service
References: debian-fixup.service
References: proc-sys-fs-binfmt_misc.automount
References: systemd-modules-load.service
References: sys-kernel-debug.mount
References: systemd-binfmt.service
References: dev-hugepages.mount
References: systemd-tmpfiles-setup-dev.service
References: systemd-sysctl.service
References: systemd-udevd.service
References: systemd-tmpfiles-setup.service
References: systemd-ask-password-console.path
References: dev-mqueue.mount
References: udev-finish.service
References: kmod-static-nodes.service
References: keyboard-setup.service
References: console-setup.service
References: rpcbind.service
References: networking.service
References: qemu-system-x86.service
References: ebtables.service
References: nfs-common.service
References: shutdown.target
References: systemd-random-seed.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-journald.service
ReferencedBy: basic.target
ReferencedBy: alsa-state.service
ReferencedBy: cups.path
ReferencedBy: cups.socket
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: rescue.service
ReferencedBy: dbus.socket
ReferencedBy: systemd-udevd.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: virtlockd.socket
ReferencedBy: nfs-common.service
ReferencedBy: rescue.target
ReferencedBy: ebtables.service
ReferencedBy: qemu-system-x86.service
ReferencedBy: networking.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: rpcbind.service
ReferencedBy: console-setup.service
ReferencedBy: keyboard-setup.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-binfmt.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-modules-load.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: debian-fixup.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill3.service
ReferencedBy: uuidd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-backlight at backlight:intel_backlight.service
Before: sockets.target
Before: systemd-journald.service
Before: alsa-restore.service
Before: alsa-state.service
Before: cups.service
Before: systemd-tmpfiles-clean.service
Before: home.mount
Before: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Before: mnt-data.mount
Before: systemd-fsck-root.service
Before: tmp.mount
Before: dbus.service
Before: systemd-shutdownd.service
Before: systemd-udevd.service
Before: systemd-initctl.service
Before: avahi-daemon.service
Before: virtlockd.service
Before: nfs-common.service
Before: accounts-daemon.service
Before: rtkit-daemon.service
Before: timidity.service
Before: vmware-USBArbitrator.service
Before: virtualbox.service
Before: systemd-update-utmp-runlevel.service
Before: gdm.service
Before: lightdm.service
Before: systemd-user-sessions.service
Before: getty at tty7.service
Before: getty at tty1.service
Before: rc-local.service
Before: systemd-ask-password-wall.service
Before: systemd-logind.service
Before: anacron.service
Before: wpa_supplicant.service
Before: openvpn.service
Before: ModemManager.service
Before: sudo.service
Before: binfmt-support.service
Before: libvirt-guests.service
Before: smartd.service
Before: rsync.service
Before: cups-browsed.service
Before: lm-sensors.service
Before: ssh.service
Before: atd.service
Before: libvirtd.service
Before: cron.service
Before: NetworkManager.service
Before: vmamqpd.service
Before: ebtables.service
Before: qemu-system-x86.service
Before: networking.service
Before: systemd-random-seed.service
Before: rpcbind.service
Before: console-setup.service
Before: keyboard-setup.service
Before: kmod-static-nodes.service
Before: udev-finish.service
Before: systemd-udev-settle.service
Before: dev-mqueue.mount
Before: systemd-ask-password-console.service
Before: systemd-tmpfiles-setup.service
Before: systemd-sysctl.service
Before: systemd-tmpfiles-setup-dev.service
Before: dev-hugepages.mount
Before: systemd-binfmt.service
Before: sys-kernel-debug.mount
Before: systemd-modules-load.service
Before: proc-sys-fs-binfmt_misc.mount
Before: debian-fixup.service
Before: systemd-journal-flush.service
Before: sys-fs-fuse-connections.mount
Before: systemd-update-utmp.service
Before: sys-kernel-config.mount
Before: systemd-udev-trigger.service
Before: systemd-timesyncd.service
Before: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Before: systemd-remount-fs.service
Before: systemd-readahead-done.service
Before: alsa-store.service
Before: bluetooth.service
Before: systemd-rfkill at rfkill4.service
Before: systemd-rfkill at rfkill2.service
Before: systemd-rfkill at rfkill0.service
Before: systemd-rfkill at rfkill1.service
Before: dev-disk-by\x2dlabel-Swap.swap
Before: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Before: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Before: dev-sda5.swap
Before: mnt-ssd.mount
Before: media-michael-Scratch.mount
Before: run-user-1000-gvfs.mount
Before: run-user-1000.mount
Before: run-rpc_pipefs.mount
Before: systemd-rfkill at rfkill3.service
Before: polkitd.service
Before: colord.service
Before: upower.service
Before: packagekit.service
Before: user at 1000.service
Before: udisks2.service
Before: systemd-suspend.service
Before: uuidd.service
Before: apache2.service
Before: dnsmasq.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-journald.service
ReferencedBy: alsa-restore.service
ReferencedBy: alsa-state.service
ReferencedBy: cups.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: home.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
ReferencedBy: mnt-data.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: tmp.mount
ReferencedBy: sockets.target
ReferencedBy: dbus.service
ReferencedBy: systemd-shutdownd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-initctl.service
ReferencedBy: avahi-daemon.service
ReferencedBy: virtlockd.service
ReferencedBy: nfs-common.service
ReferencedBy: accounts-daemon.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: timidity.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: virtualbox.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: gdm.service
ReferencedBy: lightdm.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-logind.service
ReferencedBy: anacron.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: openvpn.service
ReferencedBy: ModemManager.service
ReferencedBy: sudo.service
ReferencedBy: binfmt-support.service
ReferencedBy: libvirt-guests.service
ReferencedBy: smartd.service
ReferencedBy: rsync.service
ReferencedBy: cups-browsed.service
ReferencedBy: lm-sensors.service
ReferencedBy: ssh.service
ReferencedBy: atd.service
ReferencedBy: libvirtd.service
ReferencedBy: cron.service
ReferencedBy: NetworkManager.service
ReferencedBy: vmamqpd.service
ReferencedBy: ebtables.service
ReferencedBy: qemu-system-x86.service
ReferencedBy: networking.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: rpcbind.service
ReferencedBy: console-setup.service
ReferencedBy: keyboard-setup.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: udev-finish.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-binfmt.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-modules-load.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-readahead-done.service
ReferencedBy: alsa-store.service
ReferencedBy: bluetooth.service
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: dev-disk-by\x2dlabel-Swap.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
ReferencedBy: dev-sda5.swap
ReferencedBy: mnt-ssd.mount
ReferencedBy: media-michael-Scratch.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: systemd-rfkill at rfkill3.service
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: upower.service
ReferencedBy: packagekit.service
ReferencedBy: user at 1000.service
ReferencedBy: udisks2.service
ReferencedBy: systemd-suspend.service
ReferencedBy: uuidd.service
ReferencedBy: apache2.service
ReferencedBy: dnsmasq.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-systemd\x2dbacklight.slice:
Description: system-systemd\x2dbacklight.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: system-systemd\x2dbacklight.slice
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Wants: system.slice
WantedBy: systemd-backlight at backlight:intel_backlight.service
Conflicts: shutdown.target
Before: systemd-backlight at backlight:intel_backlight.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 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: no
CGroup mask: 0x0
CGroup members mask: 0x10
Name: system.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Wants: -.slice
WantedBy: system-systemd\x2dbacklight.slice
WantedBy: slices.target
WantedBy: systemd-journald.service
WantedBy: rsyslog.service
WantedBy: alsa-restore.service
WantedBy: alsa-state.service
WantedBy: cups.service
WantedBy: systemd-tmpfiles-clean.service
WantedBy: -.mount
WantedBy: home.mount
WantedBy: system-systemd\x2dfsck.slice
WantedBy: mnt-data.mount
WantedBy: systemd-fsck-root.service
WantedBy: tmp.mount
WantedBy: emergency.service
WantedBy: rescue.service
WantedBy: dbus.service
WantedBy: systemd-shutdownd.service
WantedBy: systemd-udevd.service
WantedBy: systemd-initctl.service
WantedBy: avahi-daemon.service
WantedBy: virtlockd.service
WantedBy: nfs-common.service
WantedBy: accounts-daemon.service
WantedBy: rtkit-daemon.service
WantedBy: timidity.service
WantedBy: vmware-USBArbitrator.service
WantedBy: virtualbox.service
WantedBy: systemd-update-utmp-runlevel.service
WantedBy: gdm.service
WantedBy: lightdm.service
WantedBy: systemd-user-sessions.service
WantedBy: system-getty.slice
WantedBy: rc-local.service
WantedBy: systemd-ask-password-wall.service
WantedBy: systemd-logind.service
WantedBy: anacron.service
WantedBy: wpa_supplicant.service
WantedBy: openvpn.service
WantedBy: ModemManager.service
WantedBy: sudo.service
WantedBy: binfmt-support.service
WantedBy: libvirt-guests.service
WantedBy: smartd.service
WantedBy: rsync.service
WantedBy: cups-browsed.service
WantedBy: lm-sensors.service
WantedBy: ssh.service
WantedBy: atd.service
WantedBy: libvirtd.service
WantedBy: cron.service
WantedBy: NetworkManager.service
WantedBy: vmamqpd.service
WantedBy: ebtables.service
WantedBy: qemu-system-x86.service
WantedBy: networking.service
WantedBy: systemd-random-seed.service
WantedBy: rpcbind.service
WantedBy: console-setup.service
WantedBy: keyboard-setup.service
WantedBy: kmod-static-nodes.service
WantedBy: udev-finish.service
WantedBy: systemd-udev-settle.service
WantedBy: dev-mqueue.mount
WantedBy: systemd-ask-password-console.service
WantedBy: systemd-tmpfiles-setup.service
WantedBy: systemd-sysctl.service
WantedBy: systemd-tmpfiles-setup-dev.service
WantedBy: dev-hugepages.mount
WantedBy: systemd-binfmt.service
WantedBy: sys-kernel-debug.mount
WantedBy: systemd-modules-load.service
WantedBy: proc-sys-fs-binfmt_misc.mount
WantedBy: debian-fixup.service
WantedBy: systemd-journal-flush.service
WantedBy: sys-fs-fuse-connections.mount
WantedBy: systemd-update-utmp.service
WantedBy: sys-kernel-config.mount
WantedBy: systemd-udev-trigger.service
WantedBy: systemd-timesyncd.service
WantedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
WantedBy: systemd-remount-fs.service
WantedBy: systemd-readahead-replay.service
WantedBy: systemd-readahead-collect.service
WantedBy: systemd-readahead-done.service
WantedBy: alsa-store.service
WantedBy: bluetooth.service
WantedBy: system-systemd\x2drfkill.slice
WantedBy: dev-disk-by\x2dlabel-Swap.swap
WantedBy: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
WantedBy: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
WantedBy: dev-sda5.swap
WantedBy: mnt-ssd.mount
WantedBy: media-michael-Scratch.mount
WantedBy: run-user-1000-gvfs.mount
WantedBy: run-user-1000.mount
WantedBy: run-rpc_pipefs.mount
WantedBy: polkitd.service
WantedBy: colord.service
WantedBy: upower.service
WantedBy: packagekit.service
WantedBy: udisks2.service
WantedBy: systemd-suspend.service
WantedBy: uuidd.service
WantedBy: apache2.service
WantedBy: dnsmasq.service
Before: system-systemd\x2dbacklight.slice
Before: slices.target
Before: systemd-journald.service
Before: rsyslog.service
Before: alsa-restore.service
Before: alsa-state.service
Before: cups.service
Before: systemd-tmpfiles-clean.service
Before: -.mount
Before: home.mount
Before: system-systemd\x2dfsck.slice
Before: mnt-data.mount
Before: systemd-fsck-root.service
Before: tmp.mount
Before: emergency.service
Before: rescue.service
Before: dbus.service
Before: systemd-shutdownd.service
Before: systemd-udevd.service
Before: systemd-initctl.service
Before: avahi-daemon.service
Before: virtlockd.service
Before: nfs-common.service
Before: accounts-daemon.service
Before: rtkit-daemon.service
Before: timidity.service
Before: vmware-USBArbitrator.service
Before: virtualbox.service
Before: systemd-update-utmp-runlevel.service
Before: gdm.service
Before: lightdm.service
Before: systemd-user-sessions.service
Before: system-getty.slice
Before: rc-local.service
Before: systemd-ask-password-wall.service
Before: systemd-logind.service
Before: anacron.service
Before: wpa_supplicant.service
Before: openvpn.service
Before: ModemManager.service
Before: sudo.service
Before: binfmt-support.service
Before: libvirt-guests.service
Before: smartd.service
Before: rsync.service
Before: cups-browsed.service
Before: lm-sensors.service
Before: ssh.service
Before: atd.service
Before: libvirtd.service
Before: cron.service
Before: NetworkManager.service
Before: vmamqpd.service
Before: ebtables.service
Before: qemu-system-x86.service
Before: networking.service
Before: systemd-random-seed.service
Before: rpcbind.service
Before: console-setup.service
Before: keyboard-setup.service
Before: kmod-static-nodes.service
Before: udev-finish.service
Before: systemd-udev-settle.service
Before: dev-mqueue.mount
Before: systemd-ask-password-console.service
Before: systemd-tmpfiles-setup.service
Before: systemd-sysctl.service
Before: systemd-tmpfiles-setup-dev.service
Before: dev-hugepages.mount
Before: systemd-binfmt.service
Before: sys-kernel-debug.mount
Before: systemd-modules-load.service
Before: proc-sys-fs-binfmt_misc.mount
Before: debian-fixup.service
Before: systemd-journal-flush.service
Before: sys-fs-fuse-connections.mount
Before: systemd-update-utmp.service
Before: sys-kernel-config.mount
Before: systemd-udev-trigger.service
Before: systemd-timesyncd.service
Before: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Before: systemd-remount-fs.service
Before: systemd-readahead-replay.service
Before: systemd-readahead-collect.service
Before: systemd-readahead-done.service
Before: alsa-store.service
Before: bluetooth.service
Before: system-systemd\x2drfkill.slice
Before: dev-disk-by\x2dlabel-Swap.swap
Before: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Before: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Before: dev-sda5.swap
Before: mnt-ssd.mount
Before: media-michael-Scratch.mount
Before: run-user-1000-gvfs.mount
Before: run-user-1000.mount
Before: run-rpc_pipefs.mount
Before: polkitd.service
Before: colord.service
Before: upower.service
Before: packagekit.service
Before: udisks2.service
Before: systemd-suspend.service
Before: uuidd.service
Before: apache2.service
Before: dnsmasq.service
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: slices.target
ReferencedBy: systemd-journald.service
ReferencedBy: rsyslog.service
ReferencedBy: alsa-restore.service
ReferencedBy: alsa-state.service
ReferencedBy: cups.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: -.mount
ReferencedBy: home.mount
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: mnt-data.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: tmp.mount
ReferencedBy: emergency.service
ReferencedBy: rescue.service
ReferencedBy: dbus.service
ReferencedBy: systemd-shutdownd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-initctl.service
ReferencedBy: avahi-daemon.service
ReferencedBy: virtlockd.service
ReferencedBy: nfs-common.service
ReferencedBy: accounts-daemon.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: timidity.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: virtualbox.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: gdm.service
ReferencedBy: lightdm.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: system-getty.slice
ReferencedBy: rc-local.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-logind.service
ReferencedBy: anacron.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: openvpn.service
ReferencedBy: ModemManager.service
ReferencedBy: sudo.service
ReferencedBy: binfmt-support.service
ReferencedBy: libvirt-guests.service
ReferencedBy: smartd.service
ReferencedBy: rsync.service
ReferencedBy: cups-browsed.service
ReferencedBy: lm-sensors.service
ReferencedBy: ssh.service
ReferencedBy: atd.service
ReferencedBy: libvirtd.service
ReferencedBy: cron.service
ReferencedBy: NetworkManager.service
ReferencedBy: vmamqpd.service
ReferencedBy: ebtables.service
ReferencedBy: qemu-system-x86.service
ReferencedBy: networking.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: rpcbind.service
ReferencedBy: console-setup.service
ReferencedBy: keyboard-setup.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: udev-finish.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-binfmt.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-modules-load.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: systemd-readahead-done.service
ReferencedBy: alsa-store.service
ReferencedBy: bluetooth.service
ReferencedBy: system-systemd\x2drfkill.slice
ReferencedBy: dev-disk-by\x2dlabel-Swap.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
ReferencedBy: dev-sda5.swap
ReferencedBy: mnt-ssd.mount
ReferencedBy: media-michael-Scratch.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: upower.service
ReferencedBy: packagekit.service
ReferencedBy: udisks2.service
ReferencedBy: systemd-suspend.service
ReferencedBy: uuidd.service
ReferencedBy: apache2.service
ReferencedBy: dnsmasq.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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Wed 2014-11-26 04:45:52 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: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
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: no
CGroup mask: 0x0
CGroup members mask: 0x10
Name: -.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/-.slice
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
WantedBy: system.slice
WantedBy: slices.target
WantedBy: systemd-journald.socket
WantedBy: syslog.socket
WantedBy: cups.socket
WantedBy: systemd-journald-dev-log.socket
WantedBy: dbus.socket
WantedBy: systemd-shutdownd.socket
WantedBy: systemd-udevd-kernel.socket
WantedBy: systemd-udevd-control.socket
WantedBy: systemd-initctl.socket
WantedBy: avahi-daemon.socket
WantedBy: virtlockd.socket
WantedBy: user.slice
WantedBy: uuidd.socket
Before: system.slice
Before: slices.target
Before: systemd-journald.socket
Before: syslog.socket
Before: cups.socket
Before: systemd-journald-dev-log.socket
Before: dbus.socket
Before: systemd-shutdownd.socket
Before: systemd-udevd-kernel.socket
Before: systemd-udevd-control.socket
Before: systemd-initctl.socket
Before: avahi-daemon.socket
Before: virtlockd.socket
Before: user.slice
Before: uuidd.socket
References: slices.target
ReferencedBy: system.slice
ReferencedBy: slices.target
ReferencedBy: systemd-journald.socket
ReferencedBy: syslog.socket
ReferencedBy: cups.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: virtlockd.socket
ReferencedBy: user.slice
ReferencedBy: uuidd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Wants: cups.socket
Wants: virtlockd.socket
Wants: avahi-daemon.socket
Wants: systemd-initctl.socket
Wants: systemd-journald.socket
Wants: systemd-udevd-control.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-shutdownd.socket
Wants: dbus.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-journald.socket
After: syslog.socket
After: cups.socket
After: systemd-journald-dev-log.socket
After: dbus.socket
After: systemd-shutdownd.socket
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: systemd-initctl.socket
After: avahi-daemon.socket
After: virtlockd.socket
After: uuidd.socket
References: cups.socket
References: virtlockd.socket
References: avahi-daemon.socket
References: systemd-initctl.socket
References: systemd-journald.socket
References: systemd-udevd-control.socket
References: systemd-journald-dev-log.socket
References: systemd-udevd-kernel.socket
References: systemd-shutdownd.socket
References: dbus.socket
References: shutdown.target
ReferencedBy: systemd-journald.socket
ReferencedBy: syslog.socket
ReferencedBy: basic.target
ReferencedBy: cups.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: virtlockd.socket
ReferencedBy: uuidd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 23:11:40 CET
Active Enter Timestamp: Wed 2014-11-26 23:11:40 CET
Active Exit Timestamp: Wed 2014-11-26 23:11:40 CET
Inactive Enter Timestamp: Wed 2014-11-26 23:11:40 CET
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Wed 2014-11-26 23:11:40 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: systemd-journald-dev-log.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-journal-flush.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: simple
Restart: always
NotifyAccess: all
Main PID: 5515
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
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: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
Before: apache2.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
ReferencedBy: apache2.service
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
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: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Wed 2014-11-26 04:45:50 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: rsyslog.service
References: -.slice
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 rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.service
Name: rsyslog.service
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: syslog.socket
After: basic.target
After: system.slice
TriggeredBy: syslog.socket
References: syslog.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: syslog.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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: 672
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
SysVStartPriority: 0
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: sysinit.target
Wants: sockets.target
Wants: timers.target
Wants: paths.target
Wants: slices.target
Wants: alsa-state.service
Wants: alsa-restore.service
RequiredBy: rsyslog.service
RequiredBy: cups.service
RequiredBy: dbus.service
RequiredBy: avahi-daemon.service
RequiredBy: virtlockd.service
RequiredBy: accounts-daemon.service
RequiredBy: rtkit-daemon.service
RequiredBy: timidity.service
RequiredBy: vmware-USBArbitrator.service
RequiredBy: virtualbox.service
RequiredBy: gdm.service
RequiredBy: lightdm.service
RequiredBy: systemd-user-sessions.service
RequiredBy: getty at tty7.service
RequiredBy: getty at tty1.service
RequiredBy: rc-local.service
RequiredBy: multi-user.target
RequiredBy: systemd-ask-password-wall.service
RequiredBy: systemd-logind.service
RequiredBy: anacron.service
RequiredBy: wpa_supplicant.service
RequiredBy: openvpn.service
RequiredBy: ModemManager.service
RequiredBy: sudo.service
RequiredBy: binfmt-support.service
RequiredBy: libvirt-guests.service
RequiredBy: smartd.service
RequiredBy: rsync.service
RequiredBy: cups-browsed.service
RequiredBy: lm-sensors.service
RequiredBy: ssh.service
RequiredBy: atd.service
RequiredBy: libvirtd.service
RequiredBy: cron.service
RequiredBy: NetworkManager.service
RequiredBy: vmamqpd.service
RequiredBy: bluetooth.service
RequiredBy: polkitd.service
RequiredBy: colord.service
RequiredBy: upower.service
RequiredBy: packagekit.service
RequiredBy: user at 1000.service
RequiredBy: udisks2.service
RequiredBy: uuidd.service
RequiredBy: apache2.service
RequiredBy: dnsmasq.service
Conflicts: shutdown.target
Before: rsyslog.service
Before: cups.service
Before: dbus.service
Before: avahi-daemon.service
Before: virtlockd.service
Before: accounts-daemon.service
Before: rtkit-daemon.service
Before: timidity.service
Before: vmware-USBArbitrator.service
Before: virtualbox.service
Before: gdm.service
Before: lightdm.service
Before: systemd-user-sessions.service
Before: getty at tty7.service
Before: getty at tty1.service
Before: rc-local.service
Before: multi-user.target
Before: systemd-ask-password-wall.service
Before: systemd-logind.service
Before: anacron.service
Before: wpa_supplicant.service
Before: openvpn.service
Before: ModemManager.service
Before: sudo.service
Before: binfmt-support.service
Before: libvirt-guests.service
Before: smartd.service
Before: rsync.service
Before: cups-browsed.service
Before: lm-sensors.service
Before: ssh.service
Before: atd.service
Before: libvirtd.service
Before: cron.service
Before: NetworkManager.service
Before: vmamqpd.service
Before: bluetooth.service
Before: polkitd.service
Before: colord.service
Before: upower.service
Before: packagekit.service
Before: user at 1000.service
Before: udisks2.service
Before: uuidd.service
Before: apache2.service
Before: dnsmasq.service
After: sysinit.target
After: sockets.target
After: timers.target
After: paths.target
After: slices.target
References: sysinit.target
References: sockets.target
References: timers.target
References: paths.target
References: slices.target
References: alsa-state.service
References: alsa-restore.service
References: shutdown.target
ReferencedBy: rsyslog.service
ReferencedBy: cups.service
ReferencedBy: dbus.service
ReferencedBy: avahi-daemon.service
ReferencedBy: virtlockd.service
ReferencedBy: accounts-daemon.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: timidity.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: virtualbox.service
ReferencedBy: gdm.service
ReferencedBy: lightdm.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
ReferencedBy: rc-local.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-logind.service
ReferencedBy: anacron.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: openvpn.service
ReferencedBy: ModemManager.service
ReferencedBy: sudo.service
ReferencedBy: binfmt-support.service
ReferencedBy: libvirt-guests.service
ReferencedBy: smartd.service
ReferencedBy: rsync.service
ReferencedBy: cups-browsed.service
ReferencedBy: lm-sensors.service
ReferencedBy: ssh.service
ReferencedBy: atd.service
ReferencedBy: libvirtd.service
ReferencedBy: cron.service
ReferencedBy: NetworkManager.service
ReferencedBy: vmamqpd.service
ReferencedBy: bluetooth.service
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: upower.service
ReferencedBy: packagekit.service
ReferencedBy: user at 1000.service
ReferencedBy: udisks2.service
ReferencedBy: uuidd.service
ReferencedBy: apache2.service
ReferencedBy: dnsmasq.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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-tmpfiles-clean.timer
References: systemd-tmpfiles-clean.timer
References: shutdown.target
ReferencedBy: basic.target
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Wed 2014-11-26 04:45:53 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 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 untested
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: no
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: alsa-restore.service
Before: shutdown.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: basic.target
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 alsa-restore.service:
Description: Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2014-11-26 04:45:53 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 untested
ConditionPathExists: !/etc/alsa/state-daemon.conf untested
Condition Timestamp: Wed 2014-11-26 04:45:53 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
SysVStartPriority: 0
-> Unit cups.path:
Description: CUPS Printer Service Spool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:53 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: running
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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
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: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: cups.socket
Requires: basic.target
Requires: -.mount
Requires: tmp.mount
Wants: system.slice
WantedBy: cups-browsed.service
Conflicts: shutdown.target
Before: shutdown.target
Before: cups-browsed.service
After: cups.path
After: systemd-journald.socket
After: basic.target
After: system.slice
After: cups.socket
After: -.mount
After: tmp.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
References: tmp.mount
ReferencedBy: cups.path
ReferencedBy: cups.socket
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: 755
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
SysVStartPriority: 0
-> Unit cups.socket:
Description: CUPS Printing Service Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:53 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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: timers.target
Before: shutdown.target
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: systemd-tmpfiles-clean.service
References: timers.target
References: sysinit.target
References: shutdown.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Wed 2014-11-26 05:01:05 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2014-11-26 05:01:05 CET
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Wed 2014-11-26 05:01:05 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
SysVStartPriority: 0
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: mnt-data.automount
Requires: home.mount
Requires: -.mount
Wants: tmp.mount
Wants: systemd-fsck-root.service
Wants: systemd-remount-fs.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: sysinit.target
Before: remote-fs.target
Before: vmware-USBArbitrator.service
Before: ebtables.service
Before: networking.service
Before: rpcbind.service
Before: systemd-tmpfiles-setup.service
Before: systemd-journal-flush.service
Before: apache2.service
After: local-fs-pre.target
After: -.mount
After: home.mount
After: mnt-data.automount
After: systemd-fsck-root.service
After: tmp.mount
After: systemd-remount-fs.service
After: run-rpc_pipefs.mount
After: run-user-1000.mount
After: run-user-1000-gvfs.mount
After: media-michael-Scratch.mount
After: mnt-ssd.mount
OnFailure: emergency.target
References: shutdown.target
References: local-fs-pre.target
References: emergency.target
References: tmp.mount
References: systemd-fsck-root.service
References: mnt-data.automount
References: home.mount
References: -.mount
References: systemd-remount-fs.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: -.mount
ReferencedBy: home.mount
ReferencedBy: mnt-data.automount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: tmp.mount
ReferencedBy: sysinit.target
ReferencedBy: remote-fs.target
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: ebtables.service
ReferencedBy: networking.service
ReferencedBy: rpcbind.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: media-michael-Scratch.mount
ReferencedBy: mnt-ssd.mount
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
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: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: nfs-common.service
Before: anacron.service
Before: libvirt-guests.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: nfs-common.service
ReferencedBy: anacron.service
ReferencedBy: libvirt-guests.service
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: local-fs.target
Before: home.mount
Before: mnt-data.mount
Before: mnt-ssd.mount
Before: media-michael-Scratch.mount
Before: run-user-1000-gvfs.mount
Before: run-user-1000.mount
Before: run-rpc_pipefs.mount
After: systemd-tmpfiles-setup-dev.service
After: systemd-remount-fs.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: home.mount
ReferencedBy: mnt-data.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: mnt-ssd.mount
ReferencedBy: media-michael-Scratch.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: run-rpc_pipefs.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: emergency.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit tmp.mount:
Description: Temporary Directory
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/tmp.mount
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: tmp.mount
Documentation: man:hier(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/tmp.mount
ConditionPathIsSymbolicLink: !/tmp untested
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
RequiredBy: cups.service
RequiredBy: rtkit-daemon.service
RequiredBy: systemd-timesyncd.service
RequiredBy: colord.service
WantedBy: local-fs.target
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
Before: cups.service
Before: rtkit-daemon.service
Before: systemd-timesyncd.service
Before: colord.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: umount.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: local-fs.target
ReferencedBy: cups.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: colord.service
RequiresMountsFor: /
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /tmp
What: tmpfs
File System Type: tmpfs
Options: rw,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-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: local-fs.target
Before: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Before: local-fs.target
Before: shutdown.target
Before: systemd-remount-fs.service
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-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
ReferencedBy: systemd-remount-fs.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
SysVStartPriority: 0
-> Unit mnt-data.automount:
Description: mnt-data.automount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mnt-data.automount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/mnt-data.automount
Source Path: /etc/fstab
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
RequiredBy: local-fs.target
Conflicts: umount.target
Before: local-fs.target
Before: mnt-data.mount
Before: umount.target
After: -.mount
Triggers: mnt-data.mount
References: local-fs.target
References: mnt-data.mount
References: umount.target
References: -.mount
ReferencedBy: local-fs.target
RequiresMountsFor: /mnt
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Automount State: running
Result: success
Where: /mnt/data
DirectoryMode: 0755
-> Unit home.mount:
Description: /home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/home.mount
CGroup realized: no
CGroup mask: 0x0
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: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
After: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
References: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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/7652cf98-e671-47ea-80d6-02be15580bb5
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /home
What: /dev/sda6
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 -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: no
CGroup mask: 0x0
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-backlight at backlight:intel_backlight.service
RequiredBy: systemd-journald.socket
RequiredBy: syslog.socket
RequiredBy: cups.path
RequiredBy: cups.service
RequiredBy: cups.socket
RequiredBy: home.mount
RequiredBy: mnt-data.automount
RequiredBy: mnt-data.mount
RequiredBy: tmp.mount
RequiredBy: emergency.service
RequiredBy: rescue.service
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: dbus.socket
RequiredBy: systemd-shutdownd.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: systemd-initctl.socket
RequiredBy: avahi-daemon.socket
RequiredBy: virtlockd.socket
RequiredBy: rtkit-daemon.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: systemd-ask-password-wall.path
RequiredBy: openvpn.service
RequiredBy: systemd-random-seed.service
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-ask-password-console.path
RequiredBy: dev-hugepages.mount
RequiredBy: sys-kernel-debug.mount
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-update-utmp.service
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-timesyncd.service
RequiredBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
RequiredBy: systemd-rfkill at rfkill4.service
RequiredBy: systemd-rfkill at rfkill2.service
RequiredBy: systemd-rfkill at rfkill0.service
RequiredBy: systemd-rfkill at rfkill1.service
RequiredBy: dev-disk-by\x2dlabel-Swap.swap
RequiredBy: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
RequiredBy: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
RequiredBy: dev-sda5.swap
RequiredBy: mnt-ssd.mount
RequiredBy: media-michael-Scratch.mount
RequiredBy: run-user-1000-gvfs.mount
RequiredBy: run-user-1000.mount
RequiredBy: run-rpc_pipefs.mount
RequiredBy: systemd-rfkill at rfkill3.service
RequiredBy: colord.service
RequiredBy: uuidd.socket
Before: local-fs.target
Before: systemd-backlight at backlight:intel_backlight.service
Before: systemd-journald.socket
Before: syslog.socket
Before: cups.path
Before: cups.service
Before: cups.socket
Before: home.mount
Before: mnt-data.automount
Before: mnt-data.mount
Before: tmp.mount
Before: emergency.service
Before: rescue.service
Before: systemd-journald-dev-log.socket
Before: dbus.socket
Before: systemd-shutdownd.socket
Before: systemd-udevd-control.socket
Before: systemd-initctl.socket
Before: avahi-daemon.socket
Before: virtlockd.socket
Before: rtkit-daemon.service
Before: systemd-update-utmp-runlevel.service
Before: systemd-ask-password-wall.path
Before: openvpn.service
Before: systemd-random-seed.service
Before: dev-mqueue.mount
Before: systemd-ask-password-console.path
Before: dev-hugepages.mount
Before: sys-kernel-debug.mount
Before: proc-sys-fs-binfmt_misc.automount
Before: proc-sys-fs-binfmt_misc.mount
Before: sys-fs-fuse-connections.mount
Before: systemd-update-utmp.service
Before: sys-kernel-config.mount
Before: systemd-timesyncd.service
Before: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Before: systemd-rfkill at rfkill4.service
Before: systemd-rfkill at rfkill2.service
Before: systemd-rfkill at rfkill0.service
Before: systemd-rfkill at rfkill1.service
Before: dev-disk-by\x2dlabel-Swap.swap
Before: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Before: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Before: dev-sda5.swap
Before: mnt-ssd.mount
Before: media-michael-Scratch.mount
Before: run-user-1000-gvfs.mount
Before: run-user-1000.mount
Before: run-rpc_pipefs.mount
Before: systemd-rfkill at rfkill3.service
Before: colord.service
Before: uuidd.socket
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-journald.socket
ReferencedBy: syslog.socket
ReferencedBy: cups.path
ReferencedBy: cups.service
ReferencedBy: cups.socket
ReferencedBy: home.mount
ReferencedBy: mnt-data.automount
ReferencedBy: mnt-data.mount
ReferencedBy: tmp.mount
ReferencedBy: emergency.service
ReferencedBy: rescue.service
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: virtlockd.socket
ReferencedBy: rtkit-daemon.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: openvpn.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: dev-hugepages.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-timesyncd.service
ReferencedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: dev-disk-by\x2dlabel-Swap.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
ReferencedBy: dev-sda5.swap
ReferencedBy: mnt-ssd.mount
ReferencedBy: media-michael-Scratch.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: systemd-rfkill at rfkill3.service
ReferencedBy: colord.service
ReferencedBy: uuidd.socket
RequiresMountsFor: /dev/disk/by-uuid/5c503ec2-6528-44bb-9ff5-aa2687aa9706
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /
What: /dev/sda7
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 systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service:
Description: File System Check on /dev/disk/by-uuid/7652cf98-e671-47ea-80d6-02be15580bb5
Instance: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system-systemd\x2dfsck.slice
BindsTo: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.device
RequiredByOverridable: home.mount
Before: home.mount
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.device
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system-systemd\x2dfsck.slice
References: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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
SysVStartPriority: 0
-> Unit dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.device:
Description: M4-CT512M4SSD1 Home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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\x2dlabel-Home.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Wants: home.mount
BoundBy: home.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Before: home.mount
Before: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
ReferencedBy: home.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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 umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: home.mount
ConflictedBy: mnt-data.automount
ConflictedBy: mnt-data.mount
ConflictedBy: tmp.mount
ConflictedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
ConflictedBy: run-rpc_pipefs.mount
ConflictedBy: run-user-1000.mount
ConflictedBy: run-user-1000-gvfs.mount
ConflictedBy: media-michael-Scratch.mount
ConflictedBy: mnt-ssd.mount
ConflictedBy: dev-disk-by\x2dlabel-Swap.swap
ConflictedBy: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
ConflictedBy: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
ConflictedBy: dev-sda5.swap
After: home.mount
After: mnt-data.automount
After: mnt-data.mount
After: tmp.mount
After: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
After: dev-disk-by\x2dlabel-Swap.swap
After: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
After: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
After: dev-sda5.swap
After: mnt-ssd.mount
After: media-michael-Scratch.mount
After: run-user-1000-gvfs.mount
After: run-user-1000.mount
After: run-rpc_pipefs.mount
ReferencedBy: home.mount
ReferencedBy: mnt-data.automount
ReferencedBy: mnt-data.mount
ReferencedBy: tmp.mount
ReferencedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: media-michael-Scratch.mount
ReferencedBy: mnt-ssd.mount
ReferencedBy: dev-disk-by\x2dlabel-Swap.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
ReferencedBy: dev-sda5.swap
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: system-systemd\x2dfsck.slice
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Conflicts: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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 mnt-data.mount:
Description: /mnt/data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:54 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:54 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/mnt-data.mount
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mnt-data.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/mnt-data.mount
Source Path: /etc/fstab
Condition Timestamp: Wed 2014-11-26 04:45:54 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
BindsTo: dev-disk-by\x2dlabel-Data.device
Conflicts: umount.target
Before: umount.target
After: mnt-data.automount
After: dev-disk-by\x2dlabel-Data.device
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
After: -.mount
TriggeredBy: mnt-data.automount
References: dev-disk-by\x2dlabel-Data.device
References: systemd-journald.socket
References: local-fs-pre.target
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: mnt-data.automount
RequiresMountsFor: /mnt /dev/disk/by-label/Data
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /mnt/data
What: /dev/sda10
File System Type: fuseblk
Options: rw,nosuid,nodev,noexec,relatime,rw,user_id=0,group_id=0,allow_other,blksize=4096
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 dev-disk-by\x2dlabel-Data.device:
Description: M4-CT512M4SSD1 Data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Data.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart10.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart10.device
Following Set Member: dev-sda10.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-disk-by\x2duuid-6E36C2A136C26A23.device
Job Timeout: 1min 30s
BoundBy: mnt-data.mount
Before: mnt-data.mount
ReferencedBy: mnt-data.mount
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/sda10
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: -.mount
Wants: system.slice
RequiredBy: emergency.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: emergency.target
Before: shutdown.target
Before: sysinit.target
After: system.slice
After: -.mount
References: shutdown.target
References: rescue.service
References: syslog.socket
References: system.slice
References: -.mount
ReferencedBy: emergency.target
ReferencedBy: sysinit.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" to try again\nto boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --fail --no-block default'
SysVStartPriority: 0
-> Unit 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: emergency.service
ConflictedBy: multi-user.target
Before: shutdown.target
Before: rescue.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: emergency.service
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to 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 virtlockd.socket:
Description: Virtual machine lock manager socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virtlockd.socket
Fragment Path: /lib/systemd/system/virtlockd.socket
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: -.slice
RequiredBy: virtlockd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: virtlockd.service
Before: sockets.target
Before: shutdown.target
After: sysinit.target
After: -.slice
After: -.mount
Triggers: virtlockd.service
References: virtlockd.service
References: sockets.target
References: sysinit.target
References: shutdown.target
References: -.slice
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: virtlockd.service
RequiresMountsFor: /var/run/libvirt/virtlockd-sock
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
ListenStream: /var/run/libvirt/virtlockd-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 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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:53 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: sockets.target
ReferencedBy: avahi-daemon.service
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 systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Wed 2014-11-26 04:45:50 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-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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 untested
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: sockets.target
WantedBy: systemd-udevd.service
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: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
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: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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 untested
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Wants: -.slice
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udevd.service
Before: systemd-udev-trigger.service
After: -.slice
Triggers: systemd-udevd.service
References: sockets.target
References: systemd-udevd.service
References: -.slice
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
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-shutdownd.socket:
Description: Delayed Shutdown Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:50 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 dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: -.slice
RequiredBy: dbus.service
WantedBy: sockets.target
WantedBy: systemd-logind.service
Conflicts: shutdown.target
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: sockets.target
ReferencedBy: dbus.service
ReferencedBy: systemd-logind.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
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 dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.service
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
DropIn Path: /etc/systemd/system/dbus.service.d/nis.conf
Condition Timestamp: Wed 2014-11-26 04:45:53 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
Before: libvirtd.service
After: dbus.socket
After: nis.service
After: systemd-journald.socket
After: basic.target
After: system.slice
TriggeredBy: dbus.socket
References: dbus.socket
References: nis.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: dbus.socket
ReferencedBy: multi-user.target
ReferencedBy: libvirtd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
Main PID: 680
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
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
SysVStartPriority: 0
-> Unit nis.service:
Description: nis.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: nis.service
Before: dbus.service
ReferencedBy: dbus.service
-> 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 systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd.service
Name: udev.service
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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: sysinit.target
Before: qemu-system-x86.service
Before: keyboard-setup.service
Before: udev-finish.service
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.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-kernel.socket
TriggeredBy: systemd-udevd-control.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: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: sysinit.target
ReferencedBy: qemu-system-x86.service
ReferencedBy: keyboard-setup.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: 220
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
SysVStartPriority: 0
-> 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.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-timesyncd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-timesyncd.service
-> 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 avahi-daemon.service:
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: avahi-daemon.service
Fragment Path: /lib/systemd/system/avahi-daemon.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: avahi-daemon.socket
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
WantedBy: cups-browsed.service
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: cups-browsed.service
After: avahi-daemon.socket
After: systemd-journald.socket
After: basic.target
After: system.slice
TriggeredBy: avahi-daemon.socket
References: avahi-daemon.socket
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: avahi-daemon.socket
ReferencedBy: multi-user.target
ReferencedBy: cups-browsed.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
Main PID: 666
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Avahi
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
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
-> ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
SysVStartPriority: 0
Status Text: avahi-daemon 0.6.31 starting up.
-> Unit virtlockd.service:
Description: Virtual machine lock manager
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: virtlockd.service
Documentation: man:virtlockd(8)
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/virtlockd.service
Requires: virtlockd.socket
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: virtlockd.socket
After: systemd-journald.socket
After: basic.target
After: system.slice
TriggeredBy: virtlockd.socket
References: virtlockd.socket
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: virtlockd.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/virtlockd
OOMScoreAdjust: -900
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/virtlockd $VIRTLOCKD_ARGS
-> ExecReload:
Command Line: /bin/kill -USR1 $MAINPID
SysVStartPriority: 0
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Requires: dev-disk-by\x2dlabel-Swap.swap
Requires: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Requires: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Requires: dev-sda5.swap
Wants: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
After: dev-disk-by\x2dlabel-Swap.swap
After: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
After: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
After: dev-sda5.swap
References: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
References: shutdown.target
References: dev-disk-by\x2dlabel-Swap.swap
References: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
References: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
References: dev-sda5.swap
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 23:11:41 CET
Active Enter Timestamp: Wed 2014-11-26 23:11:41 CET
Active Exit Timestamp: Wed 2014-11-26 23:11:41 CET
Inactive Enter Timestamp: Wed 2014-11-26 23:11:41 CET
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-timesyncd.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-timesyncd.service
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
ConditionVirtualization: no untested
ConditionCapability: CAP_SYS_TIME untested
Condition Timestamp: Wed 2014-11-26 23:11:41 CET
Condition Result: yes
Requires: -.mount
Requires: tmp.mount
Wants: time-sync.target
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: time-sync.target
Before: sysinit.target
Before: shutdown.target
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup.service
After: systemd-sysusers.service
After: systemd-journald.socket
After: system.slice
After: -.mount
After: tmp.mount
References: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: systemd-sysusers.service
References: time-sync.target
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: -.mount
References: tmp.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
Main PID: 5533
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
SysVStartPriority: 0
Status Text: Using Time Server 176.9.253.75:123 (0.debian.pool.ntp.org).
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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 untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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
Command Line: /bin/udevadm trigger --type=devices --action=add
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 untested
ConditionPathExists: /sys/kernel/config untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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 cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Wed 2014-11-26 04:45:52 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
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionPathExists: /sys/fs/fuse/connections untested
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
WantedBy: sys-module-fuse.device
Before: sysinit.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-modules-load.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: sys-module-fuse.device
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: rw,relatime,rw
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-journal-flush.service:
Description: Trigger Flushing of Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Wed 2014-11-26 23:11:40 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2014-11-26 23:11:41 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: Wed 2014-11-26 23:11:40 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
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 untested
ConditionPathIsSymbolicLink: |!/var/run untested
ConditionPathIsSymbolicLink: |!/etc/mtab untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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 proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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/ untested
ConditionPathExists: /proc/sys/fs/binfmt_misc/ untested
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-binfmt.service
Before: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: sysinit.target
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: systemd-binfmt.service
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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 untested
ConditionKernelCommandLine: |modules-load untested
ConditionDirectoryNotEmpty: |/run/modules-load.d untested
ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-sysctl.service
Before: sysinit.target
Before: shutdown.target
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-config.mount
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-journald.socket
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: systemd-sysctl.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sys-kernel-config.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
SysVStartPriority: 0
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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 untested
ConditionPathExists: /sys/kernel/debug untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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-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 untested
ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
ConditionPathIsReadWrite: /proc/sys/ untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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 dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-hugepages.mount
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionPathExists: /sys/kernel/mm/hugepages untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: urandom.service
Name: systemd-random-seed.service
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
Condition Timestamp: Wed 2014-11-26 04:45:52 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
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
SysVStartPriority: 0
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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 untested
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: local-fs-pre.target
Before: systemd-udevd.service
Before: shutdown.target
After: kmod-static-nodes.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-sysusers.service
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-sysusers.service
References: sysinit.target
References: local-fs-pre.target
References: systemd-udevd.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: kmod-static-nodes.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create
SysVStartPriority: 0
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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/ untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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
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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-utmp.service
Before: systemd-timesyncd.service
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
ReferencedBy: systemd-timesyncd.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
SysVStartPriority: 0
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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 untested
Condition Timestamp: Wed 2014-11-26 04:45:50 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 dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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 untested
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime,rw
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit udev-finish.service:
Description: Copy rules generated while the root was ro
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: udev-finish.service
Fragment Path: /lib/systemd/system/udev-finish.service
Condition Timestamp: Wed 2014-11-26 04:45:52 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
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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionPathExists: /lib/modules/3.16.0-4-amd64/modules.devname untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Wed 2014-11-26 04:45:52 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
SysVStartPriority: 0
-> Unit keyboard-setup.service:
Description: LSB: Set preliminary keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-remount-fs.service
Before: sysinit.target
After: mountkernfs.service
After: keymap.service
After: systemd-udevd.service
After: systemd-journald.socket
After: system.slice
References: systemd-remount-fs.service
References: sysinit.target
References: mountkernfs.service
References: keymap.service
References: systemd-udevd.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: 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
-> ExecReload:
Command Line: /etc/init.d/keyboard-setup reload
-> ExecStop:
Command Line: /etc/init.d/keyboard-setup stop
SysVStartPriority: 3
-> Unit console-setup.service:
Description: LSB: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
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: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: remote-fs.target
After: console-screen.service
After: kbd.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
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
-> ExecReload:
Command Line: /etc/init.d/console-setup reload
-> ExecStop:
Command Line: /etc/init.d/console-setup stop
SysVStartPriority: 20
-> Unit rpcbind.service:
Description: LSB: RPC portmapper replacement
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: network-online.target
Wants: rpcbind.target
Wants: system.slice
RequiredBy: rpcbind.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: rpcbind.target
After: network-online.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: network-online.target
References: local-fs.target
References: rpcbind.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: rpcbind.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/rpcbind start
-> ExecStop:
Command Line: /etc/init.d/rpcbind stop
SysVStartPriority: 15
-> Unit networking.service:
Description: LSB: Raise network interfaces.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
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: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: network.target
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: network.target
After: mountkernfs.service
After: local-fs.target
After: systemd-random-seed.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: mountkernfs.service
References: local-fs.target
References: systemd-random-seed.service
References: network.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
-> ExecReload:
Command Line: /etc/init.d/networking reload
-> ExecStop:
Command Line: /etc/init.d/networking stop
SysVStartPriority: 14
-> Unit qemu-system-x86.service:
Description: LSB: QEMU KVM module loading script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/qemu-system-x86.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: qemu-system-x86.service
Fragment Path: /run/systemd/generator.late/qemu-system-x86.service
Source Path: /etc/init.d/qemu-system-x86
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: mountkernfs.service
After: devfsd.service
After: systemd-journald.socket
After: system.slice
After: systemd-udevd.service
References: sysinit.target
References: mountkernfs.service
References: devfsd.service
References: systemd-journald.socket
References: system.slice
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/qemu-system-x86 start
-> ExecStop:
Command Line: /etc/init.d/qemu-system-x86 stop
SysVStartPriority: 4
-> Unit ebtables.service:
Description: LSB: ebtables ruleset management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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/ebtables.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ebtables.service
Fragment Path: /run/systemd/generator.late/ebtables.service
Source Path: /etc/init.d/ebtables
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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/ebtables start
-> ExecReload:
Command Line: /etc/init.d/ebtables reload
-> ExecStop:
Command Line: /etc/init.d/ebtables stop
SysVStartPriority: 13
-> Unit nfs-common.service:
Description: LSB: NFS support files common to client and server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
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: Wed 2014-11-26 04:45:52 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: multi-user.target
After: rpcbind.target
After: time-sync.target
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: graphical.target
References: shutdown.target
References: rpcbind.target
References: time-sync.target
References: systemd-journald.socket
References: system.slice
References: multi-user.target
ReferencedBy: sysinit.target
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
-> ExecStop:
Command Line: /etc/init.d/nfs-common stop
SysVStartPriority: 16
-> Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:52 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 graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel5.target
Name: graphical.target
Name: default.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: multi-user.target
Wants: gdm.service
Wants: systemd-update-utmp-runlevel.service
Wants: virtualbox.service
Wants: vmware-USBArbitrator.service
Wants: timidity.service
Wants: nfs-common.service
Wants: rtkit-daemon.service
Wants: accounts-daemon.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
Before: systemd-readahead-done.timer
Before: systemd-readahead-done.service
After: nfs-common.service
After: multi-user.target
After: accounts-daemon.service
After: rtkit-daemon.service
After: timidity.service
After: vmware-USBArbitrator.service
After: virtualbox.service
After: gdm.service
References: multi-user.target
References: gdm.service
References: systemd-update-utmp-runlevel.service
References: virtualbox.service
References: vmware-USBArbitrator.service
References: timidity.service
References: nfs-common.service
References: rtkit-daemon.service
References: accounts-daemon.service
References: shutdown.target
References: rescue.target
ReferencedBy: nfs-common.service
ReferencedBy: timidity.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: virtualbox.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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: NetworkManager.service
Wants: cron.service
Wants: libvirtd.service
Wants: atd.service
Wants: avahi-daemon.service
Wants: ssh.service
Wants: lm-sensors.service
Wants: cups-browsed.service
Wants: rsync.service
Wants: smartd.service
Wants: libvirt-guests.service
Wants: binfmt-support.service
Wants: pppd-dns.service
Wants: sudo.service
Wants: rsyslog.service
Wants: ModemManager.service
Wants: openvpn.service
Wants: remote-fs.target
Wants: wpa_supplicant.service
Wants: anacron.service
Wants: rc-local.service
Wants: getty.target
Wants: systemd-logind.service
Wants: systemd-update-utmp-runlevel.service
Wants: systemd-user-sessions.service
Wants: systemd-ask-password-wall.path
Wants: dbus.service
Wants: virtualbox.service
Wants: timidity.service
Wants: nfs-common.service
Wants: vmamqpd.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: avahi-daemon.service
After: rsyslog.service
After: rc-local.service
After: getty.target
After: systemd-user-sessions.service
After: dbus.service
After: systemd-logind.service
After: anacron.service
After: wpa_supplicant.service
After: openvpn.service
After: ModemManager.service
After: sudo.service
After: binfmt-support.service
After: libvirt-guests.service
After: smartd.service
After: rsync.service
After: cups-browsed.service
After: lm-sensors.service
After: ssh.service
After: atd.service
After: libvirtd.service
After: cron.service
After: NetworkManager.service
After: nfs-common.service
After: timidity.service
After: virtualbox.service
After: vmamqpd.service
References: basic.target
References: rescue.service
References: rescue.target
References: NetworkManager.service
References: cron.service
References: libvirtd.service
References: atd.service
References: avahi-daemon.service
References: ssh.service
References: lm-sensors.service
References: cups-browsed.service
References: rsync.service
References: smartd.service
References: libvirt-guests.service
References: binfmt-support.service
References: pppd-dns.service
References: sudo.service
References: rsyslog.service
References: ModemManager.service
References: openvpn.service
References: remote-fs.target
References: wpa_supplicant.service
References: anacron.service
References: rc-local.service
References: getty.target
References: systemd-logind.service
References: systemd-update-utmp-runlevel.service
References: systemd-user-sessions.service
References: systemd-ask-password-wall.path
References: dbus.service
References: shutdown.target
References: virtualbox.service
References: timidity.service
References: nfs-common.service
References: vmamqpd.service
ReferencedBy: graphical.target
ReferencedBy: nfs-common.service
ReferencedBy: timidity.service
ReferencedBy: virtualbox.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: vmamqpd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel1.target
Name: rescue.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: sysinit.target
Requires: rescue.service
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: systemd-update-utmp-runlevel.service
Before: multi-user.target
After: sysinit.target
After: rescue.service
References: sysinit.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: shutdown.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2014-11-26 04:45:53 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: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: -.mount
Requisite: systemd-update-utmp.service
Wants: system.slice
WantedBy: graphical.target
WantedBy: rescue.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-update-utmp.service
After: rescue.target
After: graphical.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: multi-user.target
References: shutdown.target
References: systemd-update-utmp.service
References: rescue.target
References: graphical.target
References: systemd-journald.socket
References: system.slice
References: -.mount
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
SysVStartPriority: 0
-> Unit virtualbox.service:
Description: LSB: VirtualBox Linux kernel module
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virtualbox.service
Fragment Path: /run/systemd/generator.late/virtualbox.service
Source Path: /etc/init.d/virtualbox
Condition Timestamp: Wed 2014-11-26 04:45:53 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: remote-fs.target
After: network-online.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: graphical.target
References: shutdown.target
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: 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
-> ExecStop:
Command Line: /etc/init.d/virtualbox stop
SysVStartPriority: 1
-> Unit vmware-USBArbitrator.service:
Description: LSB: This services starts and stops the USB Arbitrator.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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/vmware-USBArbitrator.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: vmware-USBArbitrator.service
Fragment Path: /run/systemd/generator.late/vmware-USBArbitrator.service
Source Path: /etc/init.d/vmware-USBArbitrator
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: graphical.target
References: local-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: 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/vmware-USBArbitrator start
-> ExecStop:
Command Line: /etc/init.d/vmware-USBArbitrator stop
SysVStartPriority: 50
-> Unit timidity.service:
Description: LSB: start and stop timidity
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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/timidity.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timidity.service
Fragment Path: /run/systemd/generator.late/timidity.service
Source Path: /etc/init.d/timidity
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: graphical.target
References: shutdown.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: 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/timidity start
-> ExecStop:
Command Line: /etc/init.d/timidity stop
SysVStartPriority: 1
-> Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rtkit-daemon.service
Fragment Path: /lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Requires: tmp.mount
Requires: -.mount
Wants: system.slice
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: tmp.mount
After: -.mount
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: tmp.mount
References: -.mount
ReferencedBy: graphical.target
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: 753
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.RealtimeKit1
Bus Name Good: no
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
SysVStartPriority: 0
-> Unit accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/accounts-daemon.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: accounts-daemon.service
Fragment Path: /lib/systemd/system/accounts-daemon.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 758
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Accounts
Bus Name Good: 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/lib/accountsservice/accounts-daemon
SysVStartPriority: 0
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
DropIn Path: /run/systemd/generator/remote-fs.target.d/50-insserv.conf.conf
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: remote-fs-pre.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: timidity.service
Before: virtualbox.service
Before: systemd-user-sessions.service
Before: console-setup.service
Before: systemd-journal-flush.service
Before: apache2.service
After: remote-fs-pre.target
After: local-fs.target
References: remote-fs-pre.target
References: local-fs.target
References: shutdown.target
ReferencedBy: timidity.service
ReferencedBy: virtualbox.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: multi-user.target
ReferencedBy: console-setup.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Wed 2014-11-26 04:45:50 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 network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
WantedBy: virtualbox.service
WantedBy: vmamqpd.service
WantedBy: rpcbind.service
WantedBy: apache2.service
Conflicts: shutdown.target
Before: virtualbox.service
Before: vmamqpd.service
Before: rpcbind.service
Before: apache2.service
After: network.target
References: network.target
References: shutdown.target
ReferencedBy: virtualbox.service
ReferencedBy: vmamqpd.service
ReferencedBy: rpcbind.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
WantedBy: networking.service
Conflicts: shutdown.target
Before: network-online.target
Before: rc-local.service
Before: openvpn.service
Before: libvirt-guests.service
Before: ssh.service
Before: libvirtd.service
After: network-pre.target
After: networking.service
References: network-pre.target
References: shutdown.target
ReferencedBy: network-online.target
ReferencedBy: rc-local.service
ReferencedBy: openvpn.service
ReferencedBy: libvirt-guests.service
ReferencedBy: ssh.service
ReferencedBy: libvirtd.service
ReferencedBy: networking.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 gdm.service:
Description: GNOME Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/gdm.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: display-manager.service
Name: gdm3.service
Name: gdm.service
Fragment Path: /lib/systemd/system/gdm.service
DropIn Path: /run/systemd/generator/gdm3.service.d/50-gdm3-$x-display-manager.conf
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: x-display-manager.target
Wants: system.slice
RequiredBy: x-display-manager.target
WantedBy: graphical.target
Conflicts: getty at tty7.service
Conflicts: plymouth-quit.service
Conflicts: shutdown.target
Before: x-display-manager.target
Before: shutdown.target
Before: graphical.target
After: systemd-user-sessions.service
After: getty at tty7.service
After: plymouth-quit.service
After: systemd-journald.socket
After: basic.target
After: system.slice
References: getty at tty7.service
References: plymouth-quit.service
References: systemd-user-sessions.service
References: x-display-manager.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: x-display-manager.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
Main PID: 814
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/gdm3" ]'
Command Line: /usr/share/gdm/generate-config
-> ExecStart:
Command Line: /usr/sbin/gdm3
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
Command Line: /usr/share/gdm/generate-config
SysVStartPriority: 0
-> Unit getty at tty7.service:
Description: Getty on tty7
Instance: tty7
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty7.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
ConflictedBy: gdm.service
Before: gdm.service
Before: getty.target
Before: shutdown.target
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: rc-local.service
After: systemd-journald.socket
After: basic.target
After: system-getty.slice
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: rc-local.service
References: getty.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system-getty.slice
ReferencedBy: gdm.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty7
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty7
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
SysVStartPriority: 0
-> Unit plymouth-quit.service:
Description: plymouth-quit.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit.service
ConflictedBy: gdm.service
Before: gdm.service
ReferencedBy: gdm.service
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: gdm.service
Before: lightdm.service
Before: shutdown.target
Before: getty at tty7.service
Before: getty at tty1.service
Before: multi-user.target
Before: systemd-ask-password-wall.service
Before: user at 1000.service
Before: session-1.scope
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: systemd-journal-flush.service
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: gdm.service
ReferencedBy: lightdm.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: user at 1000.service
ReferencedBy: session-1.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
SysVStartPriority: 0
-> Unit x-display-manager.target:
Description: X11 Display Manager
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: x-display-manager.target
Fragment Path: /lib/systemd/system/x-display-manager.target
Source Path: /etc/insserv.conf.d/lightdm
DropIn Path: /run/systemd/generator/x-display-manager.target.d/50-hard-dependency-gdm3-$x-display-manager.conf
DropIn Path: /run/systemd/generator/x-display-manager.target.d/50-hard-dependency-lightdm-$x-display-manager.conf
Requires: gdm.service
Requires: lightdm.service
WantedBy: gdm.service
WantedBy: lightdm.service
Conflicts: shutdown.target
After: gdm.service
After: lightdm.service
References: gdm.service
References: lightdm.service
References: shutdown.target
ReferencedBy: gdm.service
ReferencedBy: lightdm.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit lightdm.service:
Description: Light Display Manager
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: lightdm.service
Documentation: man:lightdm(1)
Fragment Path: /lib/systemd/system/lightdm.service
DropIn Path: /run/systemd/generator/lightdm.service.d/50-lightdm-$x-display-manager.conf
Requires: basic.target
Wants: x-display-manager.target
Wants: system.slice
RequiredBy: x-display-manager.target
Conflicts: shutdown.target
Before: x-display-manager.target
Before: shutdown.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: basic.target
After: system.slice
References: systemd-user-sessions.service
References: x-display-manager.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: x-display-manager.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: none
BusName: org.freedesktop.DisplayManager
Bus Name Good: 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
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ]'
-> ExecStart:
Command Line: /usr/sbin/lightdm
SysVStartPriority: 0
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Before: getty at tty7.service
Before: getty at tty1.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
ConditionFileIsExecutable: /etc/rc.local untested
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty7.service
Before: getty at tty1.service
Before: shutdown.target
Before: multi-user.target
After: network.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: network.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/rc.local start
SysVStartPriority: 99
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty.target
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Wants: getty at tty1.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty at tty7.service
After: getty at tty1.service
References: getty at tty1.service
References: shutdown.target
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: system-getty.slice
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: getty at tty7.service
WantedBy: getty at tty1.service
Conflicts: shutdown.target
Before: getty at tty7.service
Before: shutdown.target
Before: getty at tty1.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
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 untested
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 779
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
SysVStartPriority: 0
-> Unit NetworkManager.service:
Description: Network Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: NetworkManager.service
Fragment Path: /lib/systemd/system/NetworkManager.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 661
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.NetworkManager
Bus Name Good: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/NetworkManager --no-daemon
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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cron.service
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 664
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
SysVStartPriority: 0
-> Unit libvirtd.service:
Description: Virtualization daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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/libvirtd.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: libvirtd.service
Documentation: man:libvirtd(8)
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/libvirtd.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: libvirt-guests.service
Before: shutdown.target
Before: multi-user.target
After: network.target
After: dbus.service
After: iscsid.service
After: apparmor.service
After: systemd-journald.socket
After: basic.target
After: system.slice
References: libvirt-guests.service
References: network.target
References: dbus.service
References: iscsid.service
References: apparmor.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: libvirt-guests.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
Main PID: 744
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/libvirtd
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/libvirtd $libvirtd_opts
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
SysVStartPriority: 0
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: atd.service
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 665
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
SysVStartPriority: 0
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: auditd.service
After: systemd-journald.socket
After: basic.target
After: system.slice
References: network.target
References: auditd.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
Main PID: 667
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/ssh
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lm-sensors.service
Fragment Path: /lib/systemd/system/lm-sensors.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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/bin/sensors -s
Command Line: /usr/bin/sensors
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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cups-browsed.service
Fragment Path: /lib/systemd/system/cups-browsed.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 756
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
SysVStartPriority: 0
-> Unit rsync.service:
Description: fast remote file copy program 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: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rsync.service
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf untested
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 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: 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/bin/rsync --daemon --no-detach
SysVStartPriority: 0
-> Unit smartd.service:
Description: Self Monitoring and Reporting Technology (SMART) Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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/smartd.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: smartd.service
Documentation: man:smartd(8)
Documentation: man:smartd.conf(5)
Fragment Path: /lib/systemd/system/smartd.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 669
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/smartmontools
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/smartd -n $smartd_opts
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
SysVStartPriority: 0
-> Unit libvirt-guests.service:
Description: Suspend Active Libvirt Guests
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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/libvirt-guests.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: libvirt-guests.service
Documentation: man:libvirtd(8)
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/libvirt-guests.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: libvirtd.service
After: time-sync.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: network.target
References: libvirtd.service
References: time-sync.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: libvirtd.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
EnvironmentFile: -/etc/default/libvirt-guests
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/libvirt/libvirt-guests.sh start
-> ExecStop:
Command Line: /usr/lib/libvirt/libvirt-guests.sh stop
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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: binfmt-support.service
Documentation: man:update-binfmts(8)
Fragment Path: /lib/systemd/system/binfmt-support.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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
SysVStartPriority: 0
-> Unit pppd-dns.service:
Description: pppd-dns.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pppd-dns.service
Fragment Path: /dev/null
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit sudo.service:
Description: Provide limited super user privileges to specific users
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2014-11-26 04:45:53 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: sudo.service
Fragment Path: /lib/systemd/system/sudo.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: /usr/bin/find /var/lib/sudo -exec /usr/bin/touch -d @0 {} ;
SysVStartPriority: 0
-> Unit ModemManager.service:
Description: Modem Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ModemManager.service
Fragment Path: /lib/systemd/system/ModemManager.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 673
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ModemManager1
Bus Name Good: 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: null
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ModemManager
SysVStartPriority: 0
-> Unit openvpn.service:
Description: OpenVPN service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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/openvpn.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: openvpn.service
Fragment Path: /lib/systemd/system/openvpn.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Requires: -.mount
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: -.mount
References: network.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: -.mount
ReferencedBy: multi-user.target
RequiresMountsFor: /etc/openvpn
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: /etc/openvpn
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/true
-> ExecReload:
Command Line: /bin/true
SysVStartPriority: 0
-> Unit wpa_supplicant.service:
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/wpa_supplicant.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: wpa_supplicant.service
Fragment Path: /lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 676
Main PID Known: yes
Main PID Alien: no
BusName: fi.epitest.hostap.WPASupplicant
Bus Name Good: 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: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
SysVStartPriority: 0
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.service
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true untested
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: no
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: time-sync.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: time-sync.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/anacron -dsq
SysVStartPriority: 0
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 23:11:41 CET
Active Enter Timestamp: Wed 2014-11-26 23:11:41 CET
Active Exit Timestamp: Wed 2014-11-26 23:11:41 CET
Inactive Enter Timestamp: Wed 2014-11-26 23:11:41 CET
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: no
CGroup mask: 0x0
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
DropIn Path: /etc/systemd/system/systemd-logind.service.d/condition.conf
ConditionPathExists: /usr/bin/dbus-daemon untested
Condition Timestamp: Wed 2014-11-26 23:11:41 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
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
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: 5521
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
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
SysVStartPriority: 0
Status Text: Processing requests...
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: systemd-ask-password-wall.service
After: -.mount
Triggers: systemd-ask-password-wall.service
References: shutdown.target
References: paths.target
References: systemd-ask-password-wall.service
References: -.mount
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-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 user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:50 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:50 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Wants: -.slice
WantedBy: systemd-logind.service
WantedBy: user-1000.slice
Conflicts: shutdown.target
Before: systemd-logind.service
Before: slices.target
Before: shutdown.target
Before: user-1000.slice
After: -.slice
References: slices.target
References: shutdown.target
References: -.slice
ReferencedBy: systemd-logind.service
ReferencedBy: user-1000.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 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
ReferencedBy: ModemManager.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: ssh.service
Before: systemd-update-utmp.service
ReferencedBy: ssh.service
ReferencedBy: systemd-update-utmp.service
-> Unit iscsid.service:
Description: iscsid.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: iscsid.service
Before: libvirtd.service
ReferencedBy: libvirtd.service
-> Unit apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apparmor.service
Before: libvirtd.service
ReferencedBy: libvirtd.service
-> Unit vmamqpd.service:
Description: LSB: This service starts and stops vmamqpd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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/vmamqpd.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: vmamqpd.service
Fragment Path: /run/systemd/generator.late/vmamqpd.service
Source Path: /etc/init.d/vmamqpd
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
After: network-online.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: multi-user.target
References: shutdown.target
References: network-online.target
References: systemd-journald.socket
References: basic.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: 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/vmamqpd start
-> ExecStop:
Command Line: /etc/init.d/vmamqpd stop
SysVStartPriority: 1
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountkernfs.service
Fragment Path: /dev/null
Before: qemu-system-x86.service
Before: networking.service
Before: keyboard-setup.service
ReferencedBy: qemu-system-x86.service
ReferencedBy: networking.service
ReferencedBy: keyboard-setup.service
-> Unit devfsd.service:
Description: devfsd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: devfsd.service
Before: qemu-system-x86.service
ReferencedBy: qemu-system-x86.service
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-screen.service
Before: console-setup.service
ReferencedBy: console-setup.service
-> Unit kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: kbd.service
Fragment Path: /dev/null
Before: console-setup.service
ReferencedBy: console-setup.service
-> Unit keymap.service:
Description: keymap.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: keymap.service
Before: keyboard-setup.service
ReferencedBy: keyboard-setup.service
-> Unit systemd-udev-settle.service:
Description: udev Wait for Complete Device Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: 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-udev-settle.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-settle.service
ConditionPathIsReadWrite: /sys untested
Wants: systemd-udevd.service
Wants: system.slice
Before: udev-finish.service
Before: sysinit.target
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
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: /bin/udevadm settle
SysVStartPriority: 0
-> 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: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.mount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Condition Timestamp: Wed 2014-11-26 04:45:53 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 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 dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap:
Description: /dev/disk/by-uuid/c0d2bc19-898f-4306-a734-85e547e249f0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following: dev-sda5.swap
Following Set Member: dev-disk-by\x2dlabel-Swap.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Following Set Member: dev-sda5.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Source Path: /etc/fstab
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.device
RequiredBy: swap.target
WantedBy: swap.target
WantedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.device
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.device
After: systemd-journald.socket
After: system.slice
After: -.mount
References: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.device
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: swap.target
RequiresMountsFor: /dev/disk/by-uuid/c0d2bc19-898f-4306-a734-85e547e249f0
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-uuid/c0d2bc19-898f-4306-a734-85e547e249f0
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/sda5
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-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.device:
Description: M4-CT512M4SSD1 Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.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\x2dlabel-Swap.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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: Wed 2014-11-26 04:45:50 CET
Condition Result: yes
Wants: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
BoundBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Before: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
ReferencedBy: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
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 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 alsa-store.service:
Description: Store Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: alsa-store.service
Fragment Path: /lib/systemd/system/alsa-store.service
ConditionPathExists: !/etc/alsa/state-daemon.conf untested
Wants: system.slice
WantedBy: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/var/run/alsa store
SysVStartPriority: 0
-> Unit sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device:
Description: 6 Series/C200 Series Chipset Family KT Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/tty/ttyS0
-> Unit dev-ttyS0.device:
Description: 6 Series/C200 Series Chipset Family KT Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Following: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device
Following Set Member: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/tty/ttyS0
-> Unit sys-devices-pci0000:00-0000:00:19.0-net-eth0.device:
Description: 82579LM Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:19.0-net-eth0.device
Following Set Member: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0
-> Unit sys-subsystem-net-devices-eth0.device:
Description: 82579LM Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth0.device
Following Set Member: sys-devices-pci0000:00-0000:00:19.0-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:46 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:46 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0.device
Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
Job Timeout: 1min 30s
Wants: bluetooth.target
References: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/bluetooth/hci0
-> Unit bluetooth.target:
Description: Bluetooth
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:46 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:46 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bluetooth.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/bluetooth.target
Condition Timestamp: Wed 2014-11-26 16:19:46 CET
Condition Result: yes
Wants: bluetooth.service
WantedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0.device
Conflicts: shutdown.target
After: bluetooth.service
References: bluetooth.service
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit bluetooth.service:
Description: Bluetooth service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bluetooth.service
Documentation: man:bluetoothd(8)
Fragment Path: /lib/systemd/system/bluetooth.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: bluetooth.target
Conflicts: shutdown.target
Before: shutdown.target
Before: bluetooth.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
Main PID: 659
Main PID Known: yes
Main PID Alien: no
BusName: org.bluez
Bus Name Good: 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
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
SysVStartPriority: 0
Status Text: Running
-> Unit sys-subsystem-bluetooth-devices-hci0.device:
Description: /sys/subsystem/bluetooth/devices/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:46 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:46 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-bluetooth-devices-hci0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/bluetooth/hci0
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0-rfkill4.device:
Description: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/bluetooth/hci0/rfkill4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:46 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:46 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0-rfkill4.device
Job Timeout: 1min 30s
Wants: systemd-rfkill at rfkill4.service
References: systemd-rfkill at rfkill4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/bluetooth/hci0/rfkill4
-> Unit systemd-rfkill at rfkill4.service:
Description: Load/Save RF Kill Switch Status of rfkill4
Instance: rfkill4
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:46 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:46 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2drfkill.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill at rfkill4.service
Documentation: man:systemd-rfkill at .service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill at .service
Condition Timestamp: Wed 2014-11-26 16:19:46 CET
Condition Result: yes
Requires: -.mount
Wants: system-systemd\x2drfkill.slice
WantedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0-rfkill4.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:1a.0-usb3-3\x2d1-3\x2d1.4-3\x2d1.4:1.0-bluetooth-hci0-rfkill4.device
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill load %I
-> ExecStop:
Command Line: /lib/systemd/systemd-rfkill save %I
SysVStartPriority: 0
-> Unit system-systemd\x2drfkill.slice:
Description: system-systemd\x2drfkill.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2drfkill.slice
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: system-systemd\x2drfkill.slice
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Wants: system.slice
WantedBy: systemd-rfkill at rfkill4.service
WantedBy: systemd-rfkill at rfkill2.service
WantedBy: systemd-rfkill at rfkill0.service
WantedBy: systemd-rfkill at rfkill1.service
WantedBy: systemd-rfkill at rfkill3.service
Conflicts: shutdown.target
Before: systemd-rfkill at rfkill4.service
Before: shutdown.target
Before: systemd-rfkill at rfkill2.service
Before: systemd-rfkill at rfkill0.service
Before: systemd-rfkill at rfkill1.service
Before: systemd-rfkill at rfkill3.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-rfkill at rfkill4.service
ReferencedBy: systemd-rfkill at rfkill2.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device:
Description: 6 Series/C200 Series Chipset Family High Definition Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sound.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
WantedBy: sys-devices-platform-thinkpad_acpi-sound-card29.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
ReferencedBy: sys-devices-platform-thinkpad_acpi-sound-card29.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-ieee80211-phy0-rfkill2.device:
Description: /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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.1-0000:03:00.0-ieee80211-phy0-rfkill2.device
Job Timeout: 1min 30s
Wants: systemd-rfkill at rfkill2.service
References: systemd-rfkill at rfkill2.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.1/0000:03:00.0/ieee80211/phy0/rfkill2
-> Unit systemd-rfkill at rfkill2.service:
Description: Load/Save RF Kill Switch Status of rfkill2
Instance: rfkill2
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2drfkill.slice
CGroup: /system.slice/system-systemd\x2drfkill.slice/systemd-rfkill at rfkill2.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill at rfkill2.service
Documentation: man:systemd-rfkill at .service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill at .service
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
Wants: system-systemd\x2drfkill.slice
WantedBy: sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-ieee80211-phy0-rfkill2.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.1-0000:03:00.0-ieee80211-phy0-rfkill2.device
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill load %I
-> ExecStop:
Command Line: /lib/systemd/systemd-rfkill save %I
SysVStartPriority: 0
-> Unit sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-wlan0.device:
Description: Centrino Advanced-N 6205 [Taylor Peak] (Centrino Advanced-N 6205 AGN)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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.1-0000:03: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.1/0000:03:00.0/net/wlan0
-> Unit sys-subsystem-net-devices-wlan0.device:
Description: Centrino Advanced-N 6205 [Taylor Peak] (Centrino Advanced-N 6205 AGN)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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.1-0000:03: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.1/0000:03:00.0/net/wlan0
-> Unit sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device:
Description: Samsung_SSD_840_Series
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0: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/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb
-> Unit dev-sdb.device:
Description: Samsung_SSD_840_Series
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sdb.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0: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/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R.device:
Description: Samsung_SSD_840_Series
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dSamsung_SSD_840_Series_S14LNEAD107452R.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0: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/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb
-> Unit dev-disk-by\x2did-wwn\x2d0x500253855016eeb9.device:
Description: Samsung_SSD_840_Series
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500253855016eeb9.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R.device
Following Set Member: dev-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0: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/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb
-> Unit dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device:
Description: Samsung_SSD_840_Series
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R.device
Following Set Member: dev-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb
-> Unit sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device:
Description: Samsung_SSD_840_Series Asteria
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-Asteria.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-AAC4CCDCC4CCAC3F.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
-> Unit dev-sdb1.device:
Description: Samsung_SSD_840_Series Asteria
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sdb1.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-Asteria.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-AAC4CCDCC4CCAC3F.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device:
Description: Samsung_SSD_840_Series Asteria
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-Asteria.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-AAC4CCDCC4CCAC3F.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart1.device:
Description: Samsung_SSD_840_Series Asteria
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500253855016eeb9\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dlabel-Asteria.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-AAC4CCDCC4CCAC3F.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2dlabel-Asteria.device:
Description: Samsung_SSD_840_Series Asteria
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Asteria.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-AAC4CCDCC4CCAC3F.device
Job Timeout: 1min 30s
BoundBy: mnt-ssd.mount
Before: mnt-ssd.mount
ReferencedBy: mnt-ssd.mount
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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device:
Description: Samsung_SSD_840_Series Asteria
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dlabel-Asteria.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-AAC4CCDCC4CCAC3F.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
-> Unit dev-disk-by\x2duuid-AAC4CCDCC4CCAC3F.device:
Description: Samsung_SSD_840_Series Asteria
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-AAC4CCDCC4CCAC3F.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-Asteria.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb1.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1
-> Unit sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device:
Description: Samsung_SSD_840_Series Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-Scratch.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2
-> Unit dev-sdb2.device:
Description: Samsung_SSD_840_Series Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sdb2.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-Scratch.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device:
Description: Samsung_SSD_840_Series Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-Scratch.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart2.device:
Description: Samsung_SSD_840_Series Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500253855016eeb9\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2dlabel-Scratch.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2dlabel-Scratch.device:
Description: Samsung_SSD_840_Series Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Scratch.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device:
Description: Samsung_SSD_840_Series Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2dlabel-Scratch.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2duuid-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2duuid-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.device:
Description: Samsung_SSD_840_Series Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-191360d7\x2db74d\x2d40f7\x2db64a\x2d10ea5d10c32e.device
Following: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:0e:00.0\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-Scratch.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500253855016eeb9\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSamsung_SSD_840_Series_S14LNEAD107452R\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0e:00.0-usb2-2\x2d1-2\x2d1:1.0-host6-target6:0:0-6:0:0:0-block-sdb-sdb2.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.6/0000:0e:00.0/usb2/2-1/2-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2
-> Unit sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device
Following Set Member: dev-ttyACM0.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif01.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.1.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.1/tty/ttyACM0
-> Unit dev-ttyACM0.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-ttyACM0.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif01.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.1.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.1/tty/ttyACM0
-> Unit dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif01.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif01.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device
Following Set Member: dev-ttyACM0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.1.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.1/tty/ttyACM0
-> Unit dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.1.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.1.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif01.device
Following Set Member: dev-ttyACM0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.1-tty-ttyACM0.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.1/tty/ttyACM0
-> Unit sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device
Following Set Member: dev-ttyACM1.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif03.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.3.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.3/tty/ttyACM1
-> Unit dev-ttyACM1.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-ttyACM1.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif03.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.3.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.3/tty/ttyACM1
-> Unit dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif03.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif03.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device
Following Set Member: dev-ttyACM1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.3.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.3/tty/ttyACM1
-> Unit dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.3.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.3.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif03.device
Following Set Member: dev-ttyACM1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.3-tty-ttyACM1.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.3/tty/ttyACM1
-> Unit sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.6-net-wwan0.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.6-net-wwan0.device
Following Set Member: sys-subsystem-net-devices-wwan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4:1.6/net/wwan0
-> Unit sys-subsystem-net-devices-wwan0.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-wwan0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.6-net-wwan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4:1.6/net/wwan0
-> Unit sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device
Following Set Member: dev-ttyACM2.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif09.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.9.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.9/tty/ttyACM2
-> Unit dev-ttyACM2.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-ttyACM2.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif09.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.9.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.9/tty/ttyACM2
-> Unit dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif09.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif09.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device
Following Set Member: dev-ttyACM2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device
Following Set Member: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.9.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.9/tty/ttyACM2
-> Unit dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.9.device:
Description: F5521gw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-serial-by\x2dpath-pci\x2d0000:00:1d.0\x2dusb\x2d0:1.4:1.9.device
Following: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.device
Following Set Member: dev-serial-by\x2did-usb\x2dLenovo_F5521gw_7EE2422333387E60\x2dif09.device
Following Set Member: dev-ttyACM2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.4-4\x2d1.4:1.9-tty-ttyACM2.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:1d.0/usb4/4-1/4-1.4/4-1.4:1.9/tty/ttyACM2
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: M4-CT512M4SSD1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059.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: M4-CT512M4SSD1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059.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\x2dM4\x2dCT512M4SSD1_00000000123009114059.device:
Description: M4-CT512M4SSD1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059.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\x2d0x500a075109114059.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\x2d0x500a075109114059.device:
Description: M4-CT512M4SSD1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059.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\x2dM4\x2dCT512M4SSD1_00000000123009114059.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-sda1.device:
Description: M4-CT512M4SSD1 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2duuid-CA347FB7347FA55B.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: M4-CT512M4SSD1 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2duuid-CA347FB7347FA55B.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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart1.device:
Description: M4-CT512M4SSD1 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2d0x500a075109114059\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2duuid-CA347FB7347FA55B.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\x2d0x500a075109114059\x2dpart1.device:
Description: M4-CT512M4SSD1 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2duuid-CA347FB7347FA55B.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\x2dlabel-SYSTEM_DRV.device:
Description: M4-CT512M4SSD1 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-SYSTEM_DRV.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\x2d0x500a075109114059\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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-CA347FB7347FA55B.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-CA347FB7347FA55B.device:
Description: M4-CT512M4SSD1 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-CA347FB7347FA55B.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\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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 sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device:
Description: M4-CT512M4SSD1 Data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda10.device
Following Set Member: dev-sda10.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart10.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart10.device
Following Set Member: dev-disk-by\x2dlabel-Data.device
Following Set Member: dev-disk-by\x2duuid-6E36C2A136C26A23.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/sda10
-> Unit dev-sda10.device:
Description: M4-CT512M4SSD1 Data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda10.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart10.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart10.device
Following Set Member: dev-disk-by\x2dlabel-Data.device
Following Set Member: dev-disk-by\x2duuid-6E36C2A136C26A23.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/sda10
-> Unit dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart10.device:
Description: M4-CT512M4SSD1 Data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart10.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-sda10.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart10.device
Following Set Member: dev-disk-by\x2dlabel-Data.device
Following Set Member: dev-disk-by\x2duuid-6E36C2A136C26A23.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/sda10
-> Unit dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart10.device:
Description: M4-CT512M4SSD1 Data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\x2dpart10.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart10.device
Following Set Member: dev-sda10.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-disk-by\x2dlabel-Data.device
Following Set Member: dev-disk-by\x2duuid-6E36C2A136C26A23.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/sda10
-> Unit dev-disk-by\x2duuid-6E36C2A136C26A23.device:
Description: M4-CT512M4SSD1 Data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-6E36C2A136C26A23.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.device
Following Set Member: dev-disk-by\x2dlabel-Data.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart10.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart10.device
Following Set Member: dev-sda10.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda10.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/sda10
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: M4-CT512M4SSD1 Windows7_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-Windows7_OS.device
Following Set Member: dev-disk-by\x2duuid-6C808D45808D172C.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: M4-CT512M4SSD1 Windows7_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-Windows7_OS.device
Following Set Member: dev-disk-by\x2duuid-6C808D45808D172C.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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart2.device:
Description: M4-CT512M4SSD1 Windows7_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2d0x500a075109114059\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-Windows7_OS.device
Following Set Member: dev-disk-by\x2duuid-6C808D45808D172C.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\x2d0x500a075109114059\x2dpart2.device:
Description: M4-CT512M4SSD1 Windows7_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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-Windows7_OS.device
Following Set Member: dev-disk-by\x2duuid-6C808D45808D172C.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-Windows7_OS.device:
Description: M4-CT512M4SSD1 Windows7_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Windows7_OS.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\x2d0x500a075109114059\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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-6C808D45808D172C.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-6C808D45808D172C.device:
Description: M4-CT512M4SSD1 Windows7_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-6C808D45808D172C.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-Windows7_OS.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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-sda3.device:
Description: M4-CT512M4SSD1 Lenovo_Recovery
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-Lenovo_Recovery.device
Following Set Member: dev-disk-by\x2duuid-3C767879767835AC.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: M4-CT512M4SSD1 Lenovo_Recovery
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-Lenovo_Recovery.device
Following Set Member: dev-disk-by\x2duuid-3C767879767835AC.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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart3.device:
Description: M4-CT512M4SSD1 Lenovo_Recovery
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2d0x500a075109114059\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-Lenovo_Recovery.device
Following Set Member: dev-disk-by\x2duuid-3C767879767835AC.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\x2d0x500a075109114059\x2dpart3.device:
Description: M4-CT512M4SSD1 Lenovo_Recovery
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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-Lenovo_Recovery.device
Following Set Member: dev-disk-by\x2duuid-3C767879767835AC.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-Lenovo_Recovery.device:
Description: M4-CT512M4SSD1 Lenovo_Recovery
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Lenovo_Recovery.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\x2d0x500a075109114059\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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-3C767879767835AC.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\x2duuid-3C767879767835AC.device:
Description: M4-CT512M4SSD1 Lenovo_Recovery
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-3C767879767835AC.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-Lenovo_Recovery.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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
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-sda4.device:
Description: M4-CT512M4SSD1 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\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: M4-CT512M4SSD1 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart4.device:
Description: M4-CT512M4SSD1 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2d0x500a075109114059\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\x2d0x500a075109114059\x2dpart4.device:
Description: M4-CT512M4SSD1 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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 sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
Description: M4-CT512M4SSD1 Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Swap.device
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.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: M4-CT512M4SSD1 Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Swap.device
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.device:
Description: M4-CT512M4SSD1 Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2d0x500a075109114059\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Swap.device
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.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\x2d0x500a075109114059\x2dpart5.device:
Description: M4-CT512M4SSD1 Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2dlabel-Swap.device
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.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\x2dlabel-Swap.device:
Description: M4-CT512M4SSD1 Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Swap.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\x2d0x500a075109114059\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.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-sda6.device:
Description: M4-CT512M4SSD1 Home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-Home.device
Following Set Member: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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-sda6.device:
Description: M4-CT512M4SSD1 Home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-Home.device
Following Set Member: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart6.device:
Description: M4-CT512M4SSD1 Home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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\x2d0x500a075109114059\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-Home.device
Following Set Member: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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\x2d0x500a075109114059\x2dpart6.device:
Description: M4-CT512M4SSD1 Home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\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\x2dM4\x2dCT512M4SSD1_00000000123009114059\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
Following Set Member: dev-disk-by\x2dlabel-Home.device
Following Set Member: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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\x2dlabel-Home.device:
Description: M4-CT512M4SSD1 Home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-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\x2d0x500a075109114059\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\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
Following Set Member: dev-disk-by\x2duuid-7652cf98\x2de671\x2d47ea\x2d80d6\x2d02be15580bb5.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-sda7.device:
Description: M4-CT512M4SSD1 Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart7.device
Following Set Member: dev-disk-by\x2dlabel-Debian.device
Following Set Member: dev-disk-by\x2duuid-5c503ec2\x2d6528\x2d44bb\x2d9ff5\x2daa2687aa9706.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/sda7
-> Unit dev-sda7.device:
Description: M4-CT512M4SSD1 Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda7.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart7.device
Following Set Member: dev-disk-by\x2dlabel-Debian.device
Following Set Member: dev-disk-by\x2duuid-5c503ec2\x2d6528\x2d44bb\x2d9ff5\x2daa2687aa9706.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/sda7
-> Unit dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart7.device:
Description: M4-CT512M4SSD1 Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart7.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart7.device
Following Set Member: dev-disk-by\x2dlabel-Debian.device
Following Set Member: dev-disk-by\x2duuid-5c503ec2\x2d6528\x2d44bb\x2d9ff5\x2daa2687aa9706.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/sda7
-> Unit dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart7.device:
Description: M4-CT512M4SSD1 Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\x2dpart7.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dlabel-Debian.device
Following Set Member: dev-disk-by\x2duuid-5c503ec2\x2d6528\x2d44bb\x2d9ff5\x2daa2687aa9706.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/sda7
-> Unit dev-disk-by\x2dlabel-Debian.device:
Description: M4-CT512M4SSD1 Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Debian.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart7.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2duuid-5c503ec2\x2d6528\x2d44bb\x2d9ff5\x2daa2687aa9706.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/sda7
-> Unit dev-disk-by\x2duuid-5c503ec2\x2d6528\x2d44bb\x2d9ff5\x2daa2687aa9706.device:
Description: M4-CT512M4SSD1 Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-5c503ec2\x2d6528\x2d44bb\x2d9ff5\x2daa2687aa9706.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dlabel-Debian.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart7.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.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/sda7
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device:
Description: M4-CT512M4SSD1 Ubuntu
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda8.device
Following Set Member: dev-sda8.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart8.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart8.device
Following Set Member: dev-disk-by\x2dlabel-Ubuntu.device
Following Set Member: dev-disk-by\x2duuid-3871ee5c\x2d1dd0\x2d4962\x2daf9d\x2d956a36e499b5.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/sda8
-> Unit dev-sda8.device:
Description: M4-CT512M4SSD1 Ubuntu
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda8.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart8.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart8.device
Following Set Member: dev-disk-by\x2dlabel-Ubuntu.device
Following Set Member: dev-disk-by\x2duuid-3871ee5c\x2d1dd0\x2d4962\x2daf9d\x2d956a36e499b5.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/sda8
-> Unit dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart8.device:
Description: M4-CT512M4SSD1 Ubuntu
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart8.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart8.device
Following Set Member: dev-disk-by\x2dlabel-Ubuntu.device
Following Set Member: dev-disk-by\x2duuid-3871ee5c\x2d1dd0\x2d4962\x2daf9d\x2d956a36e499b5.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/sda8
-> Unit dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart8.device:
Description: M4-CT512M4SSD1 Ubuntu
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\x2dpart8.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart8.device
Following Set Member: dev-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2dlabel-Ubuntu.device
Following Set Member: dev-disk-by\x2duuid-3871ee5c\x2d1dd0\x2d4962\x2daf9d\x2d956a36e499b5.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/sda8
-> Unit dev-disk-by\x2dlabel-Ubuntu.device:
Description: M4-CT512M4SSD1 Ubuntu
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Ubuntu.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart8.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart8.device
Following Set Member: dev-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2duuid-3871ee5c\x2d1dd0\x2d4962\x2daf9d\x2d956a36e499b5.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/sda8
-> Unit dev-disk-by\x2duuid-3871ee5c\x2d1dd0\x2d4962\x2daf9d\x2d956a36e499b5.device:
Description: M4-CT512M4SSD1 Ubuntu
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-3871ee5c\x2d1dd0\x2d4962\x2daf9d\x2d956a36e499b5.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2dlabel-Ubuntu.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart8.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart8.device
Following Set Member: dev-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.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/sda8
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device:
Description: M4-CT512M4SSD1 Fedora
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda9.device
Following Set Member: dev-sda9.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart9.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart9.device
Following Set Member: dev-disk-by\x2dlabel-Fedora.device
Following Set Member: dev-disk-by\x2duuid-367b1dc4\x2dd9eb\x2d48f3\x2db4cb\x2dd9d80ed6acb3.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/sda9
-> Unit dev-sda9.device:
Description: M4-CT512M4SSD1 Fedora
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-sda9.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart9.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart9.device
Following Set Member: dev-disk-by\x2dlabel-Fedora.device
Following Set Member: dev-disk-by\x2duuid-367b1dc4\x2dd9eb\x2d48f3\x2db4cb\x2dd9d80ed6acb3.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/sda9
-> Unit dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart9.device:
Description: M4-CT512M4SSD1 Fedora
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart9.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-sda9.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart9.device
Following Set Member: dev-disk-by\x2dlabel-Fedora.device
Following Set Member: dev-disk-by\x2duuid-367b1dc4\x2dd9eb\x2d48f3\x2db4cb\x2dd9d80ed6acb3.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/sda9
-> Unit dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart9.device:
Description: M4-CT512M4SSD1 Fedora
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2d0x500a075109114059\x2dpart9.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart9.device
Following Set Member: dev-sda9.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-disk-by\x2dlabel-Fedora.device
Following Set Member: dev-disk-by\x2duuid-367b1dc4\x2dd9eb\x2d48f3\x2db4cb\x2dd9d80ed6acb3.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/sda9
-> Unit dev-disk-by\x2dlabel-Fedora.device:
Description: M4-CT512M4SSD1 Fedora
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-Fedora.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart9.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart9.device
Following Set Member: dev-sda9.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-disk-by\x2duuid-367b1dc4\x2dd9eb\x2d48f3\x2db4cb\x2dd9d80ed6acb3.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/sda9
-> Unit dev-disk-by\x2duuid-367b1dc4\x2dd9eb\x2d48f3\x2db4cb\x2dd9d80ed6acb3.device:
Description: M4-CT512M4SSD1 Fedora
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-367b1dc4\x2dd9eb\x2d48f3\x2db4cb\x2dd9d80ed6acb3.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
Following Set Member: dev-disk-by\x2dlabel-Fedora.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart9.device
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart9.device
Following Set Member: dev-sda9.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.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/sda9
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device:
Description: Optiarc_DVD_RW_AD-7930H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dOptiarc_DVD_RW_AD\x2d7930H.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: Optiarc_DVD_RW_AD-7930H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dOptiarc_DVD_RW_AD\x2d7930H.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: Optiarc_DVD_RW_AD-7930H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dOptiarc_DVD_RW_AD\x2d7930H.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: Optiarc_DVD_RW_AD-7930H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dOptiarc_DVD_RW_AD\x2d7930H.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\x2dOptiarc_DVD_RW_AD\x2d7930H.device:
Description: Optiarc_DVD_RW_AD-7930H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dOptiarc_DVD_RW_AD\x2d7930H.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: Optiarc_DVD_RW_AD-7930H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dOptiarc_DVD_RW_AD\x2d7930H.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: Optiarc_DVD_RW_AD-7930H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:47 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:47 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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\x2dOptiarc_DVD_RW_AD\x2d7930H.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-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit sys-devices-platform-thinkpad_acpi-rfkill-rfkill0.device:
Description: /sys/devices/platform/thinkpad_acpi/rfkill/rfkill0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-thinkpad_acpi-rfkill-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/platform/thinkpad_acpi/rfkill/rfkill0
-> Unit systemd-rfkill at rfkill0.service:
Description: Load/Save RF Kill Switch Status of rfkill0
Instance: rfkill0
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2drfkill.slice
CGroup: /system.slice/system-systemd\x2drfkill.slice/systemd-rfkill at rfkill0.service
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: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
Wants: system-systemd\x2drfkill.slice
WantedBy: sys-devices-platform-thinkpad_acpi-rfkill-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-platform-thinkpad_acpi-rfkill-rfkill0.device
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill load %I
-> ExecStop:
Command Line: /lib/systemd/systemd-rfkill save %I
SysVStartPriority: 0
-> Unit sys-devices-platform-thinkpad_acpi-rfkill-rfkill1.device:
Description: /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-thinkpad_acpi-rfkill-rfkill1.device
Job Timeout: 1min 30s
Wants: systemd-rfkill at rfkill1.service
References: systemd-rfkill at rfkill1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1
-> Unit systemd-rfkill at rfkill1.service:
Description: Load/Save RF Kill Switch Status of rfkill1
Instance: rfkill1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2drfkill.slice
CGroup: /system.slice/system-systemd\x2drfkill.slice/systemd-rfkill at rfkill1.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill at rfkill1.service
Documentation: man:systemd-rfkill at .service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill at .service
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
Wants: system-systemd\x2drfkill.slice
WantedBy: sys-devices-platform-thinkpad_acpi-rfkill-rfkill1.device
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system-systemd\x2drfkill.slice
After: -.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-platform-thinkpad_acpi-rfkill-rfkill1.device
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill load %I
-> ExecStop:
Command Line: /lib/systemd/systemd-rfkill save %I
SysVStartPriority: 0
-> Unit sys-devices-platform-thinkpad_acpi-sound-card29.device:
Description: /sys/devices/platform/thinkpad_acpi/sound/card29
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-thinkpad_acpi-sound-card29.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/platform/thinkpad_acpi/sound/card29
-> Unit sys-devices-virtual-net-vboxnet0.device:
Description: /sys/devices/virtual/net/vboxnet0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:19:48 CET
Active Enter Timestamp: Wed 2014-11-26 18:19:48 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-net-vboxnet0.device
Following Set Member: sys-subsystem-net-devices-vboxnet0.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/net/vboxnet0
-> Unit sys-subsystem-net-devices-vboxnet0.device:
Description: /sys/subsystem/net/devices/vboxnet0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:19:48 CET
Active Enter Timestamp: Wed 2014-11-26 18:19:48 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-vboxnet0.device
Following Set Member: sys-devices-virtual-net-vboxnet0.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/net/vboxnet0
-> Unit sys-devices-virtual-net-virbr0.device:
Description: /sys/devices/virtual/net/virbr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:54 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:54 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-net-virbr0.device
Following Set Member: sys-subsystem-net-devices-virbr0.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/net/virbr0
-> Unit sys-subsystem-net-devices-virbr0.device:
Description: /sys/subsystem/net/devices/virbr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:54 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:54 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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-virbr0.device
Following Set Member: sys-devices-virtual-net-virbr0.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/net/virbr0
-> Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: 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 run-rpc_pipefs.mount:
Description: /run/rpc_pipefs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
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 run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:46:04 CET
Active Enter Timestamp: Wed 2014-11-26 04:46:04 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: no
CGroup mask: 0x0
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: run-user-1000-gvfs.mount
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
ReferencedBy: run-user-1000-gvfs.mount
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,rw,size=807560k,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 run-user-1000-gvfs.mount:
Description: /run/user/1000/gvfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:46:05 CET
Active Enter Timestamp: Wed 2014-11-26 04:46: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/run-user-1000-gvfs.mount
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: run-user-1000-gvfs.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
After: -.mount
After: run-user-1000.mount
References: local-fs.target
References: umount.target
References: systemd-journald.socket
References: local-fs-pre.target
References: system.slice
References: -.mount
References: run-user-1000.mount
RequiresMountsFor: /run/user/1000
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/user/1000/gvfs
What: gvfsd-fuse
File System Type: fuse.gvfsd-fuse
Options: rw,nosuid,nodev,relatime,rw,user_id=1000,group_id=1000
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit media-michael-Scratch.mount:
Description: /media/michael/Scratch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:53 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:53 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/media-michael-Scratch.mount
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: media-michael-Scratch.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: /media/michael
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /media/michael/Scratch
What: /dev/sdb2
File System Type: ext4
Options: rw,nosuid,nodev,relatime,rw,data=ordered
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 mnt-ssd.mount:
Description: /mnt/ssd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:17:54 CET
Active Enter Timestamp: Wed 2014-11-26 18:17:54 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/mnt-ssd.mount
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mnt-ssd.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/mnt-ssd.mount
Source Path: /etc/fstab
Requires: -.mount
Wants: system.slice
BindsTo: dev-disk-by\x2dlabel-Asteria.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: dev-disk-by\x2dlabel-Asteria.device
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
After: -.mount
References: local-fs.target
References: umount.target
References: dev-disk-by\x2dlabel-Asteria.device
References: systemd-journald.socket
References: local-fs-pre.target
References: system.slice
References: -.mount
RequiresMountsFor: /mnt /dev/disk/by-label/Asteria
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /mnt/ssd
What: /dev/sdb1
File System Type: fuseblk
Options: rw,nosuid,nodev,noexec,relatime,rw,user_id=0,group_id=0,allow_other,blksize=4096
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 dev-sda5.swap:
Description: /dev/sda5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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-sda5.swap
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda5.swap
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Following Set Member: dev-disk-by\x2dlabel-Swap.swap
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.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/sda5
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/sda5
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda5
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-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap:
Description: /dev/disk/by-id/ata-M4-CT512M4SSD1_00000000123009114059-part5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Following: dev-sda5.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Following Set Member: dev-disk-by\x2dlabel-Swap.swap
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Following Set Member: dev-sda5.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/ata-M4-CT512M4SSD1_00000000123009114059-part5
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-id/ata-M4-CT512M4SSD1_00000000123009114059-part5
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda5
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-wwn\x2d0x500a075109114059\x2dpart5.swap:
Description: /dev/disk/by-id/wwn-0x500a075109114059-part5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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-wwn\x2d0x500a075109114059\x2dpart5.swap
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Following: dev-sda5.swap
Following Set Member: dev-disk-by\x2dlabel-Swap.swap
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Following Set Member: dev-sda5.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/wwn-0x500a075109114059-part5
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-id/wwn-0x500a075109114059-part5
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda5
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\x2dlabel-Swap.swap:
Description: /dev/disk/by-label/Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 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\x2dlabel-Swap.swap
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-Swap.swap
Following: dev-sda5.swap
Following Set Member: dev-disk-by\x2duuid-c0d2bc19\x2d898f\x2d4306\x2da734\x2d85e547e249f0.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x500a075109114059\x2dpart5.swap
Following Set Member: dev-disk-by\x2did-ata\x2dM4\x2dCT512M4SSD1_00000000123009114059\x2dpart5.swap
Following Set Member: dev-sda5.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-label/Swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-label/Swap
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda5
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 systemd-rfkill at rfkill3.service:
Description: Load/Save RF Kill Switch Status of rfkill3
Instance: rfkill3
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:52 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2drfkill.slice
CGroup: /system.slice/system-systemd\x2drfkill.slice/systemd-rfkill at rfkill3.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill at rfkill3.service
Documentation: man:systemd-rfkill at .service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill at .service
Condition Timestamp: Wed 2014-11-26 04:45:52 CET
Condition Result: yes
Requires: -.mount
Wants: system-systemd\x2drfkill.slice
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
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill load %I
-> ExecStop:
Command Line: /lib/systemd/systemd-rfkill save %I
SysVStartPriority: 0
-> Unit polkitd.service:
Description: Authenticate and Authorize Users to Run Privileged Tasks
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: polkitd.service
Fragment Path: /lib/systemd/system/polkitd.service
Condition Timestamp: Wed 2014-11-26 04:45:53 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: 777
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: 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/lib/policykit-1/polkitd --no-debug
SysVStartPriority: 0
-> Unit colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:53 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/colord.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: colord.service
Fragment Path: /lib/systemd/system/colord.service
Condition Timestamp: Wed 2014-11-26 04:45:53 CET
Condition Result: yes
Requires: basic.target
Requires: tmp.mount
Requires: -.mount
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: tmp.mount
After: -.mount
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: tmp.mount
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: none
Main PID: 837
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ColorManager
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: colord
-> ExecStart:
Command Line: /usr/lib/colord/colord
SysVStartPriority: 0
-> Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:54 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:54 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: upower.service
Documentation: man:upowerd(8)
Fragment Path: /lib/systemd/system/upower.service
Condition Timestamp: Wed 2014-11-26 04:45:54 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: 920
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UPower
Bus Name Good: 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/lib/upower/upowerd
SysVStartPriority: 0
-> Unit packagekit.service:
Description: PackageKit Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:45:55 CET
Active Enter Timestamp: Wed 2014-11-26 04:45:55 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/packagekit.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: packagekit.service
Fragment Path: /lib/systemd/system/packagekit.service
Condition Timestamp: Wed 2014-11-26 04:45:55 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: 1102
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PackageKit
Bus Name Good: 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
User: root
-> ExecStart:
Command Line: /usr/lib/packagekit/packagekitd
SysVStartPriority: 0
-> Unit user-1000.slice:
Description: user-1000.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:46:04 CET
Active Enter Timestamp: Wed 2014-11-26 04:46:04 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user-1000.slice
Condition Timestamp: Wed 2014-11-26 04:46:04 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: Wed 2014-11-26 04:46:04 CET
Active Enter Timestamp: Wed 2014-11-26 04:46:04 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user at 1000.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Wed 2014-11-26 04:46:04 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: 1230
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
SysVStartPriority: 0
Status Text: Startup finished in 22ms.
-> Unit session-1.scope:
Description: Session 1 of user michael
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:46:04 CET
Active Enter Timestamp: Wed 2014-11-26 04:46:04 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-1.scope
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Slice.conf
Condition Timestamp: Wed 2014-11-26 04:46:04 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 udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 04:46:06 CET
Active Enter Timestamp: Wed 2014-11-26 04:46: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/udisks2.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: udisks2.service
Documentation: man:udisks(8)
Fragment Path: /lib/systemd/system/udisks2.service
Condition Timestamp: Wed 2014-11-26 04:46: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: 1407
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UDisks2
Bus Name Good: 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/lib/udisks2/udisksd --no-debug
SysVStartPriority: 0
-> Unit suspend.target:
Description: Suspend
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 16:19:46 CET
Active Enter Timestamp: Wed 2014-11-26 16:19:46 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: suspend.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/suspend.target
Condition Timestamp: Wed 2014-11-26 16:19:46 CET
Condition Result: yes
BindsTo: systemd-suspend.service
After: systemd-suspend.service
References: systemd-suspend.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-suspend.service:
Description: Suspend
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Wed 2014-11-26 06:49:04 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2014-11-26 16:19:46 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-suspend.service
Documentation: man:systemd-suspend.service(8)
Fragment Path: /lib/systemd/system/systemd-suspend.service
Condition Timestamp: Wed 2014-11-26 06:49:04 CET
Condition Result: yes
Requires: sleep.target
Wants: system.slice
BoundBy: suspend.target
Before: suspend.target
After: sleep.target
After: systemd-journald.socket
After: system.slice
References: sleep.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: suspend.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: /lib/systemd/systemd-sleep suspend
SysVStartPriority: 0
-> Unit sleep.target:
Description: Sleep
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Wed 2014-11-26 06:49:04 CET
Active Enter Timestamp: Wed 2014-11-26 06:49:04 CET
Active Exit Timestamp: Wed 2014-11-26 16:19:46 CET
Inactive Enter Timestamp: Wed 2014-11-26 16:19:46 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: sleep.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sleep.target
Condition Timestamp: Wed 2014-11-26 06:49:04 CET
Condition Result: yes
RequiredBy: systemd-suspend.service
Before: systemd-suspend.service
ReferencedBy: systemd-suspend.service
StopWhenUnneeded: yes
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit uuidd.socket:
Description: UUID daemon activation socket
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: uuidd.socket
Fragment Path: /lib/systemd/system/uuidd.socket
Requires: sysinit.target
Requires: -.mount
Wants: -.slice
RequiredBy: uuidd.service
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: uuidd.service
RequiresMountsFor: /run/uuidd/request
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: dead
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 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 apache2.service:
Description: LSB: Apache2 web server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Wed 2014-11-26 18:18:09 CET
Active Enter Timestamp: Wed 2014-11-26 18:18:11 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: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apache2.service
Fragment Path: /run/systemd/generator.late/apache2.service
Source Path: /etc/init.d/apache2
Condition Timestamp: Wed 2014-11-26 18:18:09 CET
Condition Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: remote-fs.target
After: network-online.target
After: systemd-journald-dev-log.socket
After: nss-lookup.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: shutdown.target
References: local-fs.target
References: remote-fs.target
References: network-online.target
References: systemd-journald-dev-log.socket
References: nss-lookup.target
References: systemd-journald.socket
References: basic.target
References: system.slice
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
-> ExecReload:
Command Line: /etc/init.d/apache2 reload
-> ExecStop:
Command Line: /etc/init.d/apache2 stop
SysVStartPriority: 0
-> 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
Source Path: /etc/insserv.conf.d/dnsmasq
DropIn Path: /run/systemd/generator/nss-lookup.target.d/50-hard-dependency-dnsmasq-$named.conf
Requires: dnsmasq.service
WantedBy: dnsmasq.service
Conflicts: shutdown.target
Before: apache2.service
After: dnsmasq.service
References: dnsmasq.service
References: shutdown.target
ReferencedBy: apache2.service
ReferencedBy: dnsmasq.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit dnsmasq.service:
Description: dnsmasq - A lightweight DHCP and caching DNS server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dnsmasq.service
Fragment Path: /lib/systemd/system/dnsmasq.service
DropIn Path: /run/systemd/generator/dnsmasq.service.d/50-dnsmasq-$named.conf
DropIn Path: /run/systemd/generator/dnsmasq.service.d/50-insserv.conf-$named.conf
Requires: basic.target
Wants: nss-lookup.target
Wants: system.slice
RequiredBy: nss-lookup.target
Conflicts: shutdown.target
Before: nss-lookup.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: nss-lookup.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: nss-lookup.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
BusName: uk.org.thekelleys.dnsmasq
Bus Name Good: 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
-> ExecStartPre:
Command Line: /usr/sbin/dnsmasq --test
-> ExecStart:
Command Line: /etc/init.d/dnsmasq systemd-exec
-> ExecStartPost:
Command Line: /etc/init.d/dnsmasq systemd-start-resolvconf
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> ExecStop:
Command Line: /etc/init.d/dnsmasq systemd-stop-resolvconf
SysVStartPriority: 0
-------------- next part --------------
==> /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/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/graphical.target.wants/accounts-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirtd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.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/multi-user.target.wants/NetworkManager.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/libvirtd.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/dnsmasq.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.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/cups-browsed.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirt-guests.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/pppd-dns.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/ModemManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/openvpn.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/carbon-cache.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/cups.path <==
==> /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/uuidd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/carbon-cache.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/carbon-cache.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/cgmanager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cgmanager.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/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/paths.target.wants/cups.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/openvpn.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/openvpn.service
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/accounts-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/cgproxy.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cgproxy.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/sockets.target.wants/cups.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /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/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /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/cups-browsed.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups-browsed.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirt-guests.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirt-guests.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/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.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/atd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dnsmasq.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dnsmasq.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda7 during installation
UUID=5c503ec2-6528-44bb-9ff5-aa2687aa9706 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=7652cf98-e671-47ea-80d6-02be15580bb5 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=c0d2bc19-898f-4306-a734-85e547e249f0 none swap sw 0 0
LABEL=Data /mnt/data ntfs-3g user,noauto,comment=systemd.automount 0 0
LABEL=Fedora /mnt/fedora ext4 noauto 0 0
LABEL=Ubuntu /mnt/ubuntu ext4 noauto 0 0
LABEL=Asteria /mnt/ssd ntfs-3g noauto,nofail,user,x-gvfs-show 0 0
#192.168.178.86:/srv/nfs /mnt/backup nfs _netdev 0 0
#tmpfs /run/user tmpfs rw,nosuid,nodev,noexec,relatime,size=128000k,mode=755 0 0
More information about the Pkg-systemd-maintainers
mailing list