[Pkg-systemd-maintainers] Bug#734951: systemd: somehow starts LSB stuff in the wrong order
Christoph Anton Mitterer
calestyo at scientia.net
Sat Jan 11 02:45:39 GMT 2014
Package: systemd
Version: 204-6
Severity: important
Hi.
It seems something get's wrong with determining the right order of starting LSB init scripts:
What I have is a system with iptables-persistent and fail2ban packages installed.
In my case, fail2ban is set up a bit more complex than the default, i.e. it does not simply
append it's rules to the INPUT table, but rather replaces a dummy rule in the previously
loaded iptables rules (at a well defined place in the table).
Now since I switched to systemd, it tries to start fail2ban before iptables-persistent,
thus the rules are missing and thus starting fail2ban fails.
sysvinit-style config looks like this:
/etc/rcS.d/S16iptables-persistent
/etc/rc0.d/K01fail2ban
/etc/rc1.d/K01fail2ban
/etc/rc2.d/S22fail2ban
/etc/rc3.d/S22fail2ban
/etc/rc4.d/S22fail2ban
/etc/rc5.d/S22fail2ban
/etc/rc6.d/K01fail2ban
which we get via insserv from:
### BEGIN INIT INFO
# Provides: iptables-persistent
# Required-Start: mountkernfs $local_fs
# Required-Stop: $local_fs
# Default-Start: S
# Default-Stop:
# X-Start-Before: $network
# X-Stop-After: $network
# Short-Description: Set up iptables rules
# Description: Loads/saves current iptables rules from/to /etc/iptables
# to provide a persistent rule set during boot time
### END INIT INFO
and:
### BEGIN INIT INFO
# Provides: fail2ban
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Should-Start: $time $network $syslog iptables firehol shorewall ipmasq arno-iptables-firewall iptables-persistent ferm
# Should-Stop: $network $syslog iptables firehol shorewall ipmasq arno-iptables-firewall iptables-persistent ferm
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start/stop fail2ban
# Description: Start/stop fail2ban, a daemon scanning the log files and
# banning potential attackers.
### END INIT INFO
But in systemd it looks like this:
...
Jan 10 19:20:12 heisenberg systemd[1]: Stopped LSB: Start/stop fail2ban.
Jan 10 19:20:12 heisenberg nfs-common[668]: Starting NFS common utilities:.
Jan 10 19:20:12 heisenberg systemd[1]: Started LSB: NFS support files common to client and server.
Jan 10 19:20:12 heisenberg kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jan 10 19:20:12 heisenberg kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Jan 10 19:20:12 heisenberg kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Jan 10 19:20:12 heisenberg iptables-persistent[569]: Loading iptables rules... IPv4... IPv6...done.
Jan 10 19:20:12 heisenberg systemd[1]: Started LSB: Set up iptables rules.
...
Any ideas?
Chris.
-- Package-specific info:
--------------
systemd-delta:
--------------
0 overridden configuration files found.
--------------
systemctl dump:
--------------
-> Unit pulseaudio.service:
Description: LSB: Start the PulseAudio sound server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: pulseaudio.service
Name: esound.service
Source Path: /etc/init.d/pulseaudio
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: avahi.service
After: systemd-udevd.service
After: network-manager.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: avahi.service
References: systemd-udevd.service
References: network-manager.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/pulseaudio.service
ControlGroup: name=systemd:/system/pulseaudio.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/pulseaudio start
-> ExecStop:
Command Line: /etc/init.d/pulseaudio stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: 2345
-> Unit rpcbind.service:
Description: LSB: RPC portmapper replacement
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: rpcbind.service
Source Path: /etc/init.d/rpcbind
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: quotarpc.service
Before: nfs-common.service
Before: sysinit.target
Before: shutdown.target
After: network.target
After: local-fs.target
After: systemd-journald.socket
References: network.target
References: local-fs.target
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: quotarpc.service
ReferencedBy: nfs-common.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/rpcbind.service
ControlGroup: name=systemd:/system/rpcbind.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: 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
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 18
SysVRunLevels: S
-> Unit edac.service:
Description: LSB: Initialize EDAC
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: edac.service
Source Path: /etc/init.d/edac
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: time-sync.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: time-sync.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/edac.service
ControlGroup: name=systemd:/system/edac.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/edac start
-> ExecStop:
Command Line: /etc/init.d/edac stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 21
SysVRunLevels: 2345
-> Unit etc-setserial.service:
Description: LSB: controls configuration of serial ports
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: etc-setserial.service
Source Path: /etc/init.d/etc-setserial
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: checkfs.service
After: systemd-journald.socket
References: checkfs.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/etc-setserial.service
ControlGroup: name=systemd:/system/etc-setserial.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/etc-setserial start
-> ExecStop:
Command Line: /etc/init.d/etc-setserial stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 14
SysVRunLevels: S
-> Unit ekeyd-egd-linux.service:
Description: LSB: Entropy Key Manager, EGD->Linux pool stirrer
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ekeyd-egd-linux.service
Source Path: /etc/init.d/ekeyd-egd-linux
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: network.target
After: ekeyd.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: network.target
References: ekeyd.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ekeyd-egd-linux.service
ControlGroup: name=systemd:/system/ekeyd-egd-linux.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/ekeyd-egd-linux start
-> ExecStop:
Command Line: /etc/init.d/ekeyd-egd-linux stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 23
SysVRunLevels: 2345
-> Unit saned.service:
Description: LSB: SANE network scanner server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: saned.service
Source Path: /etc/init.d/saned
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: syslog.target
After: local-fs.target
After: remote-fs.target
After: dbus.service
After: avahi.service
After: systemd-journald.socket
After: basic.target
References: syslog.target
References: local-fs.target
References: remote-fs.target
References: dbus.service
References: avahi.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/saned.service
ControlGroup: name=systemd:/system/saned.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/saned start
-> ExecStop:
Command Line: /etc/init.d/saned stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 23
SysVRunLevels: 2345
-> Unit privoxy.service:
Description: LSB: Privacy enhancing HTTP Proxy
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: privoxy.service
Source Path: /etc/init.d/privoxy
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: remote-fs.target
After: nss-lookup.target
After: network.target
After: time-sync.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: remote-fs.target
References: nss-lookup.target
References: network.target
References: time-sync.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/privoxy.service
ControlGroup: name=systemd:/system/privoxy.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/privoxy start
-> ExecStop:
Command Line: /etc/init.d/privoxy stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 21
SysVRunLevels: 2345
-> Unit bootlogs.service:
Description: LSB: Log file handling to be done during bootup.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: bootlogs.service
Source Path: /etc/init.d/bootlogs
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: rescue.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: rescue.target
Before: multi-user.target
Before: graphical.target
After: hostname.service
After: local-fs.target
After: x-display-manager.target
After: gdm.service
After: kdm.service
After: xdm.service
After: ldm.service
After: sdm.service
After: wdm.service
After: nodm.service
After: systemd-journald.socket
After: basic.target
References: hostname.service
References: local-fs.target
References: x-display-manager.target
References: gdm.service
References: kdm.service
References: xdm.service
References: ldm.service
References: sdm.service
References: wdm.service
References: nodm.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/bootlogs.service
ControlGroup: name=systemd:/system/bootlogs.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/bootlogs start
-> ExecStop:
Command Line: /etc/init.d/bootlogs stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 25
SysVRunLevels: 12345
-> Unit fail2ban.service:
Description: LSB: Start/stop fail2ban
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
Name: fail2ban.service
Source Path: /etc/init.d/fail2ban
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: remote-fs.target
After: time-sync.target
After: network.target
After: syslog.target
After: iptables.service
After: firehol.service
After: shorewall.service
After: ipmasq.service
After: arno-iptables-firewall.service
After: iptables-persistent.service
After: ferm.service
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: remote-fs.target
References: time-sync.target
References: network.target
References: syslog.target
References: iptables.service
References: firehol.service
References: shorewall.service
References: ipmasq.service
References: arno-iptables-firewall.service
References: iptables-persistent.service
References: ferm.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/fail2ban.service
ControlGroup: name=systemd:/system/fail2ban.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/fail2ban start
-> ExecStop:
Command Line: /etc/init.d/fail2ban stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit motd.service:
Description: LSB: Create dynamic part of /etc/motd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: motd.service
Source Path: /etc/init.d/motd
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: rescue.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: rescue.target
Before: multi-user.target
Before: graphical.target
After: hostname.service
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: hostname.service
References: local-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/motd.service
ControlGroup: name=systemd:/system/motd.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/motd start
-> ExecStop:
Command Line: /etc/init.d/motd stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 1
SysVRunLevels: 12345
-> Unit irqbalance.service:
Description: LSB: daemon to balance interrupts for SMP systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: irqbalance.service
Source Path: /etc/init.d/irqbalance
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/irqbalance.service
ControlGroup: name=systemd:/system/irqbalance.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/irqbalance start
-> ExecStop:
Command Line: /etc/init.d/irqbalance stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit libvirt-guests.service:
Description: Suspend Active Libvirt Guests
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: libvirt-guests.service
Fragment Path: /lib/systemd/system/libvirt-guests.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: libvirt-bin.service
After: network.target
After: systemd-journald.socket
After: basic.target
References: network.target
References: libvirt-bin.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: libvirt-bin.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/libvirt-guests.service
ControlGroup: name=systemd:/system/libvirt-guests.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: 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
-> 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: Fri 2014-01-10 19:20:12 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: nfs-common.service
Source Path: /etc/init.d/nfs-common
Condition Timestamp: Fri 2014-01-10 19:20:12 CET
Condition Result: yes
WantedBy: multi-user.target
WantedBy: graphical.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: multi-user.target
Before: graphical.target
Before: sysinit.target
Before: shutdown.target
After: rpcbind.service
After: time-sync.target
After: systemd-journald.socket
References: rpcbind.service
References: time-sync.target
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/nfs-common.service
ControlGroup: name=systemd:/system/nfs-common.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: 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
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 19
SysVRunLevels: S
-> Unit irda-utils.service:
Description: LSB: Infrared port support
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: irda-utils.service
Name: irda.service
Source Path: /etc/init.d/irda-utils
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: network.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: network.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/irda-utils.service
ControlGroup: name=systemd:/system/irda-utils.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/irda-utils start
-> ExecStop:
Command Line: /etc/init.d/irda-utils stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 21
SysVRunLevels: 2345
-> Unit mdadm.service:
Description: LSB: MD monitoring daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: mdadm.service
Source Path: /etc/init.d/mdadm
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: syslog.target
After: mdadm-raid.service
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: syslog.target
References: mdadm-raid.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/mdadm.service
ControlGroup: name=systemd:/system/mdadm.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/mdadm start
-> ExecReload:
Command Line: /etc/init.d/mdadm reload
-> ExecStop:
Command Line: /etc/init.d/mdadm stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit openafs-client.service:
Description: LSB: OpenAFS client
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
Name: openafs-client.service
Source Path: /etc/init.d/openafs-client
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: remote-fs.target
After: network.target
After: time-sync.target
After: syslog.target
After: nss-lookup.target
After: openafs-fileserver.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: network.target
References: time-sync.target
References: syslog.target
References: nss-lookup.target
References: openafs-fileserver.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/openafs-client.service
ControlGroup: name=systemd:/system/openafs-client.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/openafs-client start
-> ExecStop:
Command Line: /etc/init.d/openafs-client stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
SysVRunLevels: 2345
-> Unit haveged.service:
Description: Entropy daemon using the HAVEGE algorithm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: haveged.service
Documentation: man:haveged(8)
Documentation: http://www.issihosts.com/haveged/
Fragment Path: /lib/systemd/system/haveged.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/haveged.service
ControlGroup: name=systemd:/system/haveged.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
Main PID: 2083
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/haveged --Foreground --verbose=1 --write=1024
-> Unit acct.service:
Description: LSB: process and login accounting
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-01-11 03:17:56 CET
Active Enter Timestamp: Sat 2014-01-11 03:17:56 CET
Active Exit Timestamp: Sat 2014-01-11 03:17:56 CET
Inactive Enter Timestamp: Sat 2014-01-11 03:17:56 CET
GC Check Good: yes
Need Daemon Reload: no
Name: acct.service
Source Path: /etc/init.d/acct
Condition Timestamp: Sat 2014-01-11 03:17:56 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/acct.service
ControlGroup: name=systemd:/system/acct.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/acct start
PID: 9202
Start Timestamp: Sat 2014-01-11 03:17:56 CET
Exit Timestamp: Sat 2014-01-11 03:17:56 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/acct stop
PID: 9198
Start Timestamp: Sat 2014-01-11 03:17:56 CET
Exit Timestamp: Sat 2014-01-11 03:17:56 CET
Exit Code: exited
Exit Status: 0
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: syslog.service
Name: rsyslog.service
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: syslog.socket
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: syslog.socket
After: basic.target
TriggeredBy: syslog.socket
References: syslog.socket
References: basic.target
References: shutdown.target
ReferencedBy: syslog.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/rsyslog.service
ControlGroup: name=systemd:/system/rsyslog.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
Main PID: 2145
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n
-> Unit libvirt-bin.service:
Description: Virtualization daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: libvirt-bin.service
Fragment Path: /lib/systemd/system/libvirt-bin.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
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: systemd-journald.socket
After: basic.target
References: libvirt-guests.service
References: network.target
References: dbus.service
References: iscsid.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: libvirt-guests.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/libvirt-bin.service
ControlGroup: name=systemd:/system/libvirt-bin.service
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: 2197
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/libvirt-bin
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
-> Unit postfix.service:
Description: LSB: start and stop the Postfix Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: postfix.service
Name: mail-transport-agent.service
Source Path: /etc/init.d/postfix
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: remote-fs.target
After: syslog.target
After: nss-lookup.target
After: network.target
After: time-sync.target
After: postgresql.service
After: mysql.service
After: clamav-daemon.service
After: postgrey.service
After: spamassassin.service
After: saslauthd.service
After: dovecot.service
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: remote-fs.target
References: syslog.target
References: nss-lookup.target
References: network.target
References: time-sync.target
References: postgresql.service
References: mysql.service
References: clamav-daemon.service
References: postgrey.service
References: spamassassin.service
References: saslauthd.service
References: dovecot.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/postfix.service
ControlGroup: name=systemd:/system/postfix.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/postfix start
-> ExecReload:
Command Line: /etc/init.d/postfix reload
-> ExecStop:
Command Line: /etc/init.d/postfix stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit setserial.service:
Description: LSB: controls configuration of serial ports
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
Name: setserial.service
Source Path: /etc/init.d/setserial
Requires: basic.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/setserial.service
ControlGroup: name=systemd:/system/setserial.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/setserial start
-> ExecStop:
Command Line: /etc/init.d/setserial stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: 2345
-> Unit virtualbox.service:
Description: LSB: VirtualBox Linux kernel module
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
Name: virtualbox.service
Name: vboxdrv.service
Source Path: /etc/init.d/virtualbox
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: remote-fs.target
After: network.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: network.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/virtualbox.service
ControlGroup: name=systemd:/system/virtualbox.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: 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
SysV Init Script has LSB Header: yes
SysVEnabled: no
SysVStartPriority: 30
SysVRunLevels: 2345
-> Unit udftools.service:
Description: LSB: Set up packet writing devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: udftools.service
Source Path: /etc/init.d/udftools
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/udftools.service
ControlGroup: name=systemd:/system/udftools.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/udftools start
-> ExecStop:
Command Line: /etc/init.d/udftools stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 21
SysVRunLevels: 2345
-> Unit hddtemp.service:
Description: LSB: disk temperature monitoring daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: hddtemp.service
Source Path: /etc/init.d/hddtemp
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: network.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: network.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/hddtemp.service
ControlGroup: name=systemd:/system/hddtemp.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/hddtemp start
-> ExecStop:
Command Line: /etc/init.d/hddtemp stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit ipsec.service:
Description: LSB: Strongswan IPsec services
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ipsec.service
Source Path: /etc/init.d/ipsec
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: network.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: network.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ipsec.service
ControlGroup: name=systemd:/system/ipsec.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/ipsec start
-> ExecReload:
Command Line: /etc/init.d/ipsec reload
-> ExecStop:
Command Line: /etc/init.d/ipsec stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 21
SysVRunLevels: 2345
-> Unit smartmontools.service:
Description: LSB: SMART monitoring daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: smartmontools.service
Source Path: /etc/init.d/smartmontools
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: syslog.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: syslog.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/smartmontools.service
ControlGroup: name=systemd:/system/smartmontools.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/smartmontools start
-> ExecReload:
Command Line: /etc/init.d/smartmontools reload
-> ExecStop:
Command Line: /etc/init.d/smartmontools stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit network-manager.service:
Description: LSB: network connection manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 22:50:50 CET
Active Enter Timestamp: Fri 2014-01-10 22:50:50 CET
Active Exit Timestamp: Fri 2014-01-10 22:50:49 CET
Inactive Enter Timestamp: Fri 2014-01-10 22:50:50 CET
GC Check Good: yes
Need Daemon Reload: no
Name: network-manager.service
Source Path: /etc/init.d/network-manager
Condition Timestamp: Fri 2014-01-10 22:50:50 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: gdm3.service
Before: shutdown.target
Before: pulseaudio.service
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: dbus.service
After: systemd-udevd.service
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: dbus.service
References: systemd-udevd.service
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: gdm3.service
ReferencedBy: pulseaudio.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/network-manager.service
ControlGroup: name=systemd:/system/network-manager.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/network-manager start
PID: 10822
Start Timestamp: Fri 2014-01-10 22:50:50 CET
Exit Timestamp: Fri 2014-01-10 22:50:50 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/network-manager stop
PID: 10738
Start Timestamp: Fri 2014-01-10 22:50:49 CET
Exit Timestamp: Fri 2014-01-10 22:50:50 CET
Exit Code: exited
Exit Status: 0
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 23
SysVRunLevels: 2345
-> Unit gpm.service:
Description: LSB: gpm sysv init script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: gpm.service
Source Path: /etc/init.d/gpm
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/gpm.service
ControlGroup: name=systemd:/system/gpm.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/gpm start
-> ExecStop:
Command Line: /etc/init.d/gpm stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit ekeyd.service:
Description: LSB: Entropy Key Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ekeyd.service
Source Path: /etc/init.d/ekeyd
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: ekeyd-egd-linux.service
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: systemd-udevd.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: systemd-udevd.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: ekeyd-egd-linux.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ekeyd.service
ControlGroup: name=systemd:/system/ekeyd.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/ekeyd start
-> ExecStop:
Command Line: /etc/init.d/ekeyd stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit tor.service:
Description: LSB: Starts The Onion Router daemon processes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: tor.service
Source Path: /etc/init.d/tor
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: remote-fs.target
After: network.target
After: nss-lookup.target
After: time-sync.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: remote-fs.target
References: network.target
References: nss-lookup.target
References: time-sync.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/tor.service
ControlGroup: name=systemd:/system/tor.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/tor start
-> ExecReload:
Command Line: /etc/init.d/tor reload
-> ExecStop:
Command Line: /etc/init.d/tor stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit acpi-support.service:
Description: LSB: Start some power management scripts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: acpi-support.service
Source Path: /etc/init.d/acpi-support
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: remote-fs.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: remote-fs.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/acpi-support.service
ControlGroup: name=systemd:/system/acpi-support.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/acpi-support start
-> ExecStop:
Command Line: /etc/init.d/acpi-support stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit cups.service:
Description: LSB: CUPS Printing spooler and server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: cups.service
Source Path: /etc/init.d/cups
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: samba.service
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: syslog.target
After: remote-fs.target
After: network.target
After: avahi-daemon.service
After: slapd.service
After: nslcd.service
After: systemd-journald.socket
After: basic.target
References: syslog.target
References: remote-fs.target
References: network.target
References: avahi-daemon.service
References: slapd.service
References: nslcd.service
References: samba.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/cups.service
ControlGroup: name=systemd:/system/cups.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/cups start
-> ExecStop:
Command Line: /etc/init.d/cups stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit pcscd.service:
Description: PC/SC Smart Card 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
Name: pcscd.service
Fragment Path: /lib/systemd/system/pcscd.service
Requires: pcscd.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: pcscd.socket
After: systemd-journald.socket
After: basic.target
TriggeredBy: pcscd.socket
References: pcscd.socket
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: pcscd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/pcscd.service
ControlGroup: name=systemd:/system/pcscd.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/pcscd --foreground --auto-exit
-> ExecReload:
Command Line: /usr/sbin/pcscd --hotplug
-> Unit quotarpc.service:
Description: LSB: Starts rpc process for remote quota handling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: quotarpc.service
Source Path: /etc/init.d/quotarpc
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: quota.service
After: rpcbind.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: quota.service
References: rpcbind.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/quotarpc.service
ControlGroup: name=systemd:/system/quotarpc.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/quotarpc start
-> ExecStop:
Command Line: /etc/init.d/quotarpc stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit gdm3.service:
Description: LSB: GNOME Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: gdm3.service
Source Path: /etc/init.d/gdm3
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: console-screen.service
After: dbus.service
After: network-manager.service
After: local-fs.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: console-screen.service
References: dbus.service
References: network-manager.service
References: local-fs.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/gdm3.service
ControlGroup: name=systemd:/system/gdm3.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/gdm3 start
-> ExecReload:
Command Line: /etc/init.d/gdm3 reload
-> ExecStop:
Command Line: /etc/init.d/gdm3 stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: 2345
-> Unit speech-dispatcher.service:
Description: LSB: Speech Dispatcher
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: speech-dispatcher.service
Source Path: /etc/init.d/speech-dispatcher
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: festival.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: festival.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/speech-dispatcher.service
ControlGroup: name=systemd:/system/speech-dispatcher.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/speech-dispatcher start
-> ExecReload:
Command Line: /etc/init.d/speech-dispatcher reload
-> ExecStop:
Command Line: /etc/init.d/speech-dispatcher stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: atd.service
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/atd.service
ControlGroup: name=systemd:/system/atd.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
Main PID: 2114
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/atd -f
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2014-01-11 03:12:56 CET
Active Enter Timestamp: Sat 2014-01-11 03:12:56 CET
Active Exit Timestamp: Sat 2014-01-11 03:23:13 CET
Inactive Enter Timestamp: Sat 2014-01-11 03:23:13 CET
GC Check Good: no
Need Daemon Reload: no
Name: anacron.service
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true
Condition Timestamp: Sat 2014-01-11 03:12:56 CET
Condition Result: yes
Requires: basic.target
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
References: time-sync.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/anacron.service
ControlGroup: name=systemd:/system/anacron.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/anacron -dsq
PID: 8454
Start Timestamp: Sat 2014-01-11 03:12:56 CET
Exit Timestamp: Sat 2014-01-11 03:23:13 CET
Exit Code: exited
Exit Status: 0
-> Unit sensord.service:
Description: LSB: lm-sensors daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sensord.service
Source Path: /etc/init.d/sensord
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: lm-sensors.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: lm-sensors.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/sensord.service
ControlGroup: name=systemd:/system/sensord.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/sensord start
-> ExecStop:
Command Line: /etc/init.d/sensord stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit ntp.service:
Description: LSB: Start NTP daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ntp.service
Source Path: /etc/init.d/ntp
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: network.target
After: remote-fs.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: network.target
References: remote-fs.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ntp.service
ControlGroup: name=systemd:/system/ntp.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/ntp start
-> ExecStop:
Command Line: /etc/init.d/ntp stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dbus.service
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: gdm3.service
Before: network-manager.service
Before: libvirt-bin.service
Before: saned.service
After: dbus.socket
After: systemd-journald.socket
After: basic.target
TriggeredBy: dbus.socket
References: dbus.socket
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: dbus.socket
ReferencedBy: multi-user.target
ReferencedBy: gdm3.service
ReferencedBy: network-manager.service
ReferencedBy: libvirt-bin.service
ReferencedBy: saned.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/dbus.service
ControlGroup: name=systemd:/system/dbus.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
Main PID: 2185
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -900
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit cron.service:
Description: LSB: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: cron.service
Source Path: /etc/init.d/cron
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: time-sync.target
After: network.target
After: nss-lookup.target
After: slapd.service
After: autofs.service
After: ypbind.service
After: nscd.service
After: nslcd.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: time-sync.target
References: network.target
References: nss-lookup.target
References: slapd.service
References: autofs.service
References: ypbind.service
References: nscd.service
References: nslcd.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/cron.service
ControlGroup: name=systemd:/system/cron.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/cron start
-> ExecReload:
Command Line: /etc/init.d/cron reload
-> ExecStop:
Command Line: /etc/init.d/cron stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> 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: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: binfmt-support.service
Documentation: man:update-binfmts(8)
Fragment Path: /lib/systemd/system/binfmt-support.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/binfmt-support.service
ControlGroup: name=systemd:/system/binfmt-support.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/update-binfmts --enable
-> Unit cpufrequtils.service:
Description: LSB: set CPUFreq kernel parameters
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: cpufrequtils.service
Source Path: /etc/init.d/cpufrequtils
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: sysfsutils.service
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: loadcpufreq.service
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: loadcpufreq.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: sysfsutils.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/cpufrequtils.service
ControlGroup: name=systemd:/system/cpufrequtils.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/cpufrequtils start
-> ExecReload:
Command Line: /etc/init.d/cpufrequtils reload
-> ExecStop:
Command Line: /etc/init.d/cpufrequtils stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 23
SysVRunLevels: 2345
-> Unit mcelog.service:
Description: LSB: Machine Check Exceptions (MCE) collector & decoder
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: mcelog.service
Source Path: /etc/init.d/mcelog
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: syslog.target
After: local-fs.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: syslog.target
References: local-fs.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/mcelog.service
ControlGroup: name=systemd:/system/mcelog.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/mcelog start
-> ExecStop:
Command Line: /etc/init.d/mcelog stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit sysfsutils.service:
Description: LSB: Set sysfs variables from /etc/sysfs.conf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sysfsutils.service
Name: sysfsconf.service
Source Path: /etc/init.d/sysfsutils
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: mountkernfs.service
After: systemd-udevd.service
After: cpufrequtils.service
After: systemd-journald.socket
After: basic.target
After: systemd-modules-load.service
References: mountkernfs.service
References: systemd-udevd.service
References: cpufrequtils.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: systemd-modules-load.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/sysfsutils.service
ControlGroup: name=systemd:/system/sysfsutils.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/sysfsutils start
-> ExecStop:
Command Line: /etc/init.d/sysfsutils stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: 2345
-> Unit loadcpufreq.service:
Description: LSB: Load kernel modules needed to enable cpufreq scaling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: loadcpufreq.service
Source Path: /etc/init.d/loadcpufreq
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: cpufrequtils.service
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: cpufrequtils.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/loadcpufreq.service
ControlGroup: name=systemd:/system/loadcpufreq.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/loadcpufreq start
-> ExecStop:
Command Line: /etc/init.d/loadcpufreq stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: 2345
-> Unit acpi-fakekey.service:
Description: LSB: Start acpi_fakekey daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: acpi-fakekey.service
Source Path: /etc/init.d/acpi-fakekey
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/acpi-fakekey.service
ControlGroup: name=systemd:/system/acpi-fakekey.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/acpi-fakekey start
-> ExecStop:
Command Line: /etc/init.d/acpi-fakekey stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 21
SysVRunLevels: 2345
-> Unit ssh.service:
Description: LSB: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ssh.service
Name: sshd.service
Source Path: /etc/init.d/ssh
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: remote-fs.target
After: syslog.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: syslog.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ssh.service
ControlGroup: name=systemd:/system/ssh.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/ssh start
-> ExecReload:
Command Line: /etc/init.d/ssh reload
-> ExecStop:
Command Line: /etc/init.d/ssh stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
SysVRunLevels: 2345
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: acpid.service
Fragment Path: /lib/systemd/system/acpid.service
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: acpid.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: acpid.socket
After: basic.target
TriggeredBy: acpid.socket
References: acpid.socket
References: basic.target
References: shutdown.target
ReferencedBy: acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/acpid.service
ControlGroup: name=systemd:/system/acpid.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
Main PID: 2587
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/acpid
-> Unit hostname.service:
Description: hostname.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
Name: hostname.service
Fragment Path: /dev/null
Before: mdadm-raid.service
Before: motd.service
Before: bootlogs.service
ReferencedBy: mdadm-raid.service
ReferencedBy: motd.service
ReferencedBy: bootlogs.service
-> 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: Fri 2014-01-10 19:20:12 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: console-setup.service
Source Path: /etc/init.d/console-setup
Condition Timestamp: Fri 2014-01-10 19:20:12 CET
Condition Result: yes
WantedBy: sysinit.target
Before: sysinit.target
After: remote-fs.target
After: console-screen.service
After: kbd.service
After: systemd-journald.socket
References: remote-fs.target
References: console-screen.service
References: kbd.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/console-setup.service
ControlGroup: name=systemd:/system/console-setup.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/console-setup start
-> ExecReload:
Command Line: /etc/init.d/console-setup reload
-> ExecStop:
Command Line: /etc/init.d/console-setup stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 23
SysVRunLevels: S
-> Unit zfs-fuse.service:
Description: LSB: Daemon for ZFS support via FUSE
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: zfs-fuse.service
Source Path: /etc/init.d/zfs-fuse
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: remote-fs.target
After: systemd-journald.socket
References: remote-fs.target
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/zfs-fuse.service
ControlGroup: name=systemd:/system/zfs-fuse.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/zfs-fuse start
-> ExecStop:
Command Line: /etc/init.d/zfs-fuse stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: S
-> Unit ifscheme.service:
Description: LSB: Select default network scheme
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:13 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:13 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifscheme.service
Source Path: /etc/init.d/ifscheme
Condition Timestamp: Fri 2014-01-10 19:20:13 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: networking.service
After: systemd-journald.socket
References: networking.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifscheme.service
ControlGroup: name=systemd:/system/ifscheme.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/ifscheme start
-> ExecReload:
Command Line: /etc/init.d/ifscheme reload
-> ExecStop:
Command Line: /etc/init.d/ifscheme stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 18
SysVRunLevels: S
-> Unit checkfs.service:
Description: checkfs.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
Name: checkfs.service
Fragment Path: /dev/null
Before: etc-setserial.service
After: lvm2.service
After: mdadm-raid.service
ReferencedBy: lvm2.service
ReferencedBy: mdadm-raid.service
ReferencedBy: etc-setserial.service
-> Unit setkey.service:
Description: LSB: option to manually manipulate the IPsec SA/SP database
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:13 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: setkey.service
Source Path: /etc/init.d/setkey
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
References: remote-fs.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/setkey.service
ControlGroup: name=systemd:/system/setkey.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/setkey start
-> ExecStop:
Command Line: /etc/init.d/setkey stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: S
-> Unit keymap.service:
Description: LSB: Set keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: keymap.service
Source Path: /etc/init.d/keymap.sh
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: keyboard-setup.service
Before: sysinit.target
After: mountdevsubfs.service
After: systemd-journald.socket
References: mountdevsubfs.service
References: systemd-journald.socket
ReferencedBy: keyboard-setup.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/keymap.service
ControlGroup: name=systemd:/system/keymap.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/keymap.sh start
-> ExecReload:
Command Line: /etc/init.d/keymap.sh reload
-> ExecStop:
Command Line: /etc/init.d/keymap.sh stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 5
SysVRunLevels: S
-> Unit hdparm.service:
Description: LSB: Tune IDE hard disks
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: hdparm.service
Source Path: /etc/init.d/hdparm
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: sysinit.target
After: mountdevsubfs.service
After: systemd-udevd.service
After: systemd-journald.socket
References: mountdevsubfs.service
References: systemd-udevd.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/hdparm.service
ControlGroup: name=systemd:/system/hdparm.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/hdparm start
-> ExecReload:
Command Line: /etc/init.d/hdparm reload
-> ExecStop:
Command Line: /etc/init.d/hdparm stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 7
SysVRunLevels: S
-> Unit kbd.service:
Description: LSB: Prepare console
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: kbd.service
Source Path: /etc/init.d/kbd
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: console-setup.service
Before: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
References: remote-fs.target
References: systemd-journald.socket
ReferencedBy: console-setup.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/kbd.service
ControlGroup: name=systemd:/system/kbd.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kbd start
-> ExecStop:
Command Line: /etc/init.d/kbd stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 22
SysVRunLevels: S
-> Unit networking.service:
Description: LSB: Raise network interfaces.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:12 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: networking.service
Name: ifupdown.service
Source Path: /etc/init.d/networking
Condition Timestamp: Fri 2014-01-10 19:20:12 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: ifscheme.service
Before: sysinit.target
Before: shutdown.target
After: resolvconf.service
After: mountkernfs.service
After: local-fs.target
After: systemd-random-seed-load.service
After: systemd-journald.socket
References: mountkernfs.service
References: local-fs.target
References: systemd-random-seed-load.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: resolvconf.service
ReferencedBy: ifscheme.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/networking.service
ControlGroup: name=systemd:/system/networking.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/networking start
-> ExecReload:
Command Line: /etc/init.d/networking reload
-> ExecStop:
Command Line: /etc/init.d/networking stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 17
SysVRunLevels: S
-> Unit lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: lm-sensors.service
Fragment Path: /lib/systemd/system/lm-sensors.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: sensord.service
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: sensord.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/lm-sensors.service
ControlGroup: name=systemd:/system/lm-sensors.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/sensors -s
Command Line: /usr/bin/sensors
-> Unit quota.service:
Description: LSB: Enable user quota
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: quota.service
Source Path: /etc/init.d/quota
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: quotarpc.service
Before: sysinit.target
Before: shutdown.target
After: remote-fs.target
After: systemd-journald.socket
References: remote-fs.target
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: quotarpc.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/quota.service
ControlGroup: name=systemd:/system/quota.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/quota start
-> ExecStop:
Command Line: /etc/init.d/quota stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: S
-> Unit mountdevsubfs.service:
Description: mountdevsubfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: mountdevsubfs.service
Fragment Path: /dev/null
Before: lvm2.service
Before: hdparm.service
Before: keymap.service
ReferencedBy: lvm2.service
ReferencedBy: hdparm.service
ReferencedBy: keymap.service
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: mountkernfs.service
Fragment Path: /dev/null
Before: mdadm-raid.service
Before: keyboard-setup.service
Before: qemu-system-x86.service
Before: iptables-persistent.service
Before: networking.service
Before: sysfsutils.service
ReferencedBy: mdadm-raid.service
ReferencedBy: keyboard-setup.service
ReferencedBy: qemu-system-x86.service
ReferencedBy: iptables-persistent.service
ReferencedBy: networking.service
ReferencedBy: sysfsutils.service
-> Unit mountall.service:
Description: mountall.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
Name: mountall.service
Fragment Path: /dev/null
After: lvm2.service
After: mdadm-raid.service
ReferencedBy: lvm2.service
ReferencedBy: mdadm-raid.service
-> Unit iptables-persistent.service:
Description: LSB: Set up iptables rules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: iptables-persistent.service
Source Path: /etc/init.d/iptables-persistent
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: network.target
Before: fail2ban.service
Before: sysinit.target
After: mountkernfs.service
After: local-fs.target
After: systemd-journald.socket
References: mountkernfs.service
References: local-fs.target
References: network.target
References: systemd-journald.socket
ReferencedBy: fail2ban.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/iptables-persistent.service
ControlGroup: name=systemd:/system/iptables-persistent.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/iptables-persistent start
-> ExecReload:
Command Line: /etc/init.d/iptables-persistent reload
-> ExecStop:
Command Line: /etc/init.d/iptables-persistent stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 16
SysVRunLevels: S
-> Unit qemu-system-x86.service:
Description: LSB: QEMU KVM module loading script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: qemu-system-x86.service
Source Path: /etc/init.d/qemu-system-x86
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: sysinit.target
After: mountkernfs.service
After: devfsd.service
After: systemd-journald.socket
After: systemd-udevd.service
References: mountkernfs.service
References: devfsd.service
References: systemd-journald.socket
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/qemu-system-x86.service
ControlGroup: name=systemd:/system/qemu-system-x86.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/qemu-system-x86 start
-> ExecStop:
Command Line: /etc/init.d/qemu-system-x86 stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 3
SysVRunLevels: S
-> Unit cryptdisks-early.service:
Description: cryptdisks-early.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
Name: cryptdisks-early.service
Fragment Path: /dev/null
Before: lvm2.service
ReferencedBy: lvm2.service
-> Unit resolvconf.service:
Description: LSB: Nameserver information manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: resolvconf.service
Source Path: /etc/init.d/resolvconf
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: networking.service
Before: sysinit.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
References: local-fs.target
References: networking.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/resolvconf.service
ControlGroup: name=systemd:/system/resolvconf.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/resolvconf start
-> ExecReload:
Command Line: /etc/init.d/resolvconf reload
-> ExecStop:
Command Line: /etc/init.d/resolvconf stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 16
SysVRunLevels: S
-> Unit pppd-dns.service:
Description: LSB: Restore resolv.conf if the system crashed.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: pppd-dns.service
Source Path: /etc/init.d/pppd-dns
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: sysinit.target
After: local-fs.target
After: systemd-journald.socket
References: local-fs.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/pppd-dns.service
ControlGroup: name=systemd:/system/pppd-dns.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/pppd-dns start
-> ExecStop:
Command Line: /etc/init.d/pppd-dns stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 16
SysVRunLevels: S
-> Unit keyboard-setup.service:
Description: LSB: Set preliminary keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: keyboard-setup.service
Source Path: /etc/init.d/keyboard-setup
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: systemd-remount-fs.service
Before: sysinit.target
After: mountkernfs.service
After: keymap.service
After: systemd-journald.socket
After: systemd-udevd.service
References: mountkernfs.service
References: keymap.service
References: systemd-journald.socket
References: systemd-udevd.service
References: systemd-remount-fs.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/keyboard-setup.service
ControlGroup: name=systemd:/system/keyboard-setup.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/keyboard-setup start
-> ExecReload:
Command Line: /etc/init.d/keyboard-setup reload
-> ExecStop:
Command Line: /etc/init.d/keyboard-setup stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 6
SysVRunLevels: S
-> Unit mdadm-raid.service:
Description: LSB: MD array assembly
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: mdadm-raid.service
Source Path: /etc/init.d/mdadm-raid
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: lvm2.service
Before: checkfs.service
Before: mountall.service
Before: mdadm.service
Before: sysinit.target
Before: shutdown.target
After: mountkernfs.service
After: hostname.service
After: multipath-tools-boot.service
After: systemd-journald.socket
After: systemd-udevd.service
References: mountkernfs.service
References: hostname.service
References: multipath-tools-boot.service
References: checkfs.service
References: mountall.service
References: systemd-journald.socket
References: systemd-udevd.service
References: shutdown.target
ReferencedBy: lvm2.service
ReferencedBy: mdadm.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/mdadm-raid.service
ControlGroup: name=systemd:/system/mdadm-raid.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/mdadm-raid start
-> ExecStop:
Command Line: /etc/init.d/mdadm-raid stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 9
SysVRunLevels: S
-> Unit screen-cleanup.service:
Description: LSB: screen sessions cleaning
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:12 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: screen-cleanup.service
Source Path: /etc/init.d/screen-cleanup
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
References: remote-fs.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/screen-cleanup.service
ControlGroup: name=systemd:/system/screen-cleanup.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/screen-cleanup start
-> ExecStop:
Command Line: /etc/init.d/screen-cleanup stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 24
SysVRunLevels: S
-> Unit lvm2.service:
Description: lvm2.service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: lvm2.service
Name: lvm.service
Source Path: /etc/init.d/lvm2
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: checkfs.service
Before: mountall.service
Before: sysinit.target
After: mountdevsubfs.service
After: mdadm-raid.service
After: cryptdisks-early.service
After: multipath-tools-boot.service
After: systemd-journald.socket
After: systemd-udevd.service
References: mountdevsubfs.service
References: mdadm-raid.service
References: cryptdisks-early.service
References: multipath-tools-boot.service
References: checkfs.service
References: mountall.service
References: systemd-journald.socket
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/lvm2.service
ControlGroup: name=systemd:/system/lvm2.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/lvm2 start
-> ExecStop:
Command Line: /etc/init.d/lvm2 stop
SysV Init Script has LSB Header: yes
SysVEnabled: yes
SysVStartPriority: 11
SysVRunLevels: S
-> Unit sendsigs.service:
Description: LSB: Kill all remaining processes.
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
Name: sendsigs.service
Source Path: /etc/init.d/sendsigs
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/sendsigs.service
ControlGroup: name=systemd:/system/sendsigs.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/sendsigs start
-> ExecStop:
Command Line: /etc/init.d/sendsigs stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit umountnfs.service:
Description: LSB: Unmount all network filesystems except the root fs.
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
Name: umountnfs.service
Source Path: /etc/init.d/umountnfs.sh
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/umountnfs.service
ControlGroup: name=systemd:/system/umountnfs.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/umountnfs.sh start
-> ExecStop:
Command Line: /etc/init.d/umountnfs.sh stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit umountroot.service:
Description: LSB: Mount the root filesystem read-only.
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
Name: umountroot.service
Source Path: /etc/init.d/umountroot
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/umountroot.service
ControlGroup: name=systemd:/system/umountroot.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/umountroot start
-> ExecStop:
Command Line: /etc/init.d/umountroot stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit umountfs.service:
Description: LSB: Turn off swap and unmount all local file systems.
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: umountfs.service
Source Path: /etc/init.d/umountfs
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/umountfs.service
ControlGroup: name=systemd:/system/umountfs.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/umountfs start
-> ExecStop:
Command Line: /etc/init.d/umountfs stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit halt.service:
Description: LSB: Execute the halt command.
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
Name: halt.service
Source Path: /etc/init.d/halt
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/halt.service
ControlGroup: name=systemd:/system/halt.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/halt start
-> ExecStop:
Command Line: /etc/init.d/halt stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit mdadm-waitidle.service:
Description: LSB: Wait for MD arrays to become idle
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
Name: mdadm-waitidle.service
Source Path: /etc/init.d/mdadm-waitidle
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/mdadm-waitidle.service
ControlGroup: name=systemd:/system/mdadm-waitidle.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/mdadm-waitidle start
-> ExecStop:
Command Line: /etc/init.d/mdadm-waitidle stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit kexec.service:
Description: LSB: Execute the kexec -e command to reboot 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: yes
Need Daemon Reload: no
Name: kexec.service
Source Path: /etc/init.d/kexec
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/kexec.service
ControlGroup: name=systemd:/system/kexec.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kexec start
-> ExecStop:
Command Line: /etc/init.d/kexec stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit kexec-load.service:
Description: LSB: Load kernel image with kexec
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
Name: kexec-load.service
Source Path: /etc/init.d/kexec-load
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/kexec-load.service
ControlGroup: name=systemd:/system/kexec-load.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kexec-load start
-> ExecStop:
Command Line: /etc/init.d/kexec-load stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit reboot.service:
Description: LSB: Execute the reboot command.
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
Name: reboot.service
Source Path: /etc/init.d/reboot
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/reboot.service
ControlGroup: name=systemd:/system/reboot.service
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/reboot start
-> ExecStop:
Command Line: /etc/init.d/reboot stop
SysV Init Script has LSB Header: yes
SysVEnabled: no
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
RequiredBy: systemd-journald.service
WantedBy: sockets.target
Before: reboot.service
Before: systemd-random-seed-save.service
Before: systemd-random-seed-load.service
Before: dev-mqueue.mount
Before: systemd-modules-load.service
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-hugepages.mount
Before: systemd-sysctl.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup-dev.service
Before: sys-kernel-config.mount
Before: sys-kernel-debug.mount
Before: sys-fs-fuse-connections.mount
Before: debian-fixup.service
Before: systemd-tmpfiles-setup.service
Before: systemd-journal-flush.service
Before: systemd-user-sessions.service
Before: systemd-journald.service
Before: systemd-initctl.service
Before: systemd-shutdownd.service
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
Before: systemd-cryptsetup at root.service
Before: systemd-ask-password-console.service
Before: systemd-fsck-root.service
Before: run-user.mount
Before: run-lock.mount
Before: systemd-readahead-done.service
Before: accounts-daemon.service
Before: systemd-logind.service
Before: getty at tty1.service
Before: systemd-ask-password-wall.service
Before: rc-local.service
Before: virtlockd.service
Before: systemd-remount-fs.service
Before: alsa-store.service
Before: systemd-update-utmp-shutdown.service
Before: systemd-update-utmp-runlevel.service
Before: alsa-state.service
Before: alsa-restore.service
Before: console-kit-log-system-start.service
Before: systemd-tmpfiles-clean.service
Before: sockets.target
Before: syslog.target
Before: kexec-load.service
Before: kexec.service
Before: mdadm-waitidle.service
Before: halt.service
Before: umountfs.service
Before: umountroot.service
Before: umountnfs.service
Before: sendsigs.service
Before: lvm2.service
Before: screen-cleanup.service
Before: mdadm-raid.service
Before: keyboard-setup.service
Before: pppd-dns.service
Before: resolvconf.service
Before: qemu-system-x86.service
Before: iptables-persistent.service
Before: quota.service
Before: lm-sensors.service
Before: networking.service
Before: kbd.service
Before: hdparm.service
Before: keymap.service
Before: setkey.service
Before: ifscheme.service
Before: zfs-fuse.service
Before: console-setup.service
Before: ssh.service
Before: acpi-fakekey.service
Before: loadcpufreq.service
Before: sysfsutils.service
Before: mcelog.service
Before: cpufrequtils.service
Before: binfmt-support.service
Before: cron.service
Before: dbus.service
Before: ntp.service
Before: sensord.service
Before: anacron.service
Before: atd.service
Before: speech-dispatcher.service
Before: gdm3.service
Before: quotarpc.service
Before: pcscd.service
Before: cups.service
Before: acpi-support.service
Before: tor.service
Before: ekeyd.service
Before: gpm.service
Before: network-manager.service
Before: smartmontools.service
Before: ipsec.service
Before: hddtemp.service
Before: udftools.service
Before: virtualbox.service
Before: setserial.service
Before: postfix.service
Before: libvirt-bin.service
Before: acct.service
Before: haveged.service
Before: openafs-client.service
Before: mdadm.service
Before: irda-utils.service
Before: nfs-common.service
Before: libvirt-guests.service
Before: irqbalance.service
Before: motd.service
Before: fail2ban.service
Before: bootlogs.service
Before: privoxy.service
Before: saned.service
Before: ekeyd-egd-linux.service
Before: etc-setserial.service
Before: edac.service
Before: rpcbind.service
Before: pulseaudio.service
Before: polkitd.service
Before: colord.service
Before: ifup at wlan0.service
Before: wpa_supplicant.service
Before: ifup at eth0.service
Before: console-kit-daemon.service
Before: upower.service
Before: udisks2.service
Before: getty at tty2.service
Before: ifup at virbr1.service
Before: ifup at virbr1-nic.service
Before: ifup at virbr2.service
Before: ifup at virbr2-nic.service
Before: ifup at vnet0.service
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: syslog.target
References: systemd-journald.service
References: -.mount
ReferencedBy: reboot.service
ReferencedBy: systemd-random-seed-save.service
ReferencedBy: systemd-random-seed-load.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-modules-load.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-shutdownd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-cryptsetup at root.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: run-user.mount
ReferencedBy: run-lock.mount
ReferencedBy: systemd-readahead-done.service
ReferencedBy: accounts-daemon.service
ReferencedBy: systemd-logind.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: rc-local.service
ReferencedBy: virtlockd.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: alsa-store.service
ReferencedBy: systemd-update-utmp-shutdown.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: alsa-state.service
ReferencedBy: alsa-restore.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: kexec-load.service
ReferencedBy: kexec.service
ReferencedBy: mdadm-waitidle.service
ReferencedBy: halt.service
ReferencedBy: umountfs.service
ReferencedBy: umountroot.service
ReferencedBy: umountnfs.service
ReferencedBy: sendsigs.service
ReferencedBy: lvm2.service
ReferencedBy: screen-cleanup.service
ReferencedBy: mdadm-raid.service
ReferencedBy: keyboard-setup.service
ReferencedBy: pppd-dns.service
ReferencedBy: resolvconf.service
ReferencedBy: qemu-system-x86.service
ReferencedBy: iptables-persistent.service
ReferencedBy: quota.service
ReferencedBy: lm-sensors.service
ReferencedBy: networking.service
ReferencedBy: kbd.service
ReferencedBy: hdparm.service
ReferencedBy: keymap.service
ReferencedBy: setkey.service
ReferencedBy: ifscheme.service
ReferencedBy: zfs-fuse.service
ReferencedBy: console-setup.service
ReferencedBy: ssh.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: loadcpufreq.service
ReferencedBy: sysfsutils.service
ReferencedBy: mcelog.service
ReferencedBy: cpufrequtils.service
ReferencedBy: binfmt-support.service
ReferencedBy: cron.service
ReferencedBy: dbus.service
ReferencedBy: ntp.service
ReferencedBy: sensord.service
ReferencedBy: anacron.service
ReferencedBy: atd.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: gdm3.service
ReferencedBy: quotarpc.service
ReferencedBy: pcscd.service
ReferencedBy: cups.service
ReferencedBy: acpi-support.service
ReferencedBy: tor.service
ReferencedBy: ekeyd.service
ReferencedBy: gpm.service
ReferencedBy: network-manager.service
ReferencedBy: smartmontools.service
ReferencedBy: ipsec.service
ReferencedBy: hddtemp.service
ReferencedBy: udftools.service
ReferencedBy: virtualbox.service
ReferencedBy: setserial.service
ReferencedBy: postfix.service
ReferencedBy: libvirt-bin.service
ReferencedBy: acct.service
ReferencedBy: haveged.service
ReferencedBy: openafs-client.service
ReferencedBy: mdadm.service
ReferencedBy: irda-utils.service
ReferencedBy: nfs-common.service
ReferencedBy: libvirt-guests.service
ReferencedBy: irqbalance.service
ReferencedBy: motd.service
ReferencedBy: fail2ban.service
ReferencedBy: bootlogs.service
ReferencedBy: privoxy.service
ReferencedBy: saned.service
ReferencedBy: ekeyd-egd-linux.service
ReferencedBy: etc-setserial.service
ReferencedBy: edac.service
ReferencedBy: rpcbind.service
ReferencedBy: pulseaudio.service
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: ifup at wlan0.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: ifup at eth0.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: upower.service
ReferencedBy: udisks2.service
ReferencedBy: getty at tty2.service
ReferencedBy: ifup at virbr1.service
ReferencedBy: ifup at virbr1-nic.service
ReferencedBy: ifup at virbr2.service
ReferencedBy: ifup at virbr2-nic.service
ReferencedBy: ifup at vnet0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-journald.socket
ControlGroup: name=systemd:/system/systemd-journald.socket
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
ListenDatagram: /dev/log
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: basic.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: sysinit.target
Wants: sockets.target
Wants: timers.target
Wants: paths.target
Wants: console-kit-log-system-start.service
Wants: alsa-restore.service
Wants: alsa-state.service
RequiredBy: reboot.service
RequiredBy: systemd-user-sessions.service
RequiredBy: rsyslog.service
RequiredBy: accounts-daemon.service
RequiredBy: multi-user.target
RequiredBy: systemd-logind.service
RequiredBy: getty at tty1.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: rc-local.service
RequiredBy: virtlockd.service
RequiredBy: kexec-load.service
RequiredBy: kexec.service
RequiredBy: mdadm-waitidle.service
RequiredBy: halt.service
RequiredBy: umountfs.service
RequiredBy: umountroot.service
RequiredBy: umountnfs.service
RequiredBy: sendsigs.service
RequiredBy: lm-sensors.service
RequiredBy: acpid.service
RequiredBy: ssh.service
RequiredBy: acpi-fakekey.service
RequiredBy: loadcpufreq.service
RequiredBy: sysfsutils.service
RequiredBy: mcelog.service
RequiredBy: cpufrequtils.service
RequiredBy: binfmt-support.service
RequiredBy: cron.service
RequiredBy: dbus.service
RequiredBy: ntp.service
RequiredBy: sensord.service
RequiredBy: anacron.service
RequiredBy: atd.service
RequiredBy: speech-dispatcher.service
RequiredBy: gdm3.service
RequiredBy: quotarpc.service
RequiredBy: pcscd.service
RequiredBy: cups.service
RequiredBy: acpi-support.service
RequiredBy: tor.service
RequiredBy: ekeyd.service
RequiredBy: gpm.service
RequiredBy: network-manager.service
RequiredBy: smartmontools.service
RequiredBy: ipsec.service
RequiredBy: hddtemp.service
RequiredBy: udftools.service
RequiredBy: virtualbox.service
RequiredBy: setserial.service
RequiredBy: postfix.service
RequiredBy: libvirt-bin.service
RequiredBy: acct.service
RequiredBy: haveged.service
RequiredBy: openafs-client.service
RequiredBy: mdadm.service
RequiredBy: irda-utils.service
RequiredBy: libvirt-guests.service
RequiredBy: irqbalance.service
RequiredBy: motd.service
RequiredBy: fail2ban.service
RequiredBy: bootlogs.service
RequiredBy: privoxy.service
RequiredBy: saned.service
RequiredBy: ekeyd-egd-linux.service
RequiredBy: edac.service
RequiredBy: pulseaudio.service
RequiredBy: polkitd.service
RequiredBy: colord.service
RequiredBy: ifup at wlan0.service
RequiredBy: wpa_supplicant.service
RequiredBy: ifup at eth0.service
RequiredBy: console-kit-daemon.service
RequiredBy: upower.service
RequiredBy: udisks2.service
RequiredBy: getty at tty2.service
RequiredBy: ifup at virbr1.service
RequiredBy: ifup at virbr1-nic.service
RequiredBy: ifup at virbr2.service
RequiredBy: ifup at virbr2-nic.service
RequiredBy: ifup at vnet0.service
Conflicts: shutdown.target
Before: reboot.service
Before: systemd-user-sessions.service
Before: rsyslog.service
Before: accounts-daemon.service
Before: multi-user.target
Before: systemd-logind.service
Before: getty at tty1.service
Before: systemd-ask-password-wall.service
Before: rc-local.service
Before: virtlockd.service
Before: kexec-load.service
Before: kexec.service
Before: mdadm-waitidle.service
Before: halt.service
Before: umountfs.service
Before: umountroot.service
Before: umountnfs.service
Before: sendsigs.service
Before: lm-sensors.service
Before: acpid.service
Before: ssh.service
Before: acpi-fakekey.service
Before: loadcpufreq.service
Before: sysfsutils.service
Before: mcelog.service
Before: cpufrequtils.service
Before: binfmt-support.service
Before: cron.service
Before: dbus.service
Before: ntp.service
Before: sensord.service
Before: anacron.service
Before: atd.service
Before: speech-dispatcher.service
Before: gdm3.service
Before: quotarpc.service
Before: pcscd.service
Before: cups.service
Before: acpi-support.service
Before: tor.service
Before: ekeyd.service
Before: gpm.service
Before: network-manager.service
Before: smartmontools.service
Before: ipsec.service
Before: hddtemp.service
Before: udftools.service
Before: virtualbox.service
Before: setserial.service
Before: postfix.service
Before: libvirt-bin.service
Before: acct.service
Before: haveged.service
Before: openafs-client.service
Before: mdadm.service
Before: irda-utils.service
Before: libvirt-guests.service
Before: irqbalance.service
Before: motd.service
Before: fail2ban.service
Before: bootlogs.service
Before: privoxy.service
Before: saned.service
Before: ekeyd-egd-linux.service
Before: edac.service
Before: pulseaudio.service
Before: polkitd.service
Before: colord.service
Before: ifup at wlan0.service
Before: wpa_supplicant.service
Before: ifup at eth0.service
Before: console-kit-daemon.service
Before: upower.service
Before: udisks2.service
Before: getty at tty2.service
Before: ifup at virbr1.service
Before: ifup at virbr1-nic.service
Before: ifup at virbr2.service
Before: ifup at virbr2-nic.service
Before: ifup at vnet0.service
After: sysinit.target
After: sockets.target
After: timers.target
After: paths.target
References: sysinit.target
References: sockets.target
References: timers.target
References: paths.target
References: console-kit-log-system-start.service
References: alsa-restore.service
References: alsa-state.service
References: shutdown.target
ReferencedBy: reboot.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: rsyslog.service
ReferencedBy: accounts-daemon.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-logind.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: rc-local.service
ReferencedBy: virtlockd.service
ReferencedBy: kexec-load.service
ReferencedBy: kexec.service
ReferencedBy: mdadm-waitidle.service
ReferencedBy: halt.service
ReferencedBy: umountfs.service
ReferencedBy: umountroot.service
ReferencedBy: umountnfs.service
ReferencedBy: sendsigs.service
ReferencedBy: lm-sensors.service
ReferencedBy: acpid.service
ReferencedBy: ssh.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: loadcpufreq.service
ReferencedBy: sysfsutils.service
ReferencedBy: mcelog.service
ReferencedBy: cpufrequtils.service
ReferencedBy: binfmt-support.service
ReferencedBy: cron.service
ReferencedBy: dbus.service
ReferencedBy: ntp.service
ReferencedBy: sensord.service
ReferencedBy: anacron.service
ReferencedBy: atd.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: gdm3.service
ReferencedBy: quotarpc.service
ReferencedBy: pcscd.service
ReferencedBy: cups.service
ReferencedBy: acpi-support.service
ReferencedBy: tor.service
ReferencedBy: ekeyd.service
ReferencedBy: gpm.service
ReferencedBy: network-manager.service
ReferencedBy: smartmontools.service
ReferencedBy: ipsec.service
ReferencedBy: hddtemp.service
ReferencedBy: udftools.service
ReferencedBy: virtualbox.service
ReferencedBy: setserial.service
ReferencedBy: postfix.service
ReferencedBy: libvirt-bin.service
ReferencedBy: acct.service
ReferencedBy: haveged.service
ReferencedBy: openafs-client.service
ReferencedBy: mdadm.service
ReferencedBy: irda-utils.service
ReferencedBy: libvirt-guests.service
ReferencedBy: irqbalance.service
ReferencedBy: motd.service
ReferencedBy: fail2ban.service
ReferencedBy: bootlogs.service
ReferencedBy: privoxy.service
ReferencedBy: saned.service
ReferencedBy: ekeyd-egd-linux.service
ReferencedBy: edac.service
ReferencedBy: pulseaudio.service
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: ifup at wlan0.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: ifup at eth0.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: upower.service
ReferencedBy: udisks2.service
ReferencedBy: getty at tty2.service
ReferencedBy: ifup at virbr1.service
ReferencedBy: ifup at virbr1-nic.service
ReferencedBy: ifup at virbr2.service
ReferencedBy: ifup at virbr2-nic.service
ReferencedBy: ifup at vnet0.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
Wants: systemd-update-utmp-shutdown.service
Wants: alsa-store.service
Wants: systemd-random-seed-save.service
ConflictedBy: reboot.service
ConflictedBy: sysinit.target
ConflictedBy: systemd-modules-load.service
ConflictedBy: systemd-sysctl.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: systemd-user-sessions.service
ConflictedBy: remote-fs.target
ConflictedBy: remote-fs-pre.target
ConflictedBy: syslog.socket
ConflictedBy: rsyslog.service
ConflictedBy: sockets.target
ConflictedBy: dbus.socket
ConflictedBy: pcscd.socket
ConflictedBy: acpid.socket
ConflictedBy: local-fs-pre.target
ConflictedBy: cryptsetup.target
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: paths.target
ConflictedBy: swap.target
ConflictedBy: local-fs.target
ConflictedBy: emergency.target
ConflictedBy: emergency.service
ConflictedBy: systemd-readahead-replay.service
ConflictedBy: systemd-readahead-collect.service
ConflictedBy: systemd-readahead-done.timer
ConflictedBy: systemd-readahead-done.service
ConflictedBy: graphical.target
ConflictedBy: accounts-daemon.service
ConflictedBy: rescue.target
ConflictedBy: rescue.service
ConflictedBy: multi-user.target
ConflictedBy: systemd-logind.service
ConflictedBy: nss-user-lookup.target
ConflictedBy: getty.target
ConflictedBy: getty at tty1.service
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: rc-local.service
ConflictedBy: network.target
ConflictedBy: virtlockd.socket
ConflictedBy: virtlockd.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: basic.target
ConflictedBy: alsa-state.service
ConflictedBy: alsa-restore.service
ConflictedBy: timers.target
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: kexec-load.service
ConflictedBy: kexec.service
ConflictedBy: mdadm-waitidle.service
ConflictedBy: halt.service
ConflictedBy: umountfs.service
ConflictedBy: umountroot.service
ConflictedBy: umountnfs.service
ConflictedBy: sendsigs.service
ConflictedBy: lm-sensors.service
ConflictedBy: acpid.service
ConflictedBy: ssh.service
ConflictedBy: acpi-fakekey.service
ConflictedBy: loadcpufreq.service
ConflictedBy: sysfsutils.service
ConflictedBy: mcelog.service
ConflictedBy: cpufrequtils.service
ConflictedBy: binfmt-support.service
ConflictedBy: cron.service
ConflictedBy: nss-lookup.target
ConflictedBy: time-sync.target
ConflictedBy: dbus.service
ConflictedBy: ntp.service
ConflictedBy: sensord.service
ConflictedBy: anacron.service
ConflictedBy: atd.service
ConflictedBy: speech-dispatcher.service
ConflictedBy: gdm3.service
ConflictedBy: quotarpc.service
ConflictedBy: pcscd.service
ConflictedBy: cups.service
ConflictedBy: acpi-support.service
ConflictedBy: tor.service
ConflictedBy: ekeyd.service
ConflictedBy: gpm.service
ConflictedBy: network-manager.service
ConflictedBy: smartmontools.service
ConflictedBy: ipsec.service
ConflictedBy: hddtemp.service
ConflictedBy: udftools.service
ConflictedBy: virtualbox.service
ConflictedBy: setserial.service
ConflictedBy: postfix.service
ConflictedBy: libvirt-bin.service
ConflictedBy: acct.service
ConflictedBy: haveged.service
ConflictedBy: openafs-client.service
ConflictedBy: mdadm.service
ConflictedBy: irda-utils.service
ConflictedBy: libvirt-guests.service
ConflictedBy: irqbalance.service
ConflictedBy: motd.service
ConflictedBy: fail2ban.service
ConflictedBy: bootlogs.service
ConflictedBy: privoxy.service
ConflictedBy: saned.service
ConflictedBy: ekeyd-egd-linux.service
ConflictedBy: edac.service
ConflictedBy: pulseaudio.service
ConflictedBy: rpcbind.service
ConflictedBy: etc-setserial.service
ConflictedBy: zfs-fuse.service
ConflictedBy: nfs-common.service
ConflictedBy: mdadm-raid.service
ConflictedBy: ifscheme.service
ConflictedBy: resolvconf.service
ConflictedBy: networking.service
ConflictedBy: quota.service
ConflictedBy: bluetooth.target
ConflictedBy: sound.target
ConflictedBy: printer.target
ConflictedBy: polkitd.service
ConflictedBy: colord.service
ConflictedBy: ifup at wlan0.service
ConflictedBy: wpa_supplicant.service
ConflictedBy: ifup at eth0.service
ConflictedBy: console-kit-daemon.service
ConflictedBy: upower.service
ConflictedBy: udisks2.service
ConflictedBy: getty at tty2.service
ConflictedBy: ifup at virbr1.service
ConflictedBy: ifup at virbr1-nic.service
ConflictedBy: ifup at virbr2.service
ConflictedBy: ifup at virbr2-nic.service
ConflictedBy: ifup at vnet0.service
Before: final.target
After: reboot.service
After: systemd-modules-load.service
After: systemd-sysctl.service
After: systemd-binfmt.service
After: systemd-tmpfiles-setup.service
After: systemd-user-sessions.service
After: syslog.socket
After: rsyslog.service
After: dbus.socket
After: pcscd.socket
After: acpid.socket
After: systemd-ask-password-console.path
After: systemd-ask-password-console.service
After: systemd-fsck-root.service
After: emergency.service
After: systemd-readahead-replay.service
After: systemd-readahead-collect.service
After: systemd-readahead-done.timer
After: systemd-readahead-done.service
After: accounts-daemon.service
After: rescue.service
After: systemd-logind.service
After: getty at tty1.service
After: systemd-ask-password-wall.path
After: systemd-ask-password-wall.service
After: rc-local.service
After: virtlockd.socket
After: virtlockd.service
After: systemd-remount-fs.service
After: alsa-store.service
After: alsa-state.service
After: alsa-restore.service
After: console-kit-log-system-start.service
After: systemd-tmpfiles-clean.timer
After: systemd-tmpfiles-clean.service
After: kexec-load.service
After: kexec.service
After: mdadm-waitidle.service
After: halt.service
After: umountfs.service
After: umountroot.service
After: umountnfs.service
After: sendsigs.service
After: lm-sensors.service
After: acpid.service
After: ssh.service
After: acpi-fakekey.service
After: loadcpufreq.service
After: sysfsutils.service
After: mcelog.service
After: cpufrequtils.service
After: binfmt-support.service
After: cron.service
After: dbus.service
After: ntp.service
After: sensord.service
After: anacron.service
After: atd.service
After: speech-dispatcher.service
After: gdm3.service
After: quotarpc.service
After: pcscd.service
After: cups.service
After: acpi-support.service
After: tor.service
After: ekeyd.service
After: gpm.service
After: network-manager.service
After: smartmontools.service
After: ipsec.service
After: hddtemp.service
After: udftools.service
After: virtualbox.service
After: setserial.service
After: postfix.service
After: libvirt-bin.service
After: acct.service
After: haveged.service
After: openafs-client.service
After: mdadm.service
After: irda-utils.service
After: libvirt-guests.service
After: irqbalance.service
After: motd.service
After: fail2ban.service
After: bootlogs.service
After: privoxy.service
After: saned.service
After: ekeyd-egd-linux.service
After: edac.service
After: pulseaudio.service
After: rpcbind.service
After: etc-setserial.service
After: zfs-fuse.service
After: nfs-common.service
After: mdadm-raid.service
After: ifscheme.service
After: resolvconf.service
After: networking.service
After: quota.service
After: polkitd.service
After: colord.service
After: ifup at wlan0.service
After: wpa_supplicant.service
After: ifup at eth0.service
After: console-kit-daemon.service
After: upower.service
After: udisks2.service
After: getty at tty2.service
After: ifup at virbr1.service
After: ifup at virbr1-nic.service
After: ifup at virbr2.service
After: ifup at virbr2-nic.service
After: ifup at vnet0.service
References: systemd-update-utmp-shutdown.service
References: alsa-store.service
References: systemd-random-seed-save.service
ReferencedBy: reboot.service
ReferencedBy: final.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: remote-fs.target
ReferencedBy: remote-fs-pre.target
ReferencedBy: syslog.socket
ReferencedBy: rsyslog.service
ReferencedBy: sockets.target
ReferencedBy: dbus.socket
ReferencedBy: pcscd.socket
ReferencedBy: acpid.socket
ReferencedBy: local-fs-pre.target
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: paths.target
ReferencedBy: swap.target
ReferencedBy: local-fs.target
ReferencedBy: systemd-fsck-root.service
ReferencedBy: emergency.target
ReferencedBy: emergency.service
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: systemd-readahead-done.timer
ReferencedBy: systemd-readahead-done.service
ReferencedBy: graphical.target
ReferencedBy: accounts-daemon.service
ReferencedBy: rescue.target
ReferencedBy: rescue.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-logind.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: getty.target
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: rc-local.service
ReferencedBy: network.target
ReferencedBy: virtlockd.socket
ReferencedBy: virtlockd.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: alsa-store.service
ReferencedBy: basic.target
ReferencedBy: alsa-state.service
ReferencedBy: alsa-restore.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: timers.target
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: kexec-load.service
ReferencedBy: kexec.service
ReferencedBy: mdadm-waitidle.service
ReferencedBy: halt.service
ReferencedBy: umountfs.service
ReferencedBy: umountroot.service
ReferencedBy: umountnfs.service
ReferencedBy: sendsigs.service
ReferencedBy: lm-sensors.service
ReferencedBy: acpid.service
ReferencedBy: ssh.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: loadcpufreq.service
ReferencedBy: sysfsutils.service
ReferencedBy: mcelog.service
ReferencedBy: cpufrequtils.service
ReferencedBy: binfmt-support.service
ReferencedBy: cron.service
ReferencedBy: nss-lookup.target
ReferencedBy: time-sync.target
ReferencedBy: dbus.service
ReferencedBy: ntp.service
ReferencedBy: sensord.service
ReferencedBy: anacron.service
ReferencedBy: atd.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: gdm3.service
ReferencedBy: quotarpc.service
ReferencedBy: pcscd.service
ReferencedBy: cups.service
ReferencedBy: acpi-support.service
ReferencedBy: tor.service
ReferencedBy: ekeyd.service
ReferencedBy: gpm.service
ReferencedBy: network-manager.service
ReferencedBy: smartmontools.service
ReferencedBy: ipsec.service
ReferencedBy: hddtemp.service
ReferencedBy: udftools.service
ReferencedBy: virtualbox.service
ReferencedBy: setserial.service
ReferencedBy: postfix.service
ReferencedBy: libvirt-bin.service
ReferencedBy: acct.service
ReferencedBy: haveged.service
ReferencedBy: openafs-client.service
ReferencedBy: mdadm.service
ReferencedBy: irda-utils.service
ReferencedBy: libvirt-guests.service
ReferencedBy: irqbalance.service
ReferencedBy: motd.service
ReferencedBy: fail2ban.service
ReferencedBy: bootlogs.service
ReferencedBy: privoxy.service
ReferencedBy: saned.service
ReferencedBy: ekeyd-egd-linux.service
ReferencedBy: edac.service
ReferencedBy: pulseaudio.service
ReferencedBy: rpcbind.service
ReferencedBy: etc-setserial.service
ReferencedBy: zfs-fuse.service
ReferencedBy: nfs-common.service
ReferencedBy: mdadm-raid.service
ReferencedBy: ifscheme.service
ReferencedBy: resolvconf.service
ReferencedBy: networking.service
ReferencedBy: quota.service
ReferencedBy: bluetooth.target
ReferencedBy: sound.target
ReferencedBy: printer.target
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: ifup at wlan0.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: ifup at eth0.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: upower.service
ReferencedBy: udisks2.service
ReferencedBy: getty at tty2.service
ReferencedBy: ifup at virbr1.service
ReferencedBy: ifup at virbr1-nic.service
ReferencedBy: ifup at virbr2.service
ReferencedBy: ifup at virbr2-nic.service
ReferencedBy: ifup at vnet0.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-update-utmp-shutdown.service:
Description: Update UTMP about System 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
Name: systemd-update-utmp-shutdown.service
Documentation: man:systemd-update-utmp-runlevel.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-shutdown.service
Requires: -.mount
WantedBy: shutdown.target
Before: final.target
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup.service
After: auditd.service
After: systemd-update-utmp-runlevel.service
After: systemd-journald.socket
After: -.mount
References: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: auditd.service
References: systemd-update-utmp-runlevel.service
References: final.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: shutdown.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-update-utmp-shutdown.service
ControlGroup: name=systemd:/system/systemd-update-utmp-shutdown.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> 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
Name: alsa-store.service
Fragment Path: /lib/systemd/system/alsa-store.service
ConditionPathExists: !/etc/alsa/state-daemon.conf
WantedBy: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/alsa-store.service
ControlGroup: name=systemd:/system/alsa-store.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/var/run/alsa store
-> Unit systemd-random-seed-save.service:
Description: Save Random Seed
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
Name: systemd-random-seed-save.service
Documentation: man:systemd-random-seed-load.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed-save.service
Requires: -.mount
WantedBy: shutdown.target
Before: final.target
After: systemd-remount-fs.service
After: systemd-random-seed-load.service
After: systemd-journald.socket
After: -.mount
References: systemd-remount-fs.service
References: systemd-random-seed-load.service
References: final.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: shutdown.target
RequiresMountsFor: /var/lib/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-random-seed-save.service
ControlGroup: name=systemd:/system/systemd-random-seed-save.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed save
-> 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: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-remount-fs.service
Name: checkroot.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
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-random-seed-save.service
Before: systemd-random-seed-load.service
Before: debian-fixup.service
Before: local-fs-pre.target
Before: local-fs.target
Before: shutdown.target
Before: systemd-update-utmp-shutdown.service
Before: systemd-update-utmp-runlevel.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-fsck-root.service
After: systemd-journald.socket
After: keyboard-setup.service
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-fsck-root.service
References: local-fs-pre.target
References: local-fs.target
References: systemd-journald.socket
ReferencedBy: systemd-random-seed-save.service
ReferencedBy: systemd-random-seed-load.service
ReferencedBy: debian-fixup.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-update-utmp-shutdown.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: keyboard-setup.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-remount-fs.service
ControlGroup: name=systemd:/system/systemd-remount-fs.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
-> Unit systemd-random-seed-load.service:
Description: Load Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2014-01-10 19:20:11 CET
GC Check Good: no
Need Daemon Reload: no
Name: systemd-random-seed-load.service
Name: urandom.service
Documentation: man:systemd-random-seed-load.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed-load.service
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-random-seed-save.service
Before: sysinit.target
Before: final.target
Before: networking.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: -.mount
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-remount-fs.service
References: sysinit.target
References: final.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: systemd-random-seed-save.service
ReferencedBy: sysinit.target
ReferencedBy: networking.service
RequiresMountsFor: /var/lib/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-random-seed-load.service
ControlGroup: name=systemd:/system/systemd-random-seed-load.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
-> Unit final.target:
Description: Final Step
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: final.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/final.target
After: systemd-random-seed-save.service
After: shutdown.target
After: umount.target
After: systemd-random-seed-load.service
After: systemd-update-utmp-shutdown.service
After: systemd-update-utmp-runlevel.service
References: shutdown.target
References: umount.target
ReferencedBy: systemd-random-seed-save.service
ReferencedBy: systemd-random-seed-load.service
ReferencedBy: systemd-update-utmp-shutdown.service
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> 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
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: systemd-cryptsetup at root.service
ConflictedBy: run-user.mount
ConflictedBy: run-lock.mount
Before: final.target
After: systemd-cryptsetup at root.service
After: run-user.mount
After: run-lock.mount
ReferencedBy: final.target
ReferencedBy: systemd-cryptsetup at root.service
ReferencedBy: run-user.mount
ReferencedBy: run-lock.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
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
Name: systemd-readahead-collect.service
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-collect.service
ConditionVirtualization: no
ConditionPathExists: !/run/systemd/readahead/done
ConditionPathExists: !/run/systemd/readahead/cancel
Wants: systemd-readahead-done.timer
Conflicts: shutdown.target
Before: systemd-random-seed-load.service
Before: systemd-modules-load.service
Before: systemd-sysctl.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup.service
Before: systemd-cryptsetup at root.service
Before: systemd-fsck-root.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-remount-fs.service
Before: systemd-tmpfiles-clean.service
References: systemd-readahead-done.timer
References: shutdown.target
References: sysinit.target
ReferencedBy: systemd-random-seed-load.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-cryptsetup at root.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-tmpfiles-clean.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-readahead-collect.service
ControlGroup: name=systemd:/system/systemd-readahead-collect.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: 1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /lib/systemd/systemd-readahead collect
-> Unit systemd-readahead-replay.service:
Description: Replay Read-Ahead Data
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: systemd-readahead-replay.service
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-replay.service
ConditionVirtualization: no
ConditionPathExists: /.readahead
ConditionPathExists: !/run/systemd/readahead/noreplay
Conflicts: shutdown.target
Before: systemd-random-seed-load.service
Before: systemd-modules-load.service
Before: systemd-sysctl.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup.service
Before: systemd-cryptsetup at root.service
Before: systemd-fsck-root.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-remount-fs.service
Before: systemd-tmpfiles-clean.service
References: shutdown.target
References: sysinit.target
ReferencedBy: systemd-random-seed-load.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-cryptsetup at root.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-tmpfiles-clean.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-readahead-replay.service
ControlGroup: name=systemd:/system/systemd-readahead-replay.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: 1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /lib/systemd/systemd-readahead replay
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sysinit.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Wants: local-fs.target
Wants: swap.target
Wants: systemd-ask-password-console.path
Wants: cryptsetup.target
Wants: systemd-udevd.service
Wants: systemd-udev-trigger.service
Wants: systemd-random-seed-load.service
Wants: systemd-journald.service
Wants: systemd-journal-flush.service
Wants: systemd-tmpfiles-setup.service
Wants: debian-fixup.service
Wants: sys-fs-fuse-connections.mount
Wants: sys-kernel-debug.mount
Wants: sys-kernel-config.mount
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-binfmt.service
Wants: systemd-sysctl.service
Wants: dev-hugepages.mount
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-modules-load.service
Wants: dev-mqueue.mount
Wants: setserial.service
Wants: rpcbind.service
Wants: console-setup.service
Wants: zfs-fuse.service
Wants: ifscheme.service
Wants: setkey.service
Wants: keymap.service
Wants: hdparm.service
Wants: kbd.service
Wants: networking.service
Wants: quota.service
Wants: etc-setserial.service
Wants: nfs-common.service
Wants: iptables-persistent.service
Wants: qemu-system-x86.service
Wants: resolvconf.service
Wants: pppd-dns.service
Wants: keyboard-setup.service
Wants: mdadm-raid.service
Wants: screen-cleanup.service
Wants: lvm2.service
RequiredBy: dbus.socket
RequiredBy: pcscd.socket
RequiredBy: acpid.socket
RequiredBy: rescue.target
RequiredBy: virtlockd.socket
RequiredBy: basic.target
RequiredBy: systemd-tmpfiles-clean.timer
Conflicts: emergency.service
Conflicts: emergency.target
Conflicts: shutdown.target
Before: dbus.socket
Before: pcscd.socket
Before: acpid.socket
Before: rescue.target
Before: rescue.service
Before: virtlockd.socket
Before: basic.target
Before: alsa-state.service
Before: console-kit-log-system-start.service
Before: systemd-tmpfiles-clean.timer
After: systemd-random-seed-load.service
After: local-fs.target
After: swap.target
After: emergency.service
After: emergency.target
After: dev-mqueue.mount
After: systemd-modules-load.service
After: proc-sys-fs-binfmt_misc.automount
After: dev-hugepages.mount
After: systemd-sysctl.service
After: systemd-binfmt.service
After: systemd-tmpfiles-setup-dev.service
After: sys-kernel-config.mount
After: sys-kernel-debug.mount
After: sys-fs-fuse-connections.mount
After: debian-fixup.service
After: systemd-tmpfiles-setup.service
After: systemd-journald.service
After: systemd-udev-trigger.service
After: systemd-udevd.service
After: cryptsetup.target
After: systemd-readahead-replay.service
After: systemd-readahead-collect.service
After: systemd-tmpfiles-clean.service
After: setserial.service
After: rpcbind.service
After: console-setup.service
After: zfs-fuse.service
After: ifscheme.service
After: setkey.service
After: keymap.service
After: hdparm.service
After: kbd.service
After: networking.service
After: quota.service
After: etc-setserial.service
After: nfs-common.service
After: iptables-persistent.service
After: qemu-system-x86.service
After: resolvconf.service
After: pppd-dns.service
After: keyboard-setup.service
After: mdadm-raid.service
After: screen-cleanup.service
After: lvm2.service
References: emergency.service
References: emergency.target
References: local-fs.target
References: swap.target
References: systemd-ask-password-console.path
References: cryptsetup.target
References: systemd-udevd.service
References: systemd-udev-trigger.service
References: systemd-random-seed-load.service
References: systemd-journald.service
References: systemd-journal-flush.service
References: systemd-tmpfiles-setup.service
References: debian-fixup.service
References: sys-fs-fuse-connections.mount
References: sys-kernel-debug.mount
References: sys-kernel-config.mount
References: systemd-tmpfiles-setup-dev.service
References: systemd-binfmt.service
References: systemd-sysctl.service
References: dev-hugepages.mount
References: proc-sys-fs-binfmt_misc.automount
References: systemd-modules-load.service
References: dev-mqueue.mount
References: shutdown.target
References: setserial.service
References: rpcbind.service
References: console-setup.service
References: zfs-fuse.service
References: ifscheme.service
References: setkey.service
References: keymap.service
References: hdparm.service
References: kbd.service
References: networking.service
References: quota.service
References: etc-setserial.service
References: nfs-common.service
References: iptables-persistent.service
References: qemu-system-x86.service
References: resolvconf.service
References: pppd-dns.service
References: keyboard-setup.service
References: mdadm-raid.service
References: screen-cleanup.service
References: lvm2.service
ReferencedBy: systemd-random-seed-load.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-modules-load.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-journald.service
ReferencedBy: dbus.socket
ReferencedBy: pcscd.socket
ReferencedBy: acpid.socket
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: rescue.target
ReferencedBy: rescue.service
ReferencedBy: virtlockd.socket
ReferencedBy: basic.target
ReferencedBy: alsa-state.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-tmpfiles-clean.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
RequiredBy: emergency.target
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
Before: emergency.target
Before: shutdown.target
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: emergency.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/emergency.service
ControlGroup: name=systemd:/system/emergency.service
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: SIGHUP
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" to try again\nto boot into default mode.'
-> ExecStart:
Command Line: /sbin/sulogin
-> ExecStopPost:
Command Line: /bin/systemctl --fail --no-block default
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: emergency.service
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: local-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
Wants: systemd-remount-fs.service
Wants: run-lock.mount
Wants: run-user.mount
Wants: systemd-fsck-root.service
WantedBy: sysinit.target
WantedBy: systemd-tmpfiles-setup.service
WantedBy: systemd-tmpfiles-clean.service
Conflicts: shutdown.target
Before: sysinit.target
Before: systemd-tmpfiles-setup.service
Before: systemd-journal-flush.service
Before: remote-fs.target
Before: systemd-tmpfiles-clean.service
Before: pppd-dns.service
Before: resolvconf.service
Before: iptables-persistent.service
Before: networking.service
Before: acpi-fakekey.service
Before: mcelog.service
Before: gdm3.service
Before: acpi-support.service
Before: tor.service
Before: postfix.service
Before: mdadm.service
Before: motd.service
Before: fail2ban.service
Before: bootlogs.service
Before: privoxy.service
Before: saned.service
Before: rpcbind.service
Before: ifup at wlan0.service
Before: ifup at eth0.service
Before: ifup at virbr1.service
Before: ifup at virbr1-nic.service
Before: ifup at virbr2.service
Before: ifup at virbr2-nic.service
Before: ifup at vnet0.service
After: local-fs-pre.target
After: systemd-fsck-root.service
After: run-user.mount
After: run-lock.mount
After: -.mount
After: systemd-remount-fs.service
OnFailure: emergency.target
References: local-fs-pre.target
References: emergency.target
References: -.mount
References: systemd-remount-fs.service
References: run-lock.mount
References: run-user.mount
References: systemd-fsck-root.service
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: remote-fs.target
ReferencedBy: systemd-fsck-root.service
ReferencedBy: run-user.mount
ReferencedBy: run-lock.mount
ReferencedBy: -.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: pppd-dns.service
ReferencedBy: resolvconf.service
ReferencedBy: iptables-persistent.service
ReferencedBy: networking.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: mcelog.service
ReferencedBy: gdm3.service
ReferencedBy: acpi-support.service
ReferencedBy: tor.service
ReferencedBy: postfix.service
ReferencedBy: mdadm.service
ReferencedBy: motd.service
ReferencedBy: fail2ban.service
ReferencedBy: bootlogs.service
ReferencedBy: privoxy.service
ReferencedBy: saned.service
ReferencedBy: rpcbind.service
ReferencedBy: ifup at wlan0.service
ReferencedBy: ifup at eth0.service
ReferencedBy: ifup at virbr1.service
ReferencedBy: ifup at virbr1-nic.service
ReferencedBy: ifup at virbr2.service
ReferencedBy: ifup at virbr2-nic.service
ReferencedBy: ifup at vnet0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: swap.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Fri 2014-01-10 19:20:11 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
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> 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: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
Condition Timestamp: Fri 2014-01-10 19:20:11 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
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
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 cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: cryptsetup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: systemd-cryptsetup at root.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: systemd-cryptsetup at root.service
References: systemd-cryptsetup at root.service
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-cryptsetup at root.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
(null): CAP_MKNOD
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Wants: systemd-udevd-control.socket
Wants: systemd-udevd-kernel.socket
WantedBy: sysinit.target
WantedBy: systemd-udev-trigger.service
Before: sysinit.target
Before: local-fs-pre.target
Before: lvm2.service
Before: mdadm-raid.service
Before: keyboard-setup.service
Before: qemu-system-x86.service
Before: hdparm.service
Before: sysfsutils.service
Before: ekeyd.service
Before: network-manager.service
Before: pulseaudio.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-udevd-control.socket
After: systemd-udevd-kernel.socket
After: systemd-journald.socket
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: systemd-udevd-kernel.socket
References: sysinit.target
References: local-fs-pre.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: lvm2.service
ReferencedBy: mdadm-raid.service
ReferencedBy: keyboard-setup.service
ReferencedBy: qemu-system-x86.service
ReferencedBy: hdparm.service
ReferencedBy: sysfsutils.service
ReferencedBy: ekeyd.service
ReferencedBy: network-manager.service
ReferencedBy: pulseaudio.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-udevd.service
ControlGroup: name=systemd:/system/systemd-udevd.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
Main PID: 457
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-udev-trigger.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
(null): CAP_MKNOD
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Wants: systemd-udevd.service
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: systemd-journald.socket
References: systemd-udevd.service
References: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-udev-trigger.service
ControlGroup: name=systemd:/system/systemd-udev-trigger.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
Command Line: /bin/udevadm trigger --type=devices --action=add
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: systemd-journald.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: systemd-journal-flush.service
Before: sysinit.target
After: systemd-journald.socket
After: syslog.socket
TriggeredBy: systemd-journald.socket
References: systemd-journald.socket
References: syslog.socket
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-journald.service
ControlGroup: name=systemd:/system/systemd-journald.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: all
Main PID: 440
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_syslog
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
Status Text: Processing requests...
-> 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: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2014-01-10 19:20:11 CET
GC Check Good: no
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: systemd-journald.service
WantedBy: sysinit.target
Before: systemd-user-sessions.service
After: systemd-journald.service
After: local-fs.target
After: remote-fs.target
After: systemd-journald.socket
References: systemd-journald.service
References: local-fs.target
References: remote-fs.target
References: systemd-user-sessions.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-journal-flush.service
ControlGroup: name=systemd:/system/systemd-journal-flush.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
-> Unit systemd-tmpfiles-setup.service:
Description: Recreate Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-tmpfiles-setup.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
ConditionDirectoryNotEmpty: |/run/tmpfiles.d
ConditionDirectoryNotEmpty: |/etc/tmpfiles.d
ConditionDirectoryNotEmpty: |/usr/local/lib/tmpfiles.d
ConditionDirectoryNotEmpty: |/usr/lib/tmpfiles.d
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Wants: local-fs.target
WantedBy: sysinit.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-utmp-shutdown.service
Before: systemd-update-utmp-runlevel.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: local-fs.target
After: systemd-journald.socket
References: local-fs.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp-shutdown.service
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-tmpfiles-setup.service
ControlGroup: name=systemd:/system/systemd-tmpfiles-setup.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove
-> 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
Name: debian-fixup.service
Fragment Path: /lib/systemd/system/debian-fixup.service
ConditionPathIsSymbolicLink: |!/var/lock
ConditionPathIsSymbolicLink: |!/var/run
ConditionPathIsSymbolicLink: |!/etc/mtab
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: no
WantedBy: sysinit.target
Before: var-run.mount
Before: var-lock.mount
Before: sysinit.target
After: systemd-remount-fs.service
After: systemd-journald.socket
References: var-run.mount
References: var-lock.mount
References: sysinit.target
References: systemd-remount-fs.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/debian-fixup.service
ControlGroup: name=systemd:/system/debian-fixup.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/debian-fixup
-> 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: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
WantedBy: sys-module-fuse.device
Before: sysinit.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: -.mount
References: systemd-modules-load.service
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: sys-module-fuse.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/sys-fs-fuse-connections.mount
ControlGroup: name=systemd:/system/sys-fs-fuse-connections.mount
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
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
ConditionPathExists: /sys/kernel/debug
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/sys-kernel-debug.mount
ControlGroup: name=systemd:/system/sys-kernel-debug.mount
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
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> 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
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
ConditionPathExists: /sys/kernel/config
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: no
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: -.mount
References: systemd-modules-load.service
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/sys-kernel-config.mount
ControlGroup: name=systemd:/system/sys-kernel-config.mount
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
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> 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: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
(null): CAP_MKNOD
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-udevd.service
After: systemd-journald.socket
References: sysinit.target
References: systemd-udevd.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-tmpfiles-setup-dev.service
ControlGroup: name=systemd:/system/systemd-tmpfiles-setup-dev.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create
-> Unit systemd-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
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
ConditionDirectoryNotEmpty: |/etc/binfmt.d
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d
ConditionDirectoryNotEmpty: |/lib/binfmt.d
ConditionPathIsReadWrite: /proc/sys/
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: no
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: proc-sys-fs-binfmt_misc.automount
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-binfmt.service
ControlGroup: name=systemd:/system/systemd-binfmt.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 20:57:52 CET
Active Enter Timestamp: Fri 2014-01-10 20:57:52 CET
Active Exit Timestamp: Fri 2014-01-10 20:57:50 CET
Inactive Enter Timestamp: Fri 2014-01-10 20:57:50 CET
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-sysctl.service
Name: procps.service
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionDirectoryNotEmpty: |/run/sysctl.d
ConditionDirectoryNotEmpty: |/etc/sysctl.d
ConditionDirectoryNotEmpty: |/usr/local/lib/sysctl.d
ConditionDirectoryNotEmpty: |/usr/lib/sysctl.d
ConditionDirectoryNotEmpty: |/lib/sysctl.d
ConditionPathExists: |/etc/sysctl.conf
ConditionPathIsReadWrite: /proc/sys/
Condition Timestamp: Fri 2014-01-10 20:57:52 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-journald.socket
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-sysctl.service
ControlGroup: name=systemd:/system/systemd-sysctl.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 20735
Start Timestamp: Fri 2014-01-10 20:57:52 CET
Exit Timestamp: Fri 2014-01-10 20:57:52 CET
Exit Code: exited
Exit Status: 0
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/dev-hugepages.mount
ControlGroup: name=systemd:/system/dev-hugepages.mount
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
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> 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: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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/
ConditionPathExists: /proc/sys/fs/binfmt_misc/
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-binfmt.service
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: sysinit.target
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: systemd-binfmt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-modules-load.service
Name: kmod.service
Name: module-init-tools.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
ConditionKernelCommandLine: |modules-load
ConditionDirectoryNotEmpty: |/run/modules-load.d
ConditionDirectoryNotEmpty: |/etc/modules-load.d
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d
ConditionDirectoryNotEmpty: |/lib/modules-load.d
(null): CAP_SYS_MODULE
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: sys-kernel-config.mount
Before: sys-fs-fuse-connections.mount
Before: sysfsutils.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-journald.socket
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sysfsutils.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-modules-load.service
ControlGroup: name=systemd:/system/systemd-modules-load.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/dev-mqueue.mount
ControlGroup: name=systemd:/system/dev-mqueue.mount
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
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> 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: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: -.mount
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: -.mount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.socket
References: -.mount
ReferencedBy: proc-sys-fs-binfmt_misc.automount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/proc-sys-fs-binfmt_misc.mount
ControlGroup: name=systemd:/system/proc-sys-fs-binfmt_misc.mount
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
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit var-run.mount:
Description: var-run.mount
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: var-run.mount
After: debian-fixup.service
ReferencedBy: debian-fixup.service
Load Error Code: No such file or directory
-> Unit var-lock.mount:
Description: var-lock.mount
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: var-lock.mount
After: debian-fixup.service
ReferencedBy: debian-fixup.service
Load Error Code: No such file or directory
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: remote-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-journal-flush.service
Before: systemd-user-sessions.service
Before: multi-user.target
Before: screen-cleanup.service
Before: quota.service
Before: kbd.service
Before: setkey.service
Before: zfs-fuse.service
Before: console-setup.service
Before: ssh.service
Before: acpi-fakekey.service
Before: loadcpufreq.service
Before: mcelog.service
Before: cpufrequtils.service
Before: cron.service
Before: ntp.service
Before: sensord.service
Before: speech-dispatcher.service
Before: gdm3.service
Before: quotarpc.service
Before: cups.service
Before: acpi-support.service
Before: tor.service
Before: ekeyd.service
Before: gpm.service
Before: network-manager.service
Before: smartmontools.service
Before: ipsec.service
Before: hddtemp.service
Before: udftools.service
Before: virtualbox.service
Before: setserial.service
Before: postfix.service
Before: acct.service
Before: openafs-client.service
Before: irda-utils.service
Before: irqbalance.service
Before: fail2ban.service
Before: privoxy.service
Before: saned.service
Before: ekeyd-egd-linux.service
Before: edac.service
Before: pulseaudio.service
After: remote-fs-pre.target
After: local-fs.target
References: remote-fs-pre.target
References: local-fs.target
References: shutdown.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: multi-user.target
ReferencedBy: screen-cleanup.service
ReferencedBy: quota.service
ReferencedBy: kbd.service
ReferencedBy: setkey.service
ReferencedBy: zfs-fuse.service
ReferencedBy: console-setup.service
ReferencedBy: ssh.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: loadcpufreq.service
ReferencedBy: mcelog.service
ReferencedBy: cpufrequtils.service
ReferencedBy: cron.service
ReferencedBy: ntp.service
ReferencedBy: sensord.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: gdm3.service
ReferencedBy: quotarpc.service
ReferencedBy: cups.service
ReferencedBy: acpi-support.service
ReferencedBy: tor.service
ReferencedBy: ekeyd.service
ReferencedBy: gpm.service
ReferencedBy: network-manager.service
ReferencedBy: smartmontools.service
ReferencedBy: ipsec.service
ReferencedBy: hddtemp.service
ReferencedBy: udftools.service
ReferencedBy: virtualbox.service
ReferencedBy: setserial.service
ReferencedBy: postfix.service
ReferencedBy: acct.service
ReferencedBy: openafs-client.service
ReferencedBy: irda-utils.service
ReferencedBy: irqbalance.service
ReferencedBy: fail2ban.service
ReferencedBy: privoxy.service
ReferencedBy: saned.service
ReferencedBy: ekeyd-egd-linux.service
ReferencedBy: edac.service
ReferencedBy: pulseaudio.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-user-sessions.service
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: getty at tty1.service
Before: systemd-ask-password-wall.service
Before: getty at tty2.service
After: systemd-journal-flush.service
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: getty at tty2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-user-sessions.service
ControlGroup: name=systemd:/system/systemd-user-sessions.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit remote-fs-pre.target:
Description: Remote File Systems (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
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Conflicts: shutdown.target
Before: remote-fs.target
References: shutdown.target
ReferencedBy: remote-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
Wants: syslog.target
RequiredBy: rsyslog.service
Conflicts: shutdown.target
Before: systemd-journald.service
Before: sockets.target
Before: syslog.target
Before: shutdown.target
Before: rsyslog.service
After: -.mount
Triggers: rsyslog.service
References: sockets.target
References: syslog.target
References: shutdown.target
References: rsyslog.service
References: -.mount
ReferencedBy: systemd-journald.service
ReferencedBy: rsyslog.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/syslog.socket
ControlGroup: name=systemd:/system/syslog.socket
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit sockets.target:
Description: Sockets
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
Name: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Wants: acpid.socket
Wants: pcscd.socket
Wants: dbus.socket
Wants: systemd-journald.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-shutdownd.socket
Wants: systemd-udevd-control.socket
Wants: systemd-initctl.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: syslog.socket
After: systemd-initctl.socket
After: systemd-udevd-control.socket
After: systemd-shutdownd.socket
After: systemd-udevd-kernel.socket
After: dbus.socket
After: pcscd.socket
After: acpid.socket
After: virtlockd.socket
After: systemd-journald.socket
References: acpid.socket
References: pcscd.socket
References: dbus.socket
References: systemd-journald.socket
References: systemd-udevd-kernel.socket
References: systemd-shutdownd.socket
References: systemd-udevd-control.socket
References: systemd-initctl.socket
References: shutdown.target
ReferencedBy: syslog.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: dbus.socket
ReferencedBy: pcscd.socket
ReferencedBy: acpid.socket
ReferencedBy: virtlockd.socket
ReferencedBy: basic.target
ReferencedBy: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit syslog.target:
Description: Syslog
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: syslog.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.target
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: syslog.socket
Before: ssh.service
Before: loadcpufreq.service
Before: mcelog.service
Before: cron.service
Before: ntp.service
Before: sensord.service
Before: speech-dispatcher.service
Before: quotarpc.service
Before: cups.service
Before: acpi-support.service
Before: tor.service
Before: ekeyd.service
Before: gpm.service
Before: network-manager.service
Before: smartmontools.service
Before: hddtemp.service
Before: postfix.service
Before: acct.service
Before: openafs-client.service
Before: mdadm.service
Before: irqbalance.service
Before: fail2ban.service
Before: saned.service
Before: pulseaudio.service
Before: console-kit-daemon.service
After: syslog.socket
After: systemd-journald.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: ssh.service
ReferencedBy: loadcpufreq.service
ReferencedBy: mcelog.service
ReferencedBy: cron.service
ReferencedBy: ntp.service
ReferencedBy: sensord.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: quotarpc.service
ReferencedBy: cups.service
ReferencedBy: acpi-support.service
ReferencedBy: tor.service
ReferencedBy: ekeyd.service
ReferencedBy: gpm.service
ReferencedBy: network-manager.service
ReferencedBy: smartmontools.service
ReferencedBy: hddtemp.service
ReferencedBy: postfix.service
ReferencedBy: acct.service
ReferencedBy: openafs-client.service
ReferencedBy: mdadm.service
ReferencedBy: irqbalance.service
ReferencedBy: fail2ban.service
ReferencedBy: saned.service
ReferencedBy: pulseaudio.service
ReferencedBy: console-kit-daemon.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: acpid.socket
Fragment Path: /lib/systemd/system/acpid.socket
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: sysinit.target
Requires: -.mount
RequiredBy: acpid.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: acpid.service
Before: sockets.target
Before: shutdown.target
After: sysinit.target
After: -.mount
Triggers: acpid.service
References: acpid.service
References: sockets.target
References: sysinit.target
References: shutdown.target
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: acpid.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/acpid.socket
ControlGroup: name=systemd:/system/acpid.socket
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
ListenStream: /run/acpid.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit pcscd.socket:
Description: PC/SC Smart Card Daemon Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: pcscd.socket
Fragment Path: /lib/systemd/system/pcscd.socket
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: sysinit.target
Requires: -.mount
RequiredBy: pcscd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: pcscd.service
Before: sockets.target
Before: shutdown.target
After: sysinit.target
After: -.mount
Triggers: pcscd.service
References: pcscd.service
References: sockets.target
References: sysinit.target
References: shutdown.target
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: pcscd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/pcscd.socket
ControlGroup: name=systemd:/system/pcscd.socket
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
ListenStream: /var/run/pcscd/pcscd.comm
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dbus.socket
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: sysinit.target
Requires: -.mount
RequiredBy: accounts-daemon.service
RequiredBy: systemd-logind.service
RequiredBy: dbus.service
RequiredBy: polkitd.service
RequiredBy: colord.service
RequiredBy: wpa_supplicant.service
RequiredBy: console-kit-daemon.service
RequiredBy: upower.service
RequiredBy: udisks2.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: dbus.service
Before: sockets.target
Before: shutdown.target
Before: accounts-daemon.service
Before: systemd-logind.service
Before: polkitd.service
Before: colord.service
Before: wpa_supplicant.service
Before: console-kit-daemon.service
Before: upower.service
Before: udisks2.service
After: sysinit.target
After: -.mount
Triggers: dbus.service
References: dbus.service
References: sockets.target
References: sysinit.target
References: shutdown.target
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: accounts-daemon.service
ReferencedBy: systemd-logind.service
ReferencedBy: dbus.service
ReferencedBy: polkitd.service
ReferencedBy: colord.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: upower.service
ReferencedBy: udisks2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/dbus.socket
ControlGroup: name=systemd:/system/dbus.socket
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
ListenStream: /var/run/dbus/system_bus_socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-udevd-kernel.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
(null): CAP_MKNOD
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udevd.service
Before: systemd-udev-trigger.service
Triggers: systemd-udevd.service
References: sockets.target
References: systemd-udevd.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-udevd-kernel.socket
ControlGroup: name=systemd:/system/systemd-udevd-kernel.socket
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit systemd-shutdownd.socket:
Description: Delayed Shutdown Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-shutdownd.socket
Documentation: man:systemd-shutdownd.service(8)
Fragment Path: /lib/systemd/system/systemd-shutdownd.socket
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sockets.target
Before: sockets.target
Before: systemd-shutdownd.service
After: -.mount
Triggers: systemd-shutdownd.service
References: sockets.target
References: systemd-shutdownd.service
References: -.mount
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-shutdownd.socket
ControlGroup: name=systemd:/system/systemd-shutdownd.socket
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
ListenDatagram: /run/systemd/shutdownd
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-udevd-control.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
(null): CAP_MKNOD
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udevd.service
Before: systemd-udev-trigger.service
After: -.mount
Triggers: systemd-udevd.service
References: sockets.target
References: systemd-udevd.service
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-udevd-control.socket
ControlGroup: name=systemd:/system/systemd-udevd-control.socket
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
ListenSequentialPacket: /run/udev/control
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-initctl.socket
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: sockets.target
Before: sockets.target
Before: systemd-initctl.service
After: -.mount
Triggers: systemd-initctl.service
References: sockets.target
References: systemd-initctl.service
References: -.mount
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-initctl.socket
ControlGroup: name=systemd:/system/systemd-initctl.socket
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
ListenFIFO: /dev/initctl
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> 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
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
After: systemd-initctl.socket
After: systemd-journald.socket
TriggeredBy: systemd-initctl.socket
References: systemd-journald.socket
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-initctl.service
ControlGroup: name=systemd:/system/systemd-initctl.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit systemd-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
Name: systemd-shutdownd.service
Documentation: man:systemd-shutdownd.service(8)
Fragment Path: /lib/systemd/system/systemd-shutdownd.service
After: systemd-shutdownd.socket
After: systemd-journald.socket
TriggeredBy: systemd-shutdownd.socket
References: systemd-journald.socket
ReferencedBy: systemd-shutdownd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-shutdownd.service
ControlGroup: name=systemd:/system/systemd-shutdownd.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-shutdownd
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: local-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: local-fs.target
Before: run-user.mount
Before: run-lock.mount
After: systemd-udevd.service
After: systemd-remount-fs.service
References: shutdown.target
ReferencedBy: systemd-udevd.service
ReferencedBy: local-fs.target
ReferencedBy: run-user.mount
ReferencedBy: run-lock.mount
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-cryptsetup at root.service:
Description: Cryptography Setup for root
Instance: root
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-cryptsetup at root.service
Documentation: man:systemd-cryptsetup at .service(8)
Documentation: man:crypttab(5)
Fragment Path: /run/systemd/generator/systemd-cryptsetup at root.service
Source Path: /etc/crypttab
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
BindsTo: dev-mapper-root.device
BindsTo: dev-disk-by\x2duuid-d0ad8818\x2d2fff\x2d490a\x2dab46\x2da41882ad43c4.device
RequiredBy: cryptsetup.target
RequiredBy: dev-mapper-root.device
WantedBy: dev-disk-by\x2duuid-d0ad8818\x2d2fff\x2d490a\x2dab46\x2da41882ad43c4.device
Conflicts: umount.target
Before: cryptsetup.target
Before: umount.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: dev-disk-by\x2duuid-d0ad8818\x2d2fff\x2d490a\x2dab46\x2da41882ad43c4.device
After: systemd-journald.socket
References: umount.target
References: dev-mapper-root.device
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: cryptsetup.target
References: dev-disk-by\x2duuid-d0ad8818\x2d2fff\x2d490a\x2dab46\x2da41882ad43c4.device
References: systemd-journald.socket
ReferencedBy: cryptsetup.target
ReferencedBy: dev-disk-by\x2duuid-d0ad8818\x2d2fff\x2d490a\x2dab46\x2da41882ad43c4.device
ReferencedBy: dev-mapper-root.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-cryptsetup at .service/systemd-cryptsetup at root.service
ControlGroup: name=systemd:/system/systemd-cryptsetup at .service/systemd-cryptsetup at root.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-cryptsetup attach root /dev/disk/by-uuid/d0ad8818-2fff-490a-ab46-a41882ad43c4 device=/dev/disk/by-uuid/6a529b9b-815d-45da-b4ab-5f625ff3859c:pathname=/etc/dm-crypt/keys/heisenberg.scientia.net_root loud,luks,keyscript=decrypt_openpgp,tries=0
-> ExecStop:
Command Line: /lib/systemd/systemd-cryptsetup detach root
-> Unit dev-mapper-root.device:
Description: /dev/mapper/root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-mapper-root.device
Following: sys-devices-virtual-block-dm\x2d2.device
DropIn Path: /run/systemd/generator/dev-mapper-root.device.d/50-job-timeout-sec-0.conf
Requires: systemd-cryptsetup at root.service
BoundBy: systemd-cryptsetup at root.service
References: systemd-cryptsetup at root.service
ReferencedBy: systemd-cryptsetup at root.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2duuid-d0ad8818\x2d2fff\x2d490a\x2dab46\x2da41882ad43c4.device:
Description: /dev/disk/by-uuid/d0ad8818-2fff-490a-ab46-a41882ad43c4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2duuid-d0ad8818\x2d2fff\x2d490a\x2dab46\x2da41882ad43c4.device
Following: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
Wants: systemd-cryptsetup at root.service
BoundBy: systemd-cryptsetup at root.service
Before: systemd-cryptsetup at root.service
References: systemd-cryptsetup at root.service
ReferencedBy: systemd-cryptsetup at root.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: plymouth-start.service
Before: systemd-ask-password-console.path
Before: systemd-ask-password-console.service
Before: rescue.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: rescue.service
Load Error Code: No such file or directory
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: paths.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-ask-password-console.path
After: systemd-ask-password-wall.path
References: shutdown.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: 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
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
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-console.path
After: plymouth-start.service
After: systemd-vconsole-setup.service
After: systemd-journald.socket
TriggeredBy: systemd-ask-password-console.path
References: shutdown.target
References: plymouth-start.service
References: systemd-vconsole-setup.service
References: systemd-journald.socket
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-ask-password-console.service
ControlGroup: name=systemd:/system/systemd-ask-password-console.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.service
Load Error Code: No such file or directory
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: -.mount
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
RequiredBy: local-fs.target
RequiredBy: run-user.mount
RequiredBy: run-lock.mount
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: dev-mqueue.mount
RequiredBy: dev-hugepages.mount
RequiredBy: sys-kernel-config.mount
RequiredBy: sys-kernel-debug.mount
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-initctl.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: systemd-shutdownd.socket
RequiredBy: dbus.socket
RequiredBy: pcscd.socket
RequiredBy: acpid.socket
RequiredBy: syslog.socket
RequiredBy: systemd-ask-password-console.path
RequiredBy: systemd-random-seed-load.service
RequiredBy: systemd-random-seed-save.service
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: systemd-ask-password-wall.path
RequiredBy: virtlockd.socket
RequiredBy: systemd-update-utmp-shutdown.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: systemd-journald.socket
Before: local-fs.target
Before: run-user.mount
Before: run-lock.mount
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-mqueue.mount
Before: dev-hugepages.mount
Before: sys-kernel-config.mount
Before: sys-kernel-debug.mount
Before: sys-fs-fuse-connections.mount
Before: systemd-initctl.socket
Before: systemd-udevd-control.socket
Before: systemd-shutdownd.socket
Before: dbus.socket
Before: pcscd.socket
Before: acpid.socket
Before: syslog.socket
Before: systemd-ask-password-console.path
Before: systemd-random-seed-load.service
Before: systemd-random-seed-save.service
Before: proc-sys-fs-binfmt_misc.automount
Before: systemd-ask-password-wall.path
Before: virtlockd.socket
Before: systemd-update-utmp-shutdown.service
Before: systemd-update-utmp-runlevel.service
Before: systemd-journald.socket
References: local-fs.target
ReferencedBy: local-fs.target
ReferencedBy: run-user.mount
ReferencedBy: run-lock.mount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-mqueue.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: dbus.socket
ReferencedBy: pcscd.socket
ReferencedBy: acpid.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-random-seed-load.service
ReferencedBy: systemd-random-seed-save.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: virtlockd.socket
ReferencedBy: systemd-update-utmp-shutdown.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/-.mount
ControlGroup: name=systemd:/system/-.mount
Mount State: mounted
Result: success
Where: /
What: /dev/mapper/root
File System Type: ext4
Options: rw,noatime,rw
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: inherit
StandardError: inherit
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit run-lock.mount:
Description: Lock Directory
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: run-lock.mount
Fragment Path: /lib/systemd/system/run-lock.mount
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: local-fs.target
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-journald.socket
After: local-fs-pre.target
After: -.mount
References: local-fs.target
References: systemd-journald.socket
References: local-fs-pre.target
References: umount.target
References: -.mount
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/run-lock.mount
ControlGroup: name=systemd:/system/run-lock.mount
Mount State: mounted
Result: success
Where: /run/lock
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,noexec,relatime,rw,size=5120k
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit run-user.mount:
Description: User Runtime Directory
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: run-user.mount
Fragment Path: /lib/systemd/system/run-user.mount
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
Requires: -.mount
WantedBy: local-fs.target
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-journald.socket
After: local-fs-pre.target
After: -.mount
References: local-fs.target
References: systemd-journald.socket
References: local-fs-pre.target
References: umount.target
References: -.mount
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/run-user.mount
ControlGroup: name=systemd:/system/run-user.mount
Mount State: mounted
Result: success
Where: /run/user
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,noexec,relatime,rw,size=102400k,mode=755
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2014-01-10 19:20:11 CET
GC Check Good: no
Need Daemon Reload: no
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathIsReadWrite: !/
ConditionPathExists: !/run/initramfs/root-fsck
Condition Timestamp: Fri 2014-01-10 19:20:11 CET
Condition Result: yes
WantedBy: local-fs.target
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
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: local-fs.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-fsck-root.service
ControlGroup: name=systemd:/system/systemd-fsck-root.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
FsckPassNo: 1
-> Unit 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
Name: systemd-readahead-done.timer
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-done.timer
WantedBy: systemd-readahead-collect.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-readahead-done.service
After: graphical.target
Triggers: systemd-readahead-done.service
References: shutdown.target
References: graphical.target
References: systemd-readahead-done.service
ReferencedBy: systemd-readahead-collect.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: dead
Result: success
Unit: systemd-readahead-done.service
OnActiveSec: 30s
-> Unit systemd-readahead-done.service:
Description: Stop Read-Ahead Data Collection
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: systemd-readahead-done.service
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-done.service
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-readahead-done.timer
After: graphical.target
After: systemd-journald.socket
TriggeredBy: systemd-readahead-done.timer
References: shutdown.target
References: graphical.target
References: systemd-journald.socket
ReferencedBy: systemd-readahead-done.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-readahead-done.service
ControlGroup: name=systemd:/system/systemd-readahead-done.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-notify --readahead=done
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: default.target
Name: graphical.target
Name: runlevel5.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: multi-user.target
Wants: display-manager.service
Wants: haveged.service
Wants: accounts-daemon.service
Wants: systemd-update-utmp-runlevel.service
Wants: irda-utils.service
Wants: sensord.service
Wants: edac.service
Wants: ntp.service
Wants: gdm3.service
Wants: bootlogs.service
Wants: motd.service
Wants: fail2ban.service
Wants: ipsec.service
Wants: mdadm.service
Wants: acpi-support.service
Wants: gpm.service
Wants: cron.service
Wants: saned.service
Wants: smartmontools.service
Wants: irqbalance.service
Wants: quotarpc.service
Wants: ekeyd-egd-linux.service
Wants: udftools.service
Wants: cpufrequtils.service
Wants: network-manager.service
Wants: pulseaudio.service
Wants: nfs-common.service
Wants: mcelog.service
Wants: postfix.service
Wants: acct.service
Wants: ekeyd.service
Wants: hddtemp.service
Wants: sysfsutils.service
Wants: privoxy.service
Wants: loadcpufreq.service
Wants: speech-dispatcher.service
Wants: tor.service
Wants: cups.service
Wants: acpi-fakekey.service
Conflicts: rescue.target
Conflicts: shutdown.target
Before: systemd-readahead-done.timer
Before: systemd-readahead-done.service
Before: systemd-update-utmp-runlevel.service
After: multi-user.target
After: accounts-daemon.service
After: haveged.service
After: irda-utils.service
After: sensord.service
After: edac.service
After: ntp.service
After: gdm3.service
After: bootlogs.service
After: motd.service
After: fail2ban.service
After: ipsec.service
After: mdadm.service
After: acpi-support.service
After: gpm.service
After: cron.service
After: saned.service
After: smartmontools.service
After: irqbalance.service
After: quotarpc.service
After: ekeyd-egd-linux.service
After: udftools.service
After: cpufrequtils.service
After: network-manager.service
After: pulseaudio.service
After: nfs-common.service
After: mcelog.service
After: postfix.service
After: acct.service
After: ekeyd.service
After: hddtemp.service
After: sysfsutils.service
After: privoxy.service
After: loadcpufreq.service
After: speech-dispatcher.service
After: tor.service
After: cups.service
After: acpi-fakekey.service
References: multi-user.target
References: rescue.target
References: display-manager.service
References: haveged.service
References: accounts-daemon.service
References: shutdown.target
References: systemd-update-utmp-runlevel.service
References: irda-utils.service
References: sensord.service
References: edac.service
References: ntp.service
References: gdm3.service
References: bootlogs.service
References: motd.service
References: fail2ban.service
References: ipsec.service
References: mdadm.service
References: acpi-support.service
References: gpm.service
References: cron.service
References: saned.service
References: smartmontools.service
References: irqbalance.service
References: quotarpc.service
References: ekeyd-egd-linux.service
References: udftools.service
References: cpufrequtils.service
References: network-manager.service
References: pulseaudio.service
References: nfs-common.service
References: mcelog.service
References: postfix.service
References: acct.service
References: ekeyd.service
References: hddtemp.service
References: sysfsutils.service
References: privoxy.service
References: loadcpufreq.service
References: speech-dispatcher.service
References: tor.service
References: cups.service
References: acpi-fakekey.service
ReferencedBy: systemd-readahead-done.timer
ReferencedBy: systemd-readahead-done.service
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: basic.target
Wants: binfmt-support.service
Wants: libvirt-guests.service
Wants: libvirt-bin.service
Wants: anacron.service
Wants: rsyslog.service
Wants: virtlockd.socket
Wants: remote-fs.target
Wants: atd.service
Wants: lm-sensors.service
Wants: rc-local.service
Wants: systemd-user-sessions.service
Wants: systemd-ask-password-wall.path
Wants: dbus.service
Wants: getty.target
Wants: systemd-logind.service
Wants: systemd-update-utmp-runlevel.service
Wants: irda-utils.service
Wants: sensord.service
Wants: edac.service
Wants: ntp.service
Wants: gdm3.service
Wants: bootlogs.service
Wants: motd.service
Wants: fail2ban.service
Wants: ipsec.service
Wants: mdadm.service
Wants: acpi-support.service
Wants: gpm.service
Wants: cron.service
Wants: saned.service
Wants: smartmontools.service
Wants: irqbalance.service
Wants: quotarpc.service
Wants: ekeyd-egd-linux.service
Wants: udftools.service
Wants: cpufrequtils.service
Wants: network-manager.service
Wants: pulseaudio.service
Wants: nfs-common.service
Wants: mcelog.service
Wants: postfix.service
Wants: acct.service
Wants: ekeyd.service
Wants: hddtemp.service
Wants: sysfsutils.service
Wants: privoxy.service
Wants: loadcpufreq.service
Wants: speech-dispatcher.service
Wants: tor.service
Wants: cups.service
Wants: acpi-fakekey.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: rsyslog.service
After: remote-fs.target
After: systemd-user-sessions.service
After: systemd-logind.service
After: getty.target
After: rc-local.service
After: virtlockd.socket
After: lm-sensors.service
After: binfmt-support.service
After: dbus.service
After: anacron.service
After: atd.service
After: libvirt-bin.service
After: libvirt-guests.service
After: irda-utils.service
After: sensord.service
After: edac.service
After: ntp.service
After: gdm3.service
After: bootlogs.service
After: motd.service
After: fail2ban.service
After: ipsec.service
After: mdadm.service
After: acpi-support.service
After: gpm.service
After: cron.service
After: saned.service
After: smartmontools.service
After: irqbalance.service
After: quotarpc.service
After: ekeyd-egd-linux.service
After: udftools.service
After: cpufrequtils.service
After: network-manager.service
After: pulseaudio.service
After: nfs-common.service
After: mcelog.service
After: postfix.service
After: acct.service
After: ekeyd.service
After: hddtemp.service
After: sysfsutils.service
After: privoxy.service
After: loadcpufreq.service
After: speech-dispatcher.service
After: tor.service
After: cups.service
After: acpi-fakekey.service
References: basic.target
References: rescue.service
References: rescue.target
References: binfmt-support.service
References: libvirt-guests.service
References: libvirt-bin.service
References: anacron.service
References: rsyslog.service
References: virtlockd.socket
References: remote-fs.target
References: atd.service
References: lm-sensors.service
References: rc-local.service
References: systemd-user-sessions.service
References: systemd-ask-password-wall.path
References: dbus.service
References: getty.target
References: systemd-logind.service
References: shutdown.target
References: systemd-update-utmp-runlevel.service
References: irda-utils.service
References: sensord.service
References: edac.service
References: ntp.service
References: gdm3.service
References: bootlogs.service
References: motd.service
References: fail2ban.service
References: ipsec.service
References: mdadm.service
References: acpi-support.service
References: gpm.service
References: cron.service
References: saned.service
References: smartmontools.service
References: irqbalance.service
References: quotarpc.service
References: ekeyd-egd-linux.service
References: udftools.service
References: cpufrequtils.service
References: network-manager.service
References: pulseaudio.service
References: nfs-common.service
References: mcelog.service
References: postfix.service
References: acct.service
References: ekeyd.service
References: hddtemp.service
References: sysfsutils.service
References: privoxy.service
References: loadcpufreq.service
References: speech-dispatcher.service
References: tor.service
References: cups.service
References: acpi-fakekey.service
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: rescue.target
Name: runlevel1.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: sysinit.target
Requires: rescue.service
Wants: systemd-update-utmp-runlevel.service
Wants: bootlogs.service
Wants: motd.service
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: multi-user.target
Before: systemd-update-utmp-runlevel.service
After: sysinit.target
After: rescue.service
After: bootlogs.service
After: motd.service
References: sysinit.target
References: rescue.service
References: shutdown.target
References: systemd-update-utmp-runlevel.service
References: bootlogs.service
References: motd.service
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: display-manager.service
WantedBy: graphical.target
ReferencedBy: graphical.target
Load Error Code: No such file or directory
-> Unit accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: accounts-daemon.service
Fragment Path: /lib/systemd/system/accounts-daemon.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/accounts-daemon.service
ControlGroup: name=systemd:/system/accounts-daemon.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 2182
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Accounts
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/accountsservice/accounts-daemon
-> 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
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: multi-user.target
Before: rescue.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: plymouth-start.service
References: shutdown.target
References: sysinit.target
References: plymouth-start.service
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/rescue.service
ControlGroup: name=systemd:/system/rescue.service
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: SIGHUP
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
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: /sbin/sulogin
-> ExecStopPost:
Command Line: /bin/systemctl --fail --no-block default
-> Unit virtlockd.socket:
Description: Virtual machine lock manager socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: virtlockd.socket
Fragment Path: /lib/systemd/system/virtlockd.socket
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: -.mount
Requires: sysinit.target
RequiredBy: virtlockd.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: virtlockd.service
Before: sockets.target
Before: shutdown.target
Before: multi-user.target
After: -.mount
After: sysinit.target
Triggers: virtlockd.service
References: virtlockd.service
References: -.mount
References: sockets.target
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: virtlockd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/virtlockd.socket
ControlGroup: name=systemd:/system/virtlockd.socket
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
ListenStream: /var/run/libvirt/virtlockd-sock
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: rc-local.service
Name: rc.local.service
Fragment Path: /lib/systemd/system/rc-local.service
(null): /etc/rc.local
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
Before: multi-user.target
Before: getty at tty2.service
After: network.target
After: systemd-journald.socket
After: basic.target
References: network.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/rc-local.service
ControlGroup: name=systemd:/system/rc-local.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/rc.local start
SysVStartPriority: 99
-> Unit 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: Fri 2014-01-10 19:20:11 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:11 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:11 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
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Wants: getty at tty1.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty at tty1.service
After: getty at tty2.service
References: getty at tty1.service
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: systemd-logind.service
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: nss-user-lookup.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: nss-user-lookup.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-logind.service
ControlGroup: name=systemd:/system/systemd-logind.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: none
Main PID: 2179
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_tty_config cap_audit_control
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
-> 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
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target
Before: systemd-logind.service
References: shutdown.target
ReferencedBy: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:21:35 CET
Active Enter Timestamp: Fri 2014-01-10 19:21:35 CET
Active Exit Timestamp: Fri 2014-01-10 19:21:35 CET
Inactive Enter Timestamp: Fri 2014-01-10 19:21:35 CET
GC Check Good: yes
Need Daemon Reload: no
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
Condition Timestamp: Fri 2014-01-10 19:21:35 CET
Condition Result: yes
Requires: basic.target
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
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
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/getty at .service/getty at tty1.service
ControlGroup: name=systemd:/system/getty at .service/getty at tty1.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
Main PID: 5677
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGHUP
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear %I 38400 linux
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: plymouth-quit-wait.service
Before: getty at tty1.service
Before: getty at tty2.service
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
Load Error Code: No such file or directory
-> 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
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
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-wall.path
After: systemd-user-sessions.service
After: systemd-journald.socket
After: basic.target
TriggeredBy: systemd-ask-password-wall.path
References: systemd-user-sessions.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-ask-password-wall.service
ControlGroup: name=systemd:/system/systemd-ask-password-wall.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: network.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Conflicts: shutdown.target
Before: rc-local.service
Before: cron.service
Before: ntp.service
Before: cups.service
Before: tor.service
Before: ipsec.service
Before: hddtemp.service
Before: virtualbox.service
Before: postfix.service
Before: libvirt-bin.service
Before: openafs-client.service
Before: irda-utils.service
Before: libvirt-guests.service
Before: fail2ban.service
Before: privoxy.service
Before: ekeyd-egd-linux.service
Before: rpcbind.service
After: iptables-persistent.service
References: shutdown.target
ReferencedBy: rc-local.service
ReferencedBy: iptables-persistent.service
ReferencedBy: cron.service
ReferencedBy: ntp.service
ReferencedBy: cups.service
ReferencedBy: tor.service
ReferencedBy: ipsec.service
ReferencedBy: hddtemp.service
ReferencedBy: virtualbox.service
ReferencedBy: postfix.service
ReferencedBy: libvirt-bin.service
ReferencedBy: openafs-client.service
ReferencedBy: irda-utils.service
ReferencedBy: libvirt-guests.service
ReferencedBy: fail2ban.service
ReferencedBy: privoxy.service
ReferencedBy: ekeyd-egd-linux.service
ReferencedBy: rpcbind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> 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
Name: virtlockd.service
Fragment Path: /lib/systemd/system/virtlockd.service
Requires: virtlockd.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: virtlockd.socket
After: systemd-journald.socket
After: basic.target
TriggeredBy: virtlockd.socket
References: virtlockd.socket
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: virtlockd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/virtlockd.service
ControlGroup: name=systemd:/system/virtlockd.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/sysconfig/virtlockd
OOMScoreAdjust: -900
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/virtlockd
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: auditd.service
Before: systemd-update-utmp-shutdown.service
Before: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-update-utmp-shutdown.service
ReferencedBy: systemd-update-utmp-runlevel.service
Load Error Code: No such file or directory
-> 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: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2014-01-10 19:20:16 CET
GC Check Good: no
Need Daemon Reload: no
Name: systemd-update-utmp-runlevel.service
Documentation: man:systemd-update-utmp-runlevel.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: -.mount
WantedBy: graphical.target
WantedBy: multi-user.target
WantedBy: rescue.target
Before: systemd-update-utmp-shutdown.service
Before: final.target
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup.service
After: auditd.service
After: systemd-journald.socket
After: -.mount
After: graphical.target
After: multi-user.target
After: rescue.target
References: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: auditd.service
References: final.target
References: systemd-journald.socket
References: -.mount
References: graphical.target
References: multi-user.target
References: rescue.target
ReferencedBy: systemd-update-utmp-shutdown.service
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: rescue.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-update-utmp-runlevel.service
ControlGroup: name=systemd:/system/systemd-update-utmp-runlevel.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Fri 2014-01-10 19:20:15 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
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit console-kit-log-system-start.service:
Description: Console System Startup Logging
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: console-kit-log-system-start.service
Fragment Path: /lib/systemd/system/console-kit-log-system-start.service
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
WantedBy: basic.target
Before: shutdown.target
After: sysinit.target
After: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/console-kit-log-system-start.service
ControlGroup: name=systemd:/system/console-kit-log-system-start.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ck-log-system-start
-> Unit alsa-restore.service:
Description: Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2014-01-10 19:20:15 CET
GC Check Good: no
Need Daemon Reload: no
Name: alsa-restore.service
Fragment Path: /lib/systemd/system/alsa-restore.service
ConditionPathExists: /var/lib/alsa/asound.state
ConditionPathExists: !/etc/alsa/state-daemon.conf
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: yes
WantedBy: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: alsa-state.service
After: systemd-journald.socket
References: alsa-state.service
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/alsa-restore.service
ControlGroup: name=systemd:/system/alsa-restore.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/var/run/alsa restore
-> 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
Name: alsa-state.service
Fragment Path: /lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf
Condition Timestamp: Fri 2014-01-10 19:20:15 CET
Condition Result: no
WantedBy: basic.target
Conflicts: shutdown.target
Before: shutdown.target
Before: alsa-restore.service
After: sysinit.target
After: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: basic.target
ReferencedBy: alsa-restore.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/alsa-state.service
ControlGroup: name=systemd:/system/alsa-state.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: 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
-> 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: Fri 2014-01-10 19:20:15 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:15 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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: Fri 2014-01-10 19:20:15 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
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Fri 2014-01-10 19:34:22 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2014-01-10 19:34:22 CET
GC Check Good: no
Need Daemon Reload: no
Name: systemd-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
ConditionDirectoryNotEmpty: |/run/tmpfiles.d
ConditionDirectoryNotEmpty: |/etc/tmpfiles.d
ConditionDirectoryNotEmpty: |/usr/local/lib/tmpfiles.d
ConditionDirectoryNotEmpty: |/usr/lib/tmpfiles.d
Condition Timestamp: Fri 2014-01-10 19:34:22 CET
Condition Result: yes
Wants: local-fs.target
Before: sysinit.target
Before: shutdown.target
After: systemd-tmpfiles-clean.timer
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: local-fs.target
After: systemd-journald.socket
TriggeredBy: systemd-tmpfiles-clean.timer
References: local-fs.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/systemd-tmpfiles-clean.service
ControlGroup: name=systemd:/system/systemd-tmpfiles-clean.service
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
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
-> Unit multipath-tools-boot.service:
Description: multipath-tools-boot.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: multipath-tools-boot.service
Before: lvm2.service
Before: mdadm-raid.service
ReferencedBy: lvm2.service
ReferencedBy: mdadm-raid.service
Load Error Code: No such file or directory
-> Unit devfsd.service:
Description: devfsd.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: devfsd.service
Before: qemu-system-x86.service
ReferencedBy: qemu-system-x86.service
Load Error Code: No such file or directory
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: console-screen.service
Before: console-setup.service
Before: gdm3.service
ReferencedBy: console-setup.service
ReferencedBy: gdm3.service
Load Error Code: No such file or directory
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: time-sync.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Conflicts: shutdown.target
Before: cron.service
Before: anacron.service
Before: tor.service
Before: postfix.service
Before: openafs-client.service
Before: nfs-common.service
Before: fail2ban.service
Before: privoxy.service
Before: edac.service
References: shutdown.target
ReferencedBy: cron.service
ReferencedBy: anacron.service
ReferencedBy: tor.service
ReferencedBy: postfix.service
ReferencedBy: openafs-client.service
ReferencedBy: nfs-common.service
ReferencedBy: fail2ban.service
ReferencedBy: privoxy.service
ReferencedBy: edac.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> 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
Name: nss-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Conflicts: shutdown.target
Before: cron.service
Before: tor.service
Before: postfix.service
Before: openafs-client.service
Before: privoxy.service
References: shutdown.target
ReferencedBy: cron.service
ReferencedBy: tor.service
ReferencedBy: postfix.service
ReferencedBy: openafs-client.service
ReferencedBy: privoxy.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit slapd.service:
Description: slapd.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: slapd.service
Before: cron.service
Before: cups.service
ReferencedBy: cron.service
ReferencedBy: cups.service
Load Error Code: No such file or directory
-> Unit autofs.service:
Description: autofs.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: autofs.service
Before: cron.service
ReferencedBy: cron.service
Load Error Code: No such file or directory
-> Unit ypbind.service:
Description: ypbind.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: ypbind.service
Before: cron.service
ReferencedBy: cron.service
Load Error Code: No such file or directory
-> Unit nscd.service:
Description: nscd.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: nscd.service
Before: cron.service
ReferencedBy: cron.service
Load Error Code: No such file or directory
-> Unit nslcd.service:
Description: nslcd.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: nslcd.service
Before: cron.service
Before: cups.service
ReferencedBy: cron.service
ReferencedBy: cups.service
Load Error Code: No such file or directory
-> Unit festival.service:
Description: festival.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: festival.service
Before: speech-dispatcher.service
ReferencedBy: speech-dispatcher.service
Load Error Code: No such file or directory
-> Unit avahi-daemon.service:
Description: avahi-daemon.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: avahi-daemon.service
Before: cups.service
ReferencedBy: cups.service
Load Error Code: No such file or directory
-> Unit samba.service:
Description: samba.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: samba.service
After: cups.service
ReferencedBy: cups.service
Load Error Code: No such file or directory
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: postgresql.service
Before: postfix.service
ReferencedBy: postfix.service
Load Error Code: No such file or directory
-> Unit mysql.service:
Description: mysql.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: mysql.service
Before: postfix.service
ReferencedBy: postfix.service
Load Error Code: No such file or directory
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: clamav-daemon.service
Before: postfix.service
ReferencedBy: postfix.service
Load Error Code: No such file or directory
-> Unit postgrey.service:
Description: postgrey.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: postgrey.service
Before: postfix.service
ReferencedBy: postfix.service
Load Error Code: No such file or directory
-> Unit spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: spamassassin.service
Before: postfix.service
ReferencedBy: postfix.service
Load Error Code: No such file or directory
-> Unit saslauthd.service:
Description: saslauthd.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: saslauthd.service
Before: postfix.service
ReferencedBy: postfix.service
Load Error Code: No such file or directory
-> Unit dovecot.service:
Description: dovecot.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: dovecot.service
Before: postfix.service
ReferencedBy: postfix.service
Load Error Code: No such file or directory
-> Unit iscsid.service:
Description: iscsid.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: iscsid.service
Before: libvirt-bin.service
ReferencedBy: libvirt-bin.service
Load Error Code: No such file or directory
-> Unit openafs-fileserver.service:
Description: openafs-fileserver.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: openafs-fileserver.service
Before: openafs-client.service
ReferencedBy: openafs-client.service
Load Error Code: No such file or directory
-> Unit iptables.service:
Description: iptables.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: iptables.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
Load Error Code: No such file or directory
-> Unit firehol.service:
Description: firehol.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: firehol.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
Load Error Code: No such file or directory
-> Unit shorewall.service:
Description: shorewall.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: shorewall.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
Load Error Code: No such file or directory
-> Unit ipmasq.service:
Description: ipmasq.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: ipmasq.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
Load Error Code: No such file or directory
-> Unit arno-iptables-firewall.service:
Description: arno-iptables-firewall.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: arno-iptables-firewall.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
Load Error Code: No such file or directory
-> Unit ferm.service:
Description: ferm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: ferm.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
Load Error Code: No such file or directory
-> Unit x-display-manager.target:
Description: x-display-manager.target
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: x-display-manager.target
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit gdm.service:
Description: gdm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: gdm.service
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit kdm.service:
Description: kdm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: kdm.service
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit xdm.service:
Description: xdm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: xdm.service
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit ldm.service:
Description: ldm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: ldm.service
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit sdm.service:
Description: sdm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: sdm.service
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit wdm.service:
Description: wdm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: wdm.service
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit nodm.service:
Description: nodm.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: nodm.service
Before: bootlogs.service
ReferencedBy: bootlogs.service
Load Error Code: No such file or directory
-> Unit avahi.service:
Description: avahi.service
Instance: n/a
Unit Load State: error
Unit Active State: 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
Name: avahi.service
Before: saned.service
Before: pulseaudio.service
ReferencedBy: saned.service
ReferencedBy: pulseaudio.service
Load Error Code: No such file or directory
-> Unit sys-devices-pci0000:00-0000:00:16.3-tty-ttyS1.device:
Description: 7 Series/C210 Series Chipset Family KT Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/tty/ttyS1
-> Unit dev-ttyS1.device:
Description: 7 Series/C210 Series Chipset Family KT Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-ttyS1.device
Following: sys-devices-pci0000:00-0000:00:16.3-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/tty/ttyS1
-> 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: 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
Name: sys-devices-pci0000:00-0000:00:19.0-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00: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: 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
Name: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
BoundBy: ifup at eth0.service
ReferencedBy: ifup at eth0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device
Job Timeout: 1min 30s
Wants: bluetooth.target
References: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0
-> 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: 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
Name: sys-subsystem-bluetooth-devices-hci0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/bluetooth/hci0
-> Unit bluetooth.target:
Description: Bluetooth
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: bluetooth.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/bluetooth.target
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1a.0-usb3-3\x2d1-3\x2d1.3-3\x2d1.3:1.0-bluetooth-hci0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device:
Description: 7 Series/C210 Series Chipset Family High Definition Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
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
OnFailureIsolate: no
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: Fri 2014-01-10 19:20:17 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sound.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Fri 2014-01-10 19:20:17 CET
Condition Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:1c.2-0000:0a:00.0-net-wlan0.device:
Description: Centrino Advanced-N 6205 AGN
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-pci0000:00-0000:00:1c.2-0000:0a:00.0-net-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:0a:00.0/net/wlan0
-> Unit sys-subsystem-net-devices-wlan0.device:
Description: Centrino Advanced-N 6205 AGN
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-subsystem-net-devices-wlan0.device
Job Timeout: 1min 30s
BoundBy: ifup at wlan0.service
ReferencedBy: ifup at wlan0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:0a:00.0/net/wlan0
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: 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
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-sda.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAC256MAM_0000000012190339EE5A.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAC256MAM_0000000012190339EE5A.device
Following: 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
OnFailureIsolate: no
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-scsi\x2dSATA_C400\x2dMTFDDAC256M0000000012190339EE5A.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-scsi\x2dSATA_C400\x2dMTFDDAC256M0000000012190339EE5A.device
Following: 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
OnFailureIsolate: no
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\x2d0x500a07510339ee5a.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-wwn\x2d0x500a07510339ee5a.device
Following: 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
OnFailureIsolate: no
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: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: 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
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-sda1.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
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
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAC256MAM_0000000012190339EE5A\x2dpart1.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-ata\x2dC400\x2dMTFDDAC256MAM_0000000012190339EE5A\x2dpart1.device
Following: 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
OnFailureIsolate: no
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-scsi\x2dSATA_C400\x2dMTFDDAC256M0000000012190339EE5A\x2dpart1.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-scsi\x2dSATA_C400\x2dMTFDDAC256M0000000012190339EE5A\x2dpart1.device
Following: 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
OnFailureIsolate: no
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\x2d0x500a07510339ee5a\x2dpart1.device:
Description: C400-MTFDDAC256MAM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-wwn\x2d0x500a07510339ee5a\x2dpart1.device
Following: 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
OnFailureIsolate: no
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-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: 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
Name: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: dev-ttyS2.device
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: dev-ttyS3.device
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit sys-devices-pnp0-00:09-tty-ttyS0.device:
Description: /sys/devices/pnp0/00:09/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-pnp0-00:09-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:09/tty/ttyS0
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-ttyS0.device
Following: sys-devices-pnp0-00:09-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:09/tty/ttyS0
-> Unit sys-devices-pnp0-00:0a-printer-lp0.device:
Description: /sys/devices/pnp0/00:0a/printer/lp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-pnp0-00:0a-printer-lp0.device
Job Timeout: 1min 30s
Wants: printer.target
References: printer.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:0a/printer/lp0
-> Unit printer.target:
Description: Printer
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:17 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: printer.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/printer.target
Condition Timestamp: Fri 2014-01-10 19:20:17 CET
Condition Result: yes
WantedBy: sys-devices-pnp0-00:0a-printer-lp0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pnp0-00:0a-printer-lp0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-lp0.device:
Description: /dev/lp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-lp0.device
Following: sys-devices-pnp0-00:0a-printer-lp0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:0a/printer/lp0
-> Unit sys-devices-virtual-net-virbr1.device:
Description: /sys/devices/virtual/net/virbr1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-virtual-net-virbr1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr1
-> Unit sys-subsystem-net-devices-virbr1.device:
Description: /sys/subsystem/net/devices/virbr1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-subsystem-net-devices-virbr1.device
Job Timeout: 1min 30s
BoundBy: ifup at virbr1.service
ReferencedBy: ifup at virbr1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr1
-> Unit sys-devices-virtual-net-virbr1\x2dnic.device:
Description: /sys/devices/virtual/net/virbr1-nic
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-virtual-net-virbr1\x2dnic.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr1-nic
-> Unit sys-subsystem-net-devices-virbr1\x2dnic.device:
Description: /sys/subsystem/net/devices/virbr1-nic
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-subsystem-net-devices-virbr1\x2dnic.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr1-nic
-> Unit sys-devices-virtual-net-virbr2.device:
Description: /sys/devices/virtual/net/virbr2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-virtual-net-virbr2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr2
-> Unit sys-subsystem-net-devices-virbr2.device:
Description: /sys/subsystem/net/devices/virbr2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-subsystem-net-devices-virbr2.device
Job Timeout: 1min 30s
BoundBy: ifup at virbr2.service
ReferencedBy: ifup at virbr2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr2
-> Unit sys-devices-virtual-net-virbr2\x2dnic.device:
Description: /sys/devices/virtual/net/virbr2-nic
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-virtual-net-virbr2\x2dnic.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr2-nic
-> Unit sys-subsystem-net-devices-virbr2\x2dnic.device:
Description: /sys/subsystem/net/devices/virbr2-nic
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-subsystem-net-devices-virbr2\x2dnic.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/virbr2-nic
-> Unit sys-devices-virtual-net-vnet0.device:
Description: /sys/devices/virtual/net/vnet0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-virtual-net-vnet0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/vnet0
-> Unit sys-subsystem-net-devices-vnet0.device:
Description: /sys/subsystem/net/devices/vnet0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-subsystem-net-devices-vnet0.device
Job Timeout: 1min 30s
BoundBy: ifup at vnet0.service
ReferencedBy: ifup at vnet0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/vnet0
-> Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-module-fuse.device
Job Timeout: 1min 30s
Wants: sys-fs-fuse-connections.mount
References: sys-fs-fuse-connections.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/module/fuse
-> Unit sys-devices-virtual-block-dm\x2d0.device:
Description: /sys/devices/virtual/block/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: dev-dm\x2d0.device
Following: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_system\x2droot.device:
Description: /dev/disk/by-id/dm-name-vg_system-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_system\x2droot.device
Following: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d08w1BynKEWoCKJSnV7WF8010EWwRjGH0IDqDetbBn2Qu1eTgnvJB5YxSt5FsB3NT.device:
Description: /dev/disk/by-id/dm-uuid-LVM-08w1BynKEWoCKJSnV7WF8010EWwRjGH0IDqDetbBn2Qu1eTgnvJB5YxSt5FsB3NT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d08w1BynKEWoCKJSnV7WF8010EWwRjGH0IDqDetbBn2Qu1eTgnvJB5YxSt5FsB3NT.device
Following: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-mapper-vg_system\x2droot.device:
Description: /dev/mapper/vg_system-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-mapper-vg_system\x2droot.device
Following: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-vg_system-root.device:
Description: /dev/vg_system/root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-vg_system-root.device
Following: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit sys-devices-virtual-block-dm\x2d1.device:
Description: /sys/devices/virtual/block/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: 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
Name: dev-dm\x2d1.device
Following: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_system\x2dswap.device:
Description: /dev/disk/by-id/dm-name-vg_system-swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_system\x2dswap.device
Following: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d08w1BynKEWoCKJSnV7WF8010EWwRjGH0VK0DTJstDg8UR61LHm89CPxrNxLMAcQi.device:
Description: /dev/disk/by-id/dm-uuid-LVM-08w1BynKEWoCKJSnV7WF8010EWwRjGH0VK0DTJstDg8UR61LHm89CPxrNxLMAcQi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2d08w1BynKEWoCKJSnV7WF8010EWwRjGH0VK0DTJstDg8UR61LHm89CPxrNxLMAcQi.device
Following: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-mapper-vg_system\x2dswap.device:
Description: /dev/mapper/vg_system-swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-mapper-vg_system\x2dswap.device
Following: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-vg_system-swap.device:
Description: /dev/vg_system/swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-vg_system-swap.device
Following: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit sys-devices-virtual-block-dm\x2d2.device:
Description: /sys/devices/virtual/block/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-dm\x2d2.device:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-dm\x2d2.device
Following: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-dm\x2dname\x2droot.device:
Description: /dev/disk/by-id/dm-name-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-dm\x2dname\x2droot.device
Following: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2dd0ad88182fff490aab46a41882ad43c4\x2droot.device:
Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-d0ad88182fff490aab46a41882ad43c4-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2dd0ad88182fff490aab46a41882ad43c4\x2droot.device
Following: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2dlabel-root.device:
Description: /dev/disk/by-label/root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2dlabel-root.device
Following: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2duuid-0d5233fb\x2d981e\x2d4e1e\x2d9a62\x2d66976ca43c7d.device:
Description: /dev/disk/by-uuid/0d5233fb-981e-4e1e-9a62-66976ca43c7d
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: dev-disk-by\x2duuid-0d5233fb\x2d981e\x2d4e1e\x2d9a62\x2d66976ca43c7d.device
Following: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit 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: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: polkitd.service
Fragment Path: /lib/systemd/system/polkitd.service
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/polkitd.service
ControlGroup: name=systemd:/system/polkitd.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 2460
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: 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
-> Unit colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: colord.service
Fragment Path: /lib/systemd/system/colord.service
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/colord.service
ControlGroup: name=systemd:/system/colord.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 2474
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ColorManager
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: colord
-> ExecStart:
Command Line: /usr/lib/colord/colord
-> Unit ifup at wlan0.service:
Description: ifup for wlan0
Instance: wlan0
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:16 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifup at wlan0.service
Fragment Path: /lib/systemd/system/ifup at .service
Condition Timestamp: Fri 2014-01-10 19:20:16 CET
Condition Result: yes
Requires: basic.target
BindsTo: sys-subsystem-net-devices-wlan0.device
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: sys-subsystem-net-devices-wlan0.device
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifup at .service/ifup at wlan0.service
ControlGroup: name=systemd:/system/ifup at .service/ifup at wlan0.service
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/ifup --allow=hotplug %I
-> ExecStop:
Command Line: /sbin/ifdown %I
-> Unit wpa_supplicant.service:
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:17 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: wpa_supplicant.service
Fragment Path: /lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Fri 2014-01-10 19:20:17 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/wpa_supplicant.service
ControlGroup: name=systemd:/system/wpa_supplicant.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 3161
Main PID Known: yes
Main PID Alien: no
BusName: fi.epitest.hostap.WPASupplicant
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/wpa_supplicant -u -s -O /var/run/wpa_supplicant
-> Unit ifup at eth0.service:
Description: ifup for eth0
Instance: eth0
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:17 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifup at eth0.service
Fragment Path: /lib/systemd/system/ifup at .service
Condition Timestamp: Fri 2014-01-10 19:20:17 CET
Condition Result: yes
Requires: basic.target
BindsTo: sys-subsystem-net-devices-eth0.device
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: sys-subsystem-net-devices-eth0.device
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifup at .service/ifup at eth0.service
ControlGroup: name=systemd:/system/ifup at .service/ifup at eth0.service
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/ifup --allow=hotplug %I
-> ExecStop:
Command Line: /sbin/ifdown %I
-> Unit console-kit-daemon.service:
Description: Console Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:17 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: console-kit-daemon.service
Fragment Path: /lib/systemd/system/console-kit-daemon.service
Condition Timestamp: Fri 2014-01-10 19:20:17 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: syslog.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: syslog.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/console-kit-daemon.service
ControlGroup: name=systemd:/system/console-kit-daemon.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 3509
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ConsoleKit
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/console-kit-daemon --no-daemon
-> Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:18 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:18 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: upower.service
Documentation: man:upowerd(8)
Fragment Path: /lib/systemd/system/upower.service
Condition Timestamp: Fri 2014-01-10 19:20:18 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/upower.service
ControlGroup: name=systemd:/system/upower.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 3780
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UPower
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/upower/upowerd
-> Unit udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:20:40 CET
Active Enter Timestamp: Fri 2014-01-10 19:20:40 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: udisks2.service
Documentation: man:udisks(8)
Fragment Path: /lib/systemd/system/udisks2.service
Condition Timestamp: Fri 2014-01-10 19:20:40 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: dbus.socket
After: basic.target
References: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/udisks2.service
ControlGroup: name=systemd:/system/udisks2.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
Main PID: 4765
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UDisks2
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/udisks2/udisksd --no-debug
-> Unit getty at tty2.service:
Description: Getty on tty2
Instance: tty2
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 19:21:35 CET
Active Enter Timestamp: Fri 2014-01-10 19:21:35 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: getty at tty2.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0
Condition Timestamp: Fri 2014-01-10 19:21:35 CET
Condition Result: yes
Requires: basic.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
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
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/getty at .service/getty at tty2.service
ControlGroup: name=systemd:/system/getty at .service/getty at tty2.service
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
Main PID: 5661
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGHUP
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty2
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty2
-> ExecStart:
Command Line: /sbin/agetty --noclear %I 38400 linux
-> Unit ifup at virbr1.service:
Description: ifup for virbr1
Instance: virbr1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 20:51:23 CET
Active Enter Timestamp: Fri 2014-01-10 20:51:23 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifup at virbr1.service
Fragment Path: /lib/systemd/system/ifup at .service
Condition Timestamp: Fri 2014-01-10 20:51:23 CET
Condition Result: yes
Requires: basic.target
BindsTo: sys-subsystem-net-devices-virbr1.device
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: sys-subsystem-net-devices-virbr1.device
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifup at .service/ifup at virbr1.service
ControlGroup: name=systemd:/system/ifup at .service/ifup at virbr1.service
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/ifup --allow=hotplug %I
-> ExecStop:
Command Line: /sbin/ifdown %I
-> Unit ifup at virbr1-nic.service:
Description: ifup for virbr1/nic
Instance: virbr1-nic
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 20:51:23 CET
Active Enter Timestamp: Fri 2014-01-10 20:51:23 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifup at virbr1-nic.service
Fragment Path: /lib/systemd/system/ifup at .service
Condition Timestamp: Fri 2014-01-10 20:51:23 CET
Condition Result: yes
Requires: basic.target
BindsTo: sys-subsystem-net-devices-virbr1-nic.device
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: sys-subsystem-net-devices-virbr1-nic.device
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifup at .service/ifup at virbr1-nic.service
ControlGroup: name=systemd:/system/ifup at .service/ifup at virbr1-nic.service
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/ifup --allow=hotplug %I
-> ExecStop:
Command Line: /sbin/ifdown %I
-> Unit sys-subsystem-net-devices-virbr1-nic.device:
Description: sys-subsystem-net-devices-virbr1-nic.device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: sys-subsystem-net-devices-virbr1-nic.device
Job Timeout: 1min 30s
BoundBy: ifup at virbr1-nic.service
ReferencedBy: ifup at virbr1-nic.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: dead
Sysfs Path: n/a
-> Unit ifup at virbr2.service:
Description: ifup for virbr2
Instance: virbr2
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 20:51:25 CET
Active Enter Timestamp: Fri 2014-01-10 20:51:25 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifup at virbr2.service
Fragment Path: /lib/systemd/system/ifup at .service
Condition Timestamp: Fri 2014-01-10 20:51:25 CET
Condition Result: yes
Requires: basic.target
BindsTo: sys-subsystem-net-devices-virbr2.device
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: sys-subsystem-net-devices-virbr2.device
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifup at .service/ifup at virbr2.service
ControlGroup: name=systemd:/system/ifup at .service/ifup at virbr2.service
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/ifup --allow=hotplug %I
-> ExecStop:
Command Line: /sbin/ifdown %I
-> Unit ifup at virbr2-nic.service:
Description: ifup for virbr2/nic
Instance: virbr2-nic
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 20:51:25 CET
Active Enter Timestamp: Fri 2014-01-10 20:51:25 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifup at virbr2-nic.service
Fragment Path: /lib/systemd/system/ifup at .service
Condition Timestamp: Fri 2014-01-10 20:51:25 CET
Condition Result: yes
Requires: basic.target
BindsTo: sys-subsystem-net-devices-virbr2-nic.device
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: sys-subsystem-net-devices-virbr2-nic.device
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifup at .service/ifup at virbr2-nic.service
ControlGroup: name=systemd:/system/ifup at .service/ifup at virbr2-nic.service
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/ifup --allow=hotplug %I
-> ExecStop:
Command Line: /sbin/ifdown %I
-> Unit sys-subsystem-net-devices-virbr2-nic.device:
Description: sys-subsystem-net-devices-virbr2-nic.device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Name: sys-subsystem-net-devices-virbr2-nic.device
Job Timeout: 1min 30s
BoundBy: ifup at virbr2-nic.service
ReferencedBy: ifup at virbr2-nic.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: dead
Sysfs Path: n/a
-> Unit ifup at vnet0.service:
Description: ifup for vnet0
Instance: vnet0
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Fri 2014-01-10 20:51:26 CET
Active Enter Timestamp: Fri 2014-01-10 20:51:26 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Name: ifup at vnet0.service
Fragment Path: /lib/systemd/system/ifup at .service
Condition Timestamp: Fri 2014-01-10 20:51:26 CET
Condition Result: yes
Requires: basic.target
BindsTo: sys-subsystem-net-devices-vnet0.device
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
References: local-fs.target
References: sys-subsystem-net-devices-vnet0.device
References: systemd-journald.socket
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureIsolate: no
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
ControlGroup: cpu:/system/ifup at .service/ifup at vnet0.service
ControlGroup: name=systemd:/system/ifup at .service/ifup at vnet0.service
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
ControlGroupModify: no
ControlGroupPersistent: yes
PrivateNetwork: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/ifup --allow=hotplug %I
-> ExecStop:
Command Line: /sbin/ifdown %I
--------------
Contents of /var/lib/systemd/deb-systemd-helper-enabled:
--------------
==> /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/virtlockd.socket.dsh-also <==
/etc/systemd/system/multi-user.target.wants/virtlockd.socket
/etc/systemd/system/multi-user.target.wants/virtlockd.socket
/etc/systemd/system/multi-user.target.wants/virtlockd.socket
/etc/systemd/system/multi-user.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/haveged.service.dsh-also <==
/etc/systemd/system/default.target.wants/haveged.service
==> /var/lib/systemd/deb-systemd-helper-enabled/binfmt-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/binfmt-support.service
==> /var/lib/systemd/deb-systemd-helper-enabled/pcscd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/pcscd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
/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/sockets.target.wants/pcscd.socket <==
==> /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/libvirt-guests.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirt-bin.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/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/virtlockd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lm-sensors.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/pcscd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/pcscd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirt-bin.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirt-bin.service
/etc/systemd/system/multi-user.target.wants/libvirt-bin.service
/etc/systemd/system/multi-user.target.wants/libvirt-bin.service
/etc/systemd/system/multi-user.target.wants/libvirt-bin.service
==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/haveged.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.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/libvirt-guests.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.12-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DE.utf8, LC_CTYPE=en_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages systemd depends on:
ii acl 2.2.52-1
ii adduser 3.113+nmu3
ii initscripts 2.88dsf-45
ii libacl1 2.2.52-1
ii libaudit1 1:2.3.2-3
ii libc6 2.17-97
ii libcap2 1:2.22-1.2
ii libcryptsetup4 2:1.6.1-1
ii libdbus-1-3 1.7.10-2
ii libgcrypt11 1.5.3-3
ii libkmod2 16-2
ii liblzma5 5.1.1alpha+20120614-2
ii libpam0g 1.1.3-10
ii libselinux1 2.2.1-1
ii libsystemd-daemon0 204-6
ii libsystemd-journal0 204-6
ii libsystemd-login0 204-6
ii libudev1 204-6
ii libwrap0 7.6.q-24
ii udev 204-6
ii util-linux 2.20.1-5.5
Versions of packages systemd recommends:
ii libpam-systemd 204-6
Versions of packages systemd suggests:
ii systemd-ui 2-2
-- Configuration Files:
/etc/systemd/logind.conf changed [not included]
-- no debconf information
More information about the Pkg-systemd-maintainers
mailing list