Bug#791412: systemd invoking a service on its own
Ritesh Raj Sarraf
rrs at debian.org
Sat Jul 4 14:35:12 BST 2015
Package: systemd
Version: 220-7
Severity: normal
I have a .service defined for laptop-mode-tools
rrs at chutzpah:~$ cat /lib/systemd/system/laptop-mode.service
[Unit]
Description=Laptop Mode Tools
[Service]
Type=oneshot
#RemainAfterExit=no
ExecStart=/usr/sbin/laptop_mode init auto
ExecStop=/usr/sbin/laptop_mode init stop
ExecStopPost=/bin/rm -f /var/run/laptop-mode-tools/enabled
StandardOutput=tty
StandardError=tty
[Install]
WantedBy=multi-user.target
Do you see the following behavior of systemd to be normal ?
I have no idea as to why it is invoking laptop-mode-tools every 22 seconds.
Another problem is:
The ExecStart script executes /usr/sbin/laptop_mode, which internally backgroups another script, after acquiring a persistent lock.
For what I've debugged so far, it turns out systemd quietly kills (or does not allow invocation of) scripts that are backgrounded
Jul 04 18:52:27 chutzpah laptop-mode[25313]: Laptop Mode Tools invoked by parent: 1
Jul 04 18:52:27 chutzpah laptop-mode[25315]: Determining power state from /sys/class/power_supply/AC/online.
Jul 04 18:52:27 chutzpah laptop-mode[25318]: Not trying other options, already found a power supply.
Jul 04 18:52:27 chutzpah laptop-mode[25327]: Battery level polling is enabled.
Jul 04 18:52:27 chutzpah laptop-mode[25328]: Going to try flock now
Jul 04 18:52:27 chutzpah laptop-mode[25330]: Lock acquisition on descriptor 7 succeeded with pid 25305
Jul 04 18:52:27 chutzpah laptop-mode[25332]: On battery and there was no polling daemon yet, starting the polling daemon.
Jul 04 18:52:27 chutzpah laptop-mode[25336]: Prelim lock acquisition on descriptor 8 with pid 25305
Jul 04 18:52:27 chutzpah laptop-mode[25339]: Prelim lock acquisition on descriptor 9 with pid 25305
Jul 04 18:52:27 chutzpah laptop-mode[25340]: Now invoking lmt_main_function with arguments -- auto
Jul 04 18:52:27 chutzpah laptop-mode[25346]: Laptop Mode Tools invoked by parent: 1
Jul 04 18:52:27 chutzpah laptop-mode[25348]: Determining power state from /sys/class/power_supply/AC/online.
Jul 04 18:52:28 chutzpah laptop-mode[25351]: Not trying other options, already found a power supply.
Jul 04 18:52:29 chutzpah laptop-mode[25362]: On battery power: Activating, because ENABLE_LAPTOP_MODE_ON_BATTERY is set.
Jul 04 18:52:29 chutzpah laptop-mode[25364]: Not on AC and we have battery information in /sys/class/power_supply/BAT* -- checking minimum battery charge.
Jul 04 18:52:30 chutzpah laptop-mode[25366]: /sys/class/power_supply/AC is of type Mains.
Jul 04 18:52:30 chutzpah laptop-mode[25367]: Not of type "Battery", skipping.
Jul 04 18:52:50 chutzpah laptop-mode[25382]: Laptop Mode Tools invoked by parent: 1
Jul 04 18:52:50 chutzpah laptop-mode[25384]: Determining power state from /sys/class/power_supply/AC/online.
Jul 04 18:52:50 chutzpah laptop-mode[25387]: Not trying other options, already found a power supply.
Jul 04 18:52:50 chutzpah laptop-mode[25396]: Battery level polling is enabled.
Jul 04 18:52:50 chutzpah laptop-mode[25397]: Going to try flock now
Jul 04 18:52:50 chutzpah laptop-mode[25399]: Lock acquisition on descriptor 7 succeeded with pid 25374
Jul 04 18:52:50 chutzpah laptop-mode[25401]: On battery and there was no polling daemon yet, starting the polling daemon.
Jul 04 18:52:50 chutzpah laptop-mode[25405]: Prelim lock acquisition on descriptor 8 with pid 25374
Jul 04 18:52:50 chutzpah laptop-mode[25408]: Prelim lock acquisition on descriptor 9 with pid 25374
Jul 04 18:52:50 chutzpah laptop-mode[25409]: Now invoking lmt_main_function with arguments -- auto
Jul 04 18:52:50 chutzpah laptop-mode[25415]: Laptop Mode Tools invoked by parent: 1
Jul 04 18:52:50 chutzpah laptop-mode[25417]: Determining power state from /sys/class/power_supply/AC/online.
Jul 04 18:52:50 chutzpah laptop-mode[25420]: Not trying other options, already found a power supply.
Jul 04 18:52:50 chutzpah laptop-mode[25431]: On battery power: Activating, because ENABLE_LAPTOP_MODE_ON_BATTERY is set.
Jul 04 18:52:50 chutzpah laptop-mode[25433]: Not on AC and we have battery information in /sys/class/power_supply/BAT* -- checking minimum battery charge.
Jul 04 18:52:50 chutzpah laptop-mode[25435]: /sys/class/power_supply/AC is of type Mains.
Jul 04 18:52:50 chutzpah laptop-mode[25436]: Not of type "Battery", skipping.
Jul 04 18:52:50 chutzpah laptop-mode[25438]: /sys/class/power_supply/BAT0 is of type Battery.
Jul 04 18:52:50 chutzpah laptop-mode[25439]: Checking levels for /sys/class/power_supply/BAT0.
Jul 04 18:52:50 chutzpah laptop-mode[25441]: Present: 1.
Jul 04 18:52:50 chutzpah laptop-mode[25443]: Remaining charge: 2474000
Jul 04 18:52:50 chutzpah laptop-mode[25445]: Full capacity: 2654000
Jul 04 18:52:50 chutzpah laptop-mode[25447]: Laptop mode
Jul 04 18:52:50 chutzpah laptop-mode[25448]: Checking if desired state is different from current state.
Jul 04 18:52:50 chutzpah laptop-mode[25449]: enabled, active [unchanged]
Jul 04 18:52:50 chutzpah laptop-mode[25450]: Exiting clean
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.1.1+ (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.113+nmu3
ii libacl1 2.2.52-2
ii libapparmor1 2.9.2-3
ii libaudit1 1:2.4.2-1
ii libblkid1 2.26.2-6
ii libc6 2.19-18
ii libcap2 1:2.24-9
ii libcap2-bin 1:2.24-9
ii libcryptsetup4 2:1.6.6-5
ii libgcrypt20 1.6.3-2
ii libkmod2 20-1
ii liblzma5 5.1.1alpha+20120614-2+b3
ii libmount1 2.26.2-6
ii libpam0g 1.1.8-3.1
ii libseccomp2 2.2.1-2
ii libselinux1 2.3-2+b1
ii libsystemd0 220-7
ii mount 2.26.2-6
ii sysv-rc 2.88dsf-59.2
ii udev 220-7
ii util-linux 2.26.2-6
Versions of packages systemd recommends:
ii dbus 1.8.18-1
ii libpam-systemd 220-7
Versions of packages systemd suggests:
pn systemd-ui <none>
-- Configuration Files:
/etc/systemd/logind.conf changed:
[Login]
HandleLidSwitch=ignore
LidSwitchIgnoreInhibited=yes
-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: systemd-delta.txt
Type: text/x-diff
Size: 1850 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/attachments/20150704/fa99c65f/attachment-0001.diff>
-------------- next part --------------
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-mqueue.mount
Documentation: man:mq_overview(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionPathExists: /proc/sys/fs/mqueue untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit getty at tty7.service:
Description: Getty on tty7
Instance: tty7
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty7.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
ConflictedBy: gdm.service
Before: shutdown.target
Before: getty.target
Before: gdm.service
After: systemd-user-sessions.service
After: basic.target
After: systemd-journald.socket
After: system-getty.slice
After: rc-local.service
After: plymouth-quit-wait.service
References: systemd-user-sessions.service
References: basic.target
References: systemd-journald.socket
References: system-getty.slice
References: shutdown.target
References: rc-local.service
References: getty.target
References: plymouth-quit-wait.service
ReferencedBy: gdm.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty7
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty7
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit getty at tty5.service:
Description: Getty on tty5
Instance: tty5
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:50:50 IST
Active Enter Timestamp: Sat 2015-07-04 17:50:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty5.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty5.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2015-07-04 17:50:50 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:50:50 IST
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: basic.target
After: systemd-user-sessions.service
After: rc-local.service
After: plymouth-quit-wait.service
After: systemd-journald.socket
After: system-getty.slice
References: basic.target
References: rc-local.service
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: systemd-journald.socket
References: system-getty.slice
References: getty.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 2893
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty5
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty5
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit dev-sda3.device:
Description: HGST_HTS725050A7E630 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda3.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit lxc.service:
Description: LXC Container Initialization and Autoboot Code
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:21 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:26 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/lxc.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: lxc.service
Fragment Path: /lib/systemd/system/lxc.service
Condition Timestamp: Sat 2015-07-04 17:46:21 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:21 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: basic.target
After: systemd-journald.socket
After: network.target
After: syslog.target
References: system.slice
References: basic.target
References: systemd-journald.socket
References: network.target
References: syslog.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: syslog
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-devsetup
-> ExecStart:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-autostart-helper start
-> ExecStop:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-autostart-helper stop
-> Unit dev-mapper-LocalCrypt\x2dSWAP.swap:
Description: /dev/mapper/LocalCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-mapper-LocalCrypt\x2dSWAP.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-mapper-LocalCrypt\x2dSWAP.swap
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-LocalCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Fragment Path: /run/systemd/generator/dev-mapper-LocalCrypt\x2dSWAP.swap
Source Path: /etc/fstab
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:10 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
BindsTo: dev-mapper-LocalCrypt\x2dSWAP.device
RequiredBy: swap.target
WantedBy: dev-mapper-LocalCrypt\x2dSWAP.device
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: dev-mapper-LocalCrypt\x2dSWAP.device
After: systemd-journald.socket
After: system.slice
After: -.mount
References: -.mount
References: dev-mapper-LocalCrypt\x2dSWAP.device
References: umount.target
References: system.slice
References: systemd-journald.socket
ReferencedBy: swap.target
RequiresMountsFor: /dev/mapper/LocalCrypt-SWAP
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/mapper/LocalCrypt-SWAP
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/dm-1
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device:
Description: /dev/disk/by-id/dm-uuid-LVM-JuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-LocalCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following Set Member: dev-mapper-LocalCrypt\x2dROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit sys-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: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-bluetooth-devices-hci0.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/bluetooth/hci0
-> Unit dev-dm\x2d2.device:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d2.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-LocalCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following Set Member: dev-mapper-LocalCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit mail-transport-agent.target:
Description: Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:32 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:32 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mail-transport-agent.target
Fragment Path: /lib/systemd/system/mail-transport-agent.target
Source Path: /etc/insserv.conf.d/postfix
DropIn Path: /run/systemd/generator/mail-transport-agent.target.d/50-hard-dependency-postfix-$mail-transport-agent.conf
Condition Timestamp: Sat 2015-07-04 17:46:32 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:32 IST
Assert Result: yes
Requires: postfix.service
WantedBy: postfix.service
Conflicts: shutdown.target
After: postfix.service
References: shutdown.target
References: postfix.service
ReferencedBy: postfix.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-control.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: systemd-udev-trigger.service
Before: sockets.target
After: -.slice
After: -.mount
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: -.slice
References: -.mount
References: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
Description: HGST_HTS725050A7E630 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service:
Description: File System Check on /dev/disk/by-uuid/175b2d9e-8a00-4c6b-ade6-8485a7f22276
Instance: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:14 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sat 2015-07-04 17:46:13 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:13 IST
Assert Result: yes
Wants: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
RequiredByOverridable: boot.mount
Before: shutdown.target
Before: boot.mount
After: systemd-fsck-root.service
After: local-fs-pre.target
After: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
After: systemd-journald.socket
After: systemd-fsckd.socket
After: system-systemd\x2dfsck.slice
References: systemd-fsck-root.service
References: local-fs-pre.target
References: shutdown.target
References: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
References: systemd-journald.socket
References: systemd-fsckd.socket
References: system-systemd\x2dfsck.slice
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck %f
-> Unit dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V.device:
Description: HGST_HTS725050A7E630
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:25 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/accounts-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: accounts-daemon.service
Fragment Path: /lib/systemd/system/accounts-daemon.service
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: nss-user-lookup.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: basic.target
After: systemd-journald.socket
After: system.slice
After: nss-user-lookup.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: nss-user-lookup.target
References: system.slice
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1389
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Accounts
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/accountsservice/accounts-daemon
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:05 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Sat 2015-07-04 17:46:05 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:05 IST
Assert Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: boot.mount
Before: run-user-1000.mount
Before: var-lib-machines.mount
Before: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
Before: run-user-1000-gvfs.mount
Before: local-fs.target
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup-dev.service
References: shutdown.target
ReferencedBy: var-lib-machines.mount
ReferencedBy: local-fs.target
ReferencedBy: run-user-1000.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: boot.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-setup-dgram-qlen.service:
Description: Increase datagram queue length
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-setup-dgram-qlen.service
Fragment Path: /lib/systemd/system/systemd-setup-dgram-qlen.service
ConditionPathIsReadWrite: /proc/sys/net/unix/max_dgram_qlen untested
Wants: system.slice
WantedBy: syslog.socket
Before: syslog.socket
After: system.slice
References: system.slice
References: syslog.socket
ReferencedBy: syslog.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /sbin/sysctl -w net.unix.max_dgram_qlen=512
-> Unit systemd-udev-settle.service:
Description: udev Wait for Complete Device Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:05 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-settle.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udev-settle.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-settle.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2015-07-04 17:46:05 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:05 IST
Assert Result: yes
Wants: system.slice
Wants: systemd-udevd.service
WantedBy: lvm2-activation.service
WantedBy: lvm2-activation-early.service
Before: sysinit.target
Before: udev-finish.service
Before: lvm2-activation-early.service
After: systemd-udev-trigger.service
After: systemd-journald.socket
After: system.slice
References: systemd-udevd.service
References: sysinit.target
References: systemd-udev-trigger.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: udev-finish.service
ReferencedBy: lvm2-activation.service
ReferencedBy: lvm2-activation-early.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm settle
-> Unit system-lvm2\x2dpvscan.slice:
Description: system-lvm2\x2dpvscan.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-lvm2\x2dpvscan.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-lvm2\x2dpvscan.slice
Condition Timestamp: Sat 2015-07-04 17:46:09 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:09 IST
Assert Result: yes
Wants: system.slice
WantedBy: lvm2-pvscan at 254:0.service
Conflicts: shutdown.target
Before: lvm2-pvscan at 254:0.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: lvm2-pvscan at 254:0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit uuidd.service:
Description: Daemon for generating UUIDs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: uuidd.service
Fragment Path: /lib/systemd/system/uuidd.service
Requires: uuidd.socket
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: uuidd.socket
After: systemd-journald.socket
After: system.slice
After: basic.target
TriggeredBy: uuidd.socket
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: uuidd.socket
References: system.slice
ReferencedBy: uuidd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: uuidd
Group: uuidd
-> ExecStart:
Command Line: /usr/sbin/uuidd --socket-activation
-> Unit dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device:
Description: /dev/disk/by-uuid/4482869d-a0bc-458c-8560-e7baf8828e45
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-LocalCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apparmor.service
Before: networking.service
ReferencedBy: networking.service
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: user.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: -.slice
WantedBy: systemd-logind.service
WantedBy: user-1000.slice
Conflicts: shutdown.target
Before: systemd-logind.service
Before: shutdown.target
Before: slices.target
Before: user-1000.slice
After: -.slice
References: shutdown.target
References: -.slice
References: slices.target
ReferencedBy: systemd-logind.service
ReferencedBy: user-1000.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit avahi-daemon.socket:
Description: Avahi mDNS/DNS-SD Stack Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: avahi-daemon.socket
Fragment Path: /lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: -.slice
RequiredBy: avahi-daemon.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: avahi-daemon.service
Before: sockets.target
After: sysinit.target
After: -.slice
After: -.mount
Triggers: avahi-daemon.service
References: sysinit.target
References: -.mount
References: sockets.target
References: avahi-daemon.service
References: -.slice
References: shutdown.target
ReferencedBy: avahi-daemon.service
ReferencedBy: sockets.target
RequiresMountsFor: /var/run/avahi-daemon/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /var/run/avahi-daemon/socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit geoclue.service:
Description: Location Lookup Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:47:05 IST
Active Enter Timestamp: Sat 2015-07-04 17:47:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/geoclue.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: geoclue.service
Fragment Path: /lib/systemd/system/geoclue.service
Condition Timestamp: Sat 2015-07-04 17:47:05 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:47:05 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 2259
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.GeoClue2
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: geoclue
-> ExecStart:
Command Line: /usr/lib/geoclue-2.0/geoclue -t 5
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device:
Description: /dev/disk/by-id/dm-name-LocalCrypt-ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-LocalCrypt-ROOT.device
Following Set Member: dev-mapper-LocalCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: session-1.scope
Before: getty at tty2.service
Before: getty at tty4.service
Before: getty at tty7.service
Before: getty at tty5.service
Before: getty at tty6.service
Before: user at 1000.service
Before: multi-user.target
Before: systemd-ask-password-wall.service
Before: getty at tty3.service
Before: getty at tty1.service
Before: gdm.service
After: systemd-journal-flush.service
After: system.slice
After: systemd-journald.socket
After: nss-user-lookup.target
After: remote-fs.target
After: basic.target
References: system.slice
References: systemd-journald.socket
References: nss-user-lookup.target
References: remote-fs.target
References: shutdown.target
References: basic.target
ReferencedBy: getty at tty7.service
ReferencedBy: session-1.scope
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: gdm.service
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty5.service
ReferencedBy: multi-user.target
ReferencedBy: getty at tty4.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: getty at tty3.service
ReferencedBy: getty at tty6.service
ReferencedBy: getty at tty2.service
ReferencedBy: user at 1000.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit getty at tty6.service:
Description: Getty on tty6
Instance: tty6
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:50:50 IST
Active Enter Timestamp: Sat 2015-07-04 17:50:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty6.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty6.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2015-07-04 17:50:50 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:50:50 IST
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: plymouth-quit-wait.service
After: basic.target
After: rc-local.service
After: systemd-journald.socket
After: system-getty.slice
After: systemd-user-sessions.service
References: getty.target
References: shutdown.target
References: plymouth-quit-wait.service
References: basic.target
References: rc-local.service
References: systemd-journald.socket
References: system-getty.slice
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 2895
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty6
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty6
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit nslcd.service:
Description: nslcd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nslcd.service
Before: dovecot.service
ReferencedBy: dovecot.service
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
Description: /sys/devices/platform/serial8250/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit keymap.service:
Description: keymap.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: keymap.service
Before: keyboard-setup.service
ReferencedBy: keyboard-setup.service
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:36 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:36 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: graphical.target
Name: runlevel5.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Sat 2015-07-04 17:46:36 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:36 IST
Assert Result: yes
Requires: multi-user.target
Wants: systemd-update-utmp-runlevel.service
Wants: virtualbox.service
Wants: gdm.service
Wants: apache2.service
Wants: postfix.service
Wants: dovecot.service
Wants: irqbalance.service
Wants: minissdpd.service
Wants: apport.service
Wants: speech-dispatcher.service
Wants: accounts-daemon.service
Wants: gdomap.service
Conflicts: shutdown.target
Conflicts: rescue.target
Conflicts: rescue.service
Before: systemd-update-utmp-runlevel.service
After: gdomap.service
After: rescue.target
After: dovecot.service
After: apache2.service
After: accounts-daemon.service
After: postfix.service
After: rescue.service
After: speech-dispatcher.service
After: minissdpd.service
After: multi-user.target
After: apport.service
After: virtualbox.service
After: irqbalance.service
After: gdm.service
References: systemd-update-utmp-runlevel.service
References: irqbalance.service
References: dovecot.service
References: rescue.service
References: speech-dispatcher.service
References: minissdpd.service
References: accounts-daemon.service
References: rescue.target
References: virtualbox.service
References: apport.service
References: gdm.service
References: apache2.service
References: postfix.service
References: shutdown.target
References: gdomap.service
References: multi-user.target
ReferencedBy: apache2.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: postfix.service
ReferencedBy: dovecot.service
ReferencedBy: irqbalance.service
ReferencedBy: apport.service
ReferencedBy: minissdpd.service
ReferencedBy: virtualbox.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: gdomap.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:10 IST
Assert Result: yes
Requires: dev-mapper-LocalCrypt\x2dSWAP.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-mapper-LocalCrypt\x2dSWAP.swap
References: dev-mapper-LocalCrypt\x2dSWAP.swap
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
DropIn Path: /run/systemd/generator/remote-fs.target.d/50-insserv.conf.conf
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Wants: remote-fs-pre.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: apport.service
Before: dovecot.service
Before: virtualbox.service
Before: speech-dispatcher.service
Before: systemd-user-sessions.service
Before: irqbalance.service
Before: apache2.service
Before: minissdpd.service
Before: postfix.service
Before: console-setup.service
Before: gdomap.service
Before: kbd.service
After: local-fs.target
After: remote-fs-pre.target
References: local-fs.target
References: shutdown.target
References: remote-fs-pre.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: minissdpd.service
ReferencedBy: console-setup.service
ReferencedBy: apport.service
ReferencedBy: postfix.service
ReferencedBy: kbd.service
ReferencedBy: gdomap.service
ReferencedBy: irqbalance.service
ReferencedBy: multi-user.target
ReferencedBy: speech-dispatcher.service
ReferencedBy: dovecot.service
ReferencedBy: virtualbox.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup:
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x10
Name: -.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/-.slice
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
WantedBy: systemd-journald-dev-log.socket
WantedBy: systemd-journald-audit.socket
WantedBy: avahi-daemon.socket
WantedBy: lvm2-lvmetad.socket
WantedBy: dbus.socket
WantedBy: system.slice
WantedBy: systemd-udevd-kernel.socket
WantedBy: user.slice
WantedBy: syslog.socket
WantedBy: systemd-udevd-control.socket
WantedBy: systemd-journald.socket
WantedBy: systemd-initctl.socket
WantedBy: slices.target
WantedBy: systemd-fsckd.socket
WantedBy: dm-event.socket
WantedBy: uuidd.socket
Before: systemd-journald-dev-log.socket
Before: systemd-udevd-control.socket
Before: avahi-daemon.socket
Before: uuidd.socket
Before: slices.target
Before: lvm2-lvmetad.socket
Before: user.slice
Before: dm-event.socket
Before: systemd-journald-audit.socket
Before: systemd-udevd-kernel.socket
Before: syslog.socket
Before: dbus.socket
Before: systemd-initctl.socket
Before: systemd-journald.socket
Before: system.slice
Before: systemd-fsckd.socket
References: slices.target
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: syslog.socket
ReferencedBy: slices.target
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: dm-event.socket
ReferencedBy: user.slice
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: system.slice
ReferencedBy: dbus.socket
ReferencedBy: uuidd.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: -.slice
RequiredBy: dbus.service
WantedBy: systemd-logind.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: dbus.service
Before: shutdown.target
Before: systemd-logind.service
Before: sockets.target
After: sysinit.target
After: -.slice
After: -.mount
Triggers: dbus.service
References: sockets.target
References: -.slice
References: -.mount
References: sysinit.target
References: shutdown.target
References: dbus.service
ReferencedBy: dbus.service
ReferencedBy: systemd-logind.service
ReferencedBy: sockets.target
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
Description: HGST_HTS725050A7E630 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:42 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rtkit-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rtkit-daemon.service
Fragment Path: /lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Sat 2015-07-04 17:46:42 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:42 IST
Assert Result: yes
Requires: -.mount
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: basic.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: system.slice
References: -.mount
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 1994
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.RealtimeKit1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_ptrace cap_sys_nice
-> ExecStart:
Command Line: /usr/lib/rtkit/rtkit-daemon
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device:
Description: 8 Series HD Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Conflicts: shutdown.target
Before: networking.service
Before: network.target
References: shutdown.target
ReferencedBy: networking.service
ReferencedBy: network.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:47:03 IST
Active Enter Timestamp: Sat 2015-07-04 17:47:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-module-fuse.device
Job Timeout: 1min 30s
Wants: sys-fs-fuse-connections.mount
References: sys-fs-fuse-connections.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/module/fuse
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Requires: boot.mount
Requires: -.mount
Wants: systemd-fsck-root.service
Wants: lvm2-activation-early.service
Wants: systemd-remount-fs.service
Wants: lvm2-activation.service
Wants: var-lib-machines.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: apache2.service
Before: systemd-tmpfiles-setup.service
Before: remote-fs.target
Before: postfix.service
Before: systemd-tmpfiles-clean.service
Before: systemd-machine-id-commit.service
Before: minissdpd.service
Before: networking.service
Before: dovecot.service
Before: sysinit.target
After: boot.mount
After: lvm2-activation-early.service
After: lvm2-monitor.service
After: local-fs-pre.target
After: run-user-1000-gvfs.mount
After: -.mount
After: dm-event.service
After: systemd-fsck-root.service
After: systemd-remount-fs.service
After: lvm2-activation.service
After: run-user-1000.mount
OnFailure: emergency.target
References: systemd-fsck-root.service
References: shutdown.target
References: local-fs-pre.target
References: lvm2-activation-early.service
References: boot.mount
References: systemd-remount-fs.service
References: lvm2-activation.service
References: emergency.target
References: var-lib-machines.mount
References: -.mount
ReferencedBy: minissdpd.service
ReferencedBy: remote-fs.target
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: -.mount
ReferencedBy: networking.service
ReferencedBy: dovecot.service
ReferencedBy: run-user-1000.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: boot.mount
ReferencedBy: dm-event.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: lvm2-activation-early.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: apache2.service
ReferencedBy: postfix.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: lvm2-activation.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Wants: systemd-udevd.service
Wants: kbd.service
Wants: systemd-udev-trigger.service
Wants: systemd-ask-password-console.path
Wants: dev-hugepages.mount
Wants: debian-fixup.service
Wants: networking.service
Wants: sys-fs-fuse-connections.mount
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-modules-load.service
Wants: sys-kernel-config.mount
Wants: lvm2-monitor.service
Wants: systemd-random-seed.service
Wants: local-fs.target
Wants: dev-mqueue.mount
Wants: systemd-sysctl.service
Wants: systemd-update-utmp.service
Wants: systemd-timesyncd.service
Wants: systemd-journald.service
Wants: sys-kernel-debug.mount
Wants: udev-finish.service
Wants: swap.target
Wants: lvm2-lvmetad.socket
Wants: cryptsetup.target
Wants: resolvconf.service
Wants: console-setup.service
Wants: systemd-machine-id-commit.service
Wants: systemd-binfmt.service
Wants: systemd-journal-flush.service
Wants: keyboard-setup.service
Wants: hdparm.service
Wants: kmod-static-nodes.service
Wants: systemd-tmpfiles-setup.service
Wants: systemd-hwdb-update.service
Wants: systemd-tmpfiles-setup-dev.service
RequiredBy: basic.target
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: rescue.target
RequiredBy: avahi-daemon.socket
RequiredBy: dbus.socket
RequiredBy: uuidd.socket
Conflicts: emergency.service
Conflicts: shutdown.target
Conflicts: emergency.target
Before: dbus.socket
Before: basic.target
Before: rescue.service
Before: avahi-daemon.socket
Before: uuidd.socket
Before: rescue.target
Before: systemd-tmpfiles-clean.timer
After: console-setup.service
After: sys-fs-fuse-connections.mount
After: debian-fixup.service
After: systemd-rfkill at rfkill0.service
After: systemd-tmpfiles-setup.service
After: sys-kernel-debug.mount
After: systemd-machine-id-commit.service
After: systemd-backlight at backlight:intel_backlight.service
After: dev-mqueue.mount
After: networking.service
After: systemd-sysctl.service
After: emergency.target
After: systemd-hwdb-update.service
After: kmod-static-nodes.service
After: local-fs.target
After: systemd-udev-settle.service
After: cryptsetup.target
After: hdparm.service
After: proc-sys-fs-binfmt_misc.automount
After: systemd-timesyncd.service
After: systemd-modules-load.service
After: systemd-tmpfiles-setup-dev.service
After: swap.target
After: dev-hugepages.mount
After: systemd-udevd.service
After: keyboard-setup.service
After: systemd-rfkill at rfkill1.service
After: kbd.service
After: systemd-udev-trigger.service
After: systemd-random-seed.service
After: sys-kernel-config.mount
After: systemd-journald.service
After: emergency.service
After: systemd-binfmt.service
After: systemd-update-utmp.service
References: networking.service
References: lvm2-monitor.service
References: systemd-tmpfiles-setup-dev.service
References: sys-kernel-debug.mount
References: lvm2-lvmetad.socket
References: swap.target
References: systemd-modules-load.service
References: systemd-binfmt.service
References: console-setup.service
References: dev-mqueue.mount
References: systemd-machine-id-commit.service
References: systemd-ask-password-console.path
References: systemd-journald.service
References: sys-fs-fuse-connections.mount
References: local-fs.target
References: systemd-update-utmp.service
References: dev-hugepages.mount
References: systemd-random-seed.service
References: systemd-timesyncd.service
References: resolvconf.service
References: proc-sys-fs-binfmt_misc.automount
References: systemd-udevd.service
References: shutdown.target
References: systemd-udev-trigger.service
References: systemd-sysctl.service
References: hdparm.service
References: sys-kernel-config.mount
References: emergency.service
References: emergency.target
References: cryptsetup.target
References: systemd-journal-flush.service
References: systemd-tmpfiles-setup.service
References: kmod-static-nodes.service
References: debian-fixup.service
References: systemd-hwdb-update.service
References: udev-finish.service
References: kbd.service
References: keyboard-setup.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-modules-load.service
ReferencedBy: uuidd.socket
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: kbd.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: hdparm.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: networking.service
ReferencedBy: systemd-journald.service
ReferencedBy: basic.target
ReferencedBy: keyboard-setup.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: debian-fixup.service
ReferencedBy: dbus.socket
ReferencedBy: rescue.service
ReferencedBy: rescue.target
ReferencedBy: systemd-rfkill at rfkill1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: dicod.service
Before: colord.service
Before: irqbalance.service
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Before: dev-LocalCrypt-SWAP.swap
Before: systemd-sysctl.service
Before: systemd-update-utmp-runlevel.service
Before: getty at tty1.service
Before: systemd-tmpfiles-setup.service
Before: lvm2-lvmetad.service
Before: systemd-ask-password-wall.service
Before: getty at tty3.service
Before: inetd.service
Before: getty at tty6.service
Before: getty at tty7.service
Before: run-user-1000.mount
Before: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
Before: dev-mapper-LocalCrypt\x2dSWAP.swap
Before: apport.service
Before: sys-fs-fuse-connections.mount
Before: NetworkManager.service
Before: systemd-machine-id-commit.service
Before: systemd-update-utmp.service
Before: systemd-modules-load.service
Before: upower.service
Before: ssh.service
Before: accounts-daemon.service
Before: apache2.service
Before: uuidd.service
Before: systemd-hwdb-update.service
Before: getty at tty5.service
Before: getty-static.service
Before: geoclue.service
Before: polkitd.service
Before: networking.service
Before: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Before: sockets.target
Before: dbus.service
Before: thermald.service
Before: dev-dm\x2d1.swap
Before: keyboard-setup.service
Before: resolvconf.service
Before: run-user-1000-gvfs.mount
Before: systemd-udev-trigger.service
Before: tor.service
Before: packagekit.service
Before: cron.service
Before: gdm.service
Before: kbd.service
Before: boot.mount
Before: lvm2-pvscan at 254:0.service
Before: console-setup.service
Before: dovecot.service
Before: systemd-rfkill at rfkill0.service
Before: dev-mqueue.mount
Before: systemd-udevd.service
Before: minissdpd.service
Before: dnsmasq.service
Before: sys-kernel-config.mount
Before: var-lib-machines.mount
Before: sys-kernel-debug.mount
Before: bluetooth.service
Before: lvm2-monitor.service
Before: systemd-initctl.service
Before: systemd-tmpfiles-clean.service
Before: getty at tty2.service
Before: systemd-rfkill at rfkill1.service
Before: kmod-static-nodes.service
Before: udisks2.service
Before: udev-finish.service
Before: lvm2-activation-early.service
Before: systemd-ask-password-console.service
Before: atd.service
Before: systemd-binfmt.service
Before: systemd-fsck-root.service
Before: debian-fixup.service
Before: rtkit-daemon.service
Before: systemd-journald.service
Before: dev-hugepages.mount
Before: systemd-udev-settle.service
Before: gdomap.service
Before: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Before: systemd-cryptsetup at sda5_crypt.service
Before: hdparm.service
Before: systemd-fsckd.service
Before: lvm2-activation.service
Before: systemd-tmpfiles-setup-dev.service
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-logind.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: wpa_supplicant.service
Before: dm-event.service
Before: postfix.service
Before: systemd-journal-flush.service
Before: systemd-timesyncd.service
Before: systemd-remount-fs.service
Before: systemd-random-seed.service
Before: ModemManager.service
Before: speech-dispatcher.service
Before: pppd-dns.service
Before: user at 1000.service
Before: systemd-user-sessions.service
Before: rc-local.service
Before: anacron.service
Before: getty at tty4.service
Before: virtualbox.service
Before: avahi-daemon.service
Before: lxc.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: -.mount
References: sockets.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
ReferencedBy: networking.service
ReferencedBy: kbd.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: dev-mapper-LocalCrypt\x2dSWAP.swap
ReferencedBy: uuidd.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: getty-static.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: bluetooth.service
ReferencedBy: systemd-initctl.service
ReferencedBy: pppd-dns.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: virtualbox.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
ReferencedBy: anacron.service
ReferencedBy: irqbalance.service
ReferencedBy: udev-finish.service
ReferencedBy: systemd-journald.service
ReferencedBy: getty at tty4.service
ReferencedBy: gdm.service
ReferencedBy: thermald.service
ReferencedBy: keyboard-setup.service
ReferencedBy: avahi-daemon.service
ReferencedBy: colord.service
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: minissdpd.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: apache2.service
ReferencedBy: dev-LocalCrypt-SWAP.swap
ReferencedBy: var-lib-machines.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: lxc.service
ReferencedBy: rc-local.service
ReferencedBy: polkitd.service
ReferencedBy: hdparm.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: packagekit.service
ReferencedBy: getty at tty1.service
ReferencedBy: lvm2-activation-early.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: getty at tty6.service
ReferencedBy: udisks2.service
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: ssh.service
ReferencedBy: geoclue.service
ReferencedBy: NetworkManager.service
ReferencedBy: apport.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: lvm2-activation.service
ReferencedBy: getty at tty2.service
ReferencedBy: cron.service
ReferencedBy: lvm2-pvscan at 254:0.service
ReferencedBy: getty at tty7.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: user at 1000.service
ReferencedBy: dovecot.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: debian-fixup.service
ReferencedBy: postfix.service
ReferencedBy: sockets.target
ReferencedBy: gdomap.service
ReferencedBy: dbus.service
ReferencedBy: upower.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: getty at tty3.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: getty at tty5.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: ModemManager.service
ReferencedBy: systemd-logind.service
ReferencedBy: dicod.service
ReferencedBy: tor.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: atd.service
ReferencedBy: dnsmasq.service
ReferencedBy: dm-event.service
ReferencedBy: resolvconf.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
ReferencedBy: rtkit-daemon.service
ReferencedBy: run-user-1000.mount
ReferencedBy: accounts-daemon.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: inetd.service
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-start.service
Before: systemd-ask-password-console.service
Before: rescue.service
Before: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: rescue.service
ReferencedBy: systemd-ask-password-console.path
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-logind.service
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service untested
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: dbus.socket
Wants: user.slice
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: session-1.scope
Before: multi-user.target
After: user.slice
After: basic.target
After: system.slice
After: systemd-journald.socket
After: nss-user-lookup.target
After: dbus.socket
References: shutdown.target
References: nss-user-lookup.target
References: system.slice
References: dbus.socket
References: basic.target
References: systemd-journald.socket
References: user.slice
ReferencedBy: session-1.scope
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: unknown
Main PID: 1434
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
Status Text: Processing requests...
-> Unit hdparm.service:
Description: LSB: Tune IDE hard disks
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:04 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/hdparm.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: hdparm.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/hdparm.service
Source Path: /etc/init.d/hdparm
Condition Timestamp: Sat 2015-07-04 17:46:04 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:04 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: mountdevsubfs.service
After: systemd-journald.socket
After: system.slice
After: systemd-udevd.service
References: mountdevsubfs.service
References: system.slice
References: systemd-udevd.service
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/hdparm start
-> ExecReload:
Command Line: /etc/init.d/hdparm reload
-> ExecStop:
Command Line: /etc/init.d/hdparm stop
-> Unit dm-event.service:
Description: Device-mapper event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.service
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.service
Requires: dm-event.socket
Wants: system.slice
Before: local-fs.target
After: systemd-journald.socket
After: dm-event.socket
After: system.slice
TriggeredBy: dm-event.socket
References: local-fs.target
References: systemd-journald.socket
References: dm-event.socket
References: system.slice
ReferencedBy: dm-event.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /var/run/dmeventd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
Environment: SD_ACTIVATION=1
OOMScoreAdjust: -1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/dmeventd -f
-> Unit dev-disk-by\x2dlabel-ROOT.device:
Description: /dev/disk/by-label/ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-ROOT.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-LocalCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following Set Member: dev-mapper-LocalCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys/ untested
ConditionPathExists: /proc/sys/fs/binfmt_misc/ untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-binfmt.service
Before: proc-sys-fs-binfmt_misc.mount
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: sysinit.target
References: -.mount
References: proc-sys-fs-binfmt_misc.mount
ReferencedBy: sysinit.target
ReferencedBy: systemd-binfmt.service
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit getty at tty4.service:
Description: Getty on tty4
Instance: tty4
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:50:49 IST
Active Enter Timestamp: Sat 2015-07-04 17:50:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty4.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty4.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2015-07-04 17:50:49 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:50:49 IST
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: plymouth-quit-wait.service
After: basic.target
After: rc-local.service
After: systemd-journald.socket
After: system-getty.slice
After: systemd-user-sessions.service
References: getty.target
References: shutdown.target
References: plymouth-quit-wait.service
References: basic.target
References: rc-local.service
References: systemd-journald.socket
References: system-getty.slice
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 2891
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty4
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty4
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.socket
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: lvm2-monitor.service
RequiredBy: dm-event.service
WantedBy: sockets.target
Before: lvm2-monitor.service
Before: dm-event.service
After: -.slice
After: -.mount
Triggers: dm-event.service
References: -.slice
References: -.mount
References: dm-event.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: dm-event.service
ReferencedBy: sockets.target
RequiresMountsFor: /var/run/dmeventd-server /var/run/dmeventd-client
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
SELinuxContextFromNet: no
ListenFIFO: /var/run/dmeventd-server
ListenFIFO: /var/run/dmeventd-client
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-subsystem-net-devices-wlan0.device:
Description: BCM43228 802.11a/b/g/n
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-wlan0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-net-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:09:00.0/net/wlan0
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0-rfkill0.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/bluetooth/hci0/rfkill0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0-rfkill0.device
Following Set Member: sys-subsystem-rfkill-devices-rfkill0.device
Job Timeout: 1min 30s
Wants: systemd-rfkill at rfkill0.service
References: systemd-rfkill at rfkill0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/bluetooth/hci0/rfkill0
-> Unit bluetooth.target:
Description: Bluetooth
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bluetooth.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/bluetooth.target
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Wants: bluetooth.service
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0.device
Conflicts: shutdown.target
After: bluetooth.service
References: shutdown.target
References: bluetooth.service
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart1.device:
Description: HGST_HTS725050A7E630 System_Reserved
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dlabel-System\x5cx20Reserved.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-32B8FF0AB8FECAFD.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:18 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:18 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Sat 2015-07-04 17:46:18 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:18 IST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: postfix.service
Before: minissdpd.service
Before: systemd-tmpfiles-clean.service
Before: dovecot.service
Before: anacron.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: postfix.service
ReferencedBy: dovecot.service
ReferencedBy: minissdpd.service
ReferencedBy: anacron.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: dev-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
RequiredBy: dnsmasq.service
WantedBy: networking.service
Conflicts: shutdown.target
Before: rc-local.service
Before: network-online.target
Before: ssh.service
Before: tor.service
Before: dicod.service
Before: lxc.service
After: network-pre.target
After: networking.service
After: wpa_supplicant.service
References: network-pre.target
References: shutdown.target
ReferencedBy: wpa_supplicant.service
ReferencedBy: network-online.target
ReferencedBy: dnsmasq.service
ReferencedBy: tor.service
ReferencedBy: dicod.service
ReferencedBy: ssh.service
ReferencedBy: networking.service
ReferencedBy: rc-local.service
ReferencedBy: lxc.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device:
Description: /dev/disk/by-id/dm-uuid-LVM-JuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device
Following Set Member: dev-LocalCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit tor.service:
Description: Anonymizing overlay network for TCP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:28 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:33 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/tor.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: tor.service
Fragment Path: /lib/systemd/system/tor.service
Condition Timestamp: Sat 2015-07-04 17:46:28 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:28 IST
Assert Result: yes
Requires: -.mount
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: nss-lookup.target
After: basic.target
After: systemd-journald.socket
After: -.mount
After: network.target
References: system.slice
References: shutdown.target
References: nss-lookup.target
References: network.target
References: basic.target
References: -.mount
References: systemd-journald.socket
ReferencedBy: multi-user.target
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: yes
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: all
NotifyState: unknown
Main PID: 1710
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/tor/tor.pid
KillMode: control-group
KillSignal: SIGINT
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_net_bind_service
ReadWriteDirs: -/var/lib/tor -/var/log/tor -/var/run
ReadOnlyDirs: /
-> ExecStartPre:
Command Line: /usr/bin/install -Z -m 02750 -o debian-tor -g debian-tor -d /var/run/tor
Command Line: /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0 --verify-config
-> ExecStart:
Command Line: /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0
-> ExecReload:
Command Line: /bin/kill -HUP ${MAINPID}
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/atd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: atd.service
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1429
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/atd -f
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: systemd-ask-password-console.service
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-console.service
References: systemd-ask-password-console.service
References: paths.target
References: -.mount
References: shutdown.target
References: plymouth-start.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Wants: system.slice
After: systemd-journald.socket
After: systemd-initctl.socket
After: system.slice
TriggeredBy: systemd-initctl.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-07-04 17:46:36 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-07-04 17:46:36 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp-runlevel.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Sat 2015-07-04 17:46:36 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:36 IST
Assert Result: yes
Requires: -.mount
Requisite: systemd-update-utmp.service
Wants: system.slice
WantedBy: rescue.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
After: multi-user.target
After: -.mount
After: systemd-journald.socket
After: system.slice
After: rescue.target
After: graphical.target
After: systemd-update-utmp.service
References: systemd-update-utmp.service
References: multi-user.target
References: -.mount
References: systemd-journald.socket
References: system.slice
References: rescue.target
References: graphical.target
References: shutdown.target
ReferencedBy: rescue.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
-> Unit sys-subsystem-net-devices-eth1.device:
Description: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.2-0000:08:00.0-net-eth1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:08:00.0/net/eth1
-> Unit run-user-1000-gvfs.mount:
Description: /run/user/1000/gvfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:47:03 IST
Active Enter Timestamp: Sat 2015-07-04 17:47:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-user-1000-gvfs.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-user-1000-gvfs.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: run-user-1000.mount
After: systemd-journald.socket
After: system.slice
After: local-fs-pre.target
After: -.mount
References: umount.target
References: run-user-1000.mount
References: systemd-journald.socket
References: system.slice
References: local-fs-pre.target
References: -.mount
References: local-fs.target
RequiresMountsFor: /run/user/1000
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/user/1000/gvfs
What: gvfsd-fuse
File System Type: fuse.gvfsd-fuse
Options: rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit plymouth-quit.service:
Description: plymouth-quit.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit.service
ConflictedBy: gdm.service
Before: gdm.service
ReferencedBy: gdm.service
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device:
Description: LVM PV hGHQAH-hwIY-4SLj-T9yU-v1yg-lTy7-soL8kY on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device
Following Set Member: dev-block-254:0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-tmpfiles-setup.service
Before: systemd-timesyncd.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-udevd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udevd.service
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-hugepages.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-hugepages.mount
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/kernel/mm/hugepages untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-mapper-sda5_crypt.device:
Description: LVM PV hGHQAH-hwIY-4SLj-T9yU-v1yg-lTy7-soL8kY on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-sda5_crypt.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device
Following Set Member: dev-block-254:0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
DropIn Path: /run/systemd/generator/dev-mapper-sda5_crypt.device.d/90-device-timeout.conf
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: systemd-cryptsetup at sda5_crypt.service
BoundBy: systemd-cryptsetup at sda5_crypt.service
References: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: clamav-daemon.service
Before: postfix.service
ReferencedBy: postfix.service
-> Unit sys-subsystem-net-devices-lxcbr0.device:
Description: /sys/subsystem/net/devices/lxcbr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-lxcbr0.device
Following Set Member: sys-devices-virtual-net-lxcbr0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/lxcbr0
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: -.slice
References: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
WantedBy: remote-fs.target
Conflicts: shutdown.target
Before: remote-fs.target
References: shutdown.target
ReferencedBy: remote-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:41 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/colord.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: colord.service
Fragment Path: /lib/systemd/system/colord.service
Condition Timestamp: Sat 2015-07-04 17:46:41 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:41 IST
Assert Result: yes
Requires: -.mount
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: basic.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: system.slice
References: -.mount
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1985
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ColorManager
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: colord
-> ExecStart:
Command Line: /usr/lib/colord/colord
-> Unit dev-disk-by\x2duuid-70D45155D4511EA2.device:
Description: HGST_HTS725050A7E630 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-70D45155D4511EA2.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit apport.service:
Description: LSB: automatic crash report generation tool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/apport.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: apport.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/apport.service
Source Path: /etc/init.d/apport
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: remote-fs.target
After: basic.target
After: systemd-journald.socket
After: system.slice
After: network-online.target
References: shutdown.target
References: remote-fs.target
References: basic.target
References: multi-user.target
References: systemd-journald.socket
References: graphical.target
References: system.slice
References: network-online.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/apport start
-> ExecStop:
Command Line: /etc/init.d/apport stop
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: run-user-1000.mount
ConflictedBy: systemd-cryptsetup at sda5_crypt.service
ConflictedBy: dev-dm\x2d1.swap
ConflictedBy: dev-LocalCrypt-SWAP.swap
ConflictedBy: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
ConflictedBy: boot.mount
ConflictedBy: run-user-1000-gvfs.mount
ConflictedBy: dev-mapper-LocalCrypt\x2dSWAP.swap
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
ConflictedBy: var-lib-machines.mount
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
After: systemd-cryptsetup at sda5_crypt.service
After: run-user-1000.mount
After: dev-mapper-LocalCrypt\x2dSWAP.swap
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
After: run-user-1000-gvfs.mount
After: var-lib-machines.mount
After: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
After: dev-dm\x2d1.swap
After: dev-LocalCrypt-SWAP.swap
After: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
After: boot.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: dev-LocalCrypt-SWAP.swap
ReferencedBy: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
ReferencedBy: boot.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: dev-mapper-LocalCrypt\x2dSWAP.swap
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
ReferencedBy: var-lib-machines.mount
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit dicod.service:
Description: Dicod dictionary server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:21 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dicod.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dicod.service
Fragment Path: /lib/systemd/system/dicod.service
Condition Timestamp: Sat 2015-07-04 17:46:21 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:21 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: auditd.service
After: network.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: auditd.service
References: shutdown.target
References: network.target
References: system.slice
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1472
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/dicod
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/dicod -f $DAEMON_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-screen.service
Before: console-setup.service
ReferencedBy: console-setup.service
-> Unit winbind.service:
Description: winbind.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: winbind.service
Before: dovecot.service
ReferencedBy: dovecot.service
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-vconsole-setup.service
After: system.slice
After: systemd-ask-password-console.path
After: systemd-journald.socket
After: plymouth-start.service
TriggeredBy: systemd-ask-password-console.path
References: shutdown.target
References: systemd-vconsole-setup.service
References: system.slice
References: systemd-journald.socket
References: plymouth-start.service
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit dev-LocalCrypt-SWAP.device:
Description: /dev/LocalCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-LocalCrypt-SWAP.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-net-wlan0.device:
Description: BCM43228 802.11a/b/g/n
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-net-wlan0.device
Following Set Member: sys-subsystem-net-devices-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:09:00.0/net/wlan0
-> 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: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:22 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/irqbalance.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: irqbalance.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/irqbalance.service
Source Path: /etc/init.d/irqbalance
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: remote-fs.target
After: basic.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: system.slice
References: shutdown.target
References: remote-fs.target
References: basic.target
References: multi-user.target
References: systemd-journald.socket
References: graphical.target
References: systemd-journald-dev-log.socket
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/irqbalance start
-> ExecStop:
Command Line: /etc/init.d/irqbalance stop
-> Unit sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-ieee80211-phy0-rfkill1.device:
Description: /sys/devices/pci0000:00/0000:00:1c.3/0000:09:00.0/ieee80211/phy0/rfkill1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-ieee80211-phy0-rfkill1.device
Following Set Member: sys-subsystem-rfkill-devices-rfkill1.device
Job Timeout: 1min 30s
Wants: systemd-rfkill at rfkill1.service
References: systemd-rfkill at rfkill1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:09:00.0/ieee80211/phy0/rfkill1
-> Unit lvm2-pvscan at 254:0.service:
Description: LVM2 PV scan on device 254:0
Instance: 254:0
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-lvm2\x2dpvscan.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-pvscan at 254:0.service
Documentation: man:pvscan(8)
Fragment Path: /lib/systemd/system/lvm2-pvscan at .service
Condition Timestamp: Sat 2015-07-04 17:46:09 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:09 IST
Assert Result: yes
Requires: lvm2-lvmetad.socket
Wants: system-lvm2\x2dpvscan.slice
BindsTo: dev-block-254:0.device
WantedBy: sys-devices-virtual-block-dm\x2d0.device
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: lvm2-lvmetad.socket
After: system-lvm2\x2dpvscan.slice
References: shutdown.target
References: systemd-journald.socket
References: system-lvm2\x2dpvscan.slice
References: lvm2-lvmetad.socket
References: dev-block-254:0.device
ReferencedBy: sys-devices-virtual-block-dm\x2d0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvm pvscan --cache --activate ay %i
-> ExecStop:
Command Line: /sbin/lvm pvscan --cache %i
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device:
Description: LVM PV hGHQAH-hwIY-4SLj-T9yU-v1yg-lTy7-soL8kY on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-block-254:0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-sda.device:
Description: HGST_HTS725050A7E630
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Requires: systemd-cryptsetup at sda5_crypt.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: lvm2-activation.service
After: lvm2-activation-early.service
After: systemd-cryptsetup at sda5_crypt.service
References: shutdown.target
References: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: sysinit.target
ReferencedBy: lvm2-activation.service
ReferencedBy: lvm2-activation-early.service
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit wpa_supplicant.service:
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:28 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:28 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/wpa_supplicant.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: wpa_supplicant.service
Fragment Path: /lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Sat 2015-07-04 17:46:28 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:28 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: network.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: network.target
References: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1628
Main PID Known: yes
Main PID Alien: no
BusName: fi.epitest.hostap.WPASupplicant
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
-> Unit system-systemd\x2drfkill.slice:
Description: system-systemd\x2drfkill.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2drfkill.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2drfkill.slice
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:10 IST
Assert Result: yes
Wants: system.slice
WantedBy: systemd-rfkill at rfkill1.service
WantedBy: systemd-rfkill at rfkill0.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-rfkill at rfkill1.service
Before: systemd-rfkill at rfkill0.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit system-systemd\x2dbacklight.slice:
Description: system-systemd\x2dbacklight.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2dbacklight.slice
Condition Timestamp: Sat 2015-07-04 17:46:08 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:08 IST
Assert Result: yes
Wants: system.slice
WantedBy: systemd-backlight at backlight:intel_backlight.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-backlight at backlight:intel_backlight.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-net-lxcbr0.device:
Description: /sys/devices/virtual/net/lxcbr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-net-lxcbr0.device
Following Set Member: sys-subsystem-net-devices-lxcbr0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/lxcbr0
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:28 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:28 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Source Path: /etc/insserv.conf.d/dnsmasq
DropIn Path: /run/systemd/generator/nss-lookup.target.d/50-hard-dependency-dnsmasq-$named.conf
Condition Timestamp: Sat 2015-07-04 17:46:28 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:28 IST
Assert Result: yes
Requires: dnsmasq.service
WantedBy: dnsmasq.service
Conflicts: shutdown.target
Before: tor.service
Before: postfix.service
Before: apache2.service
After: dnsmasq.service
References: shutdown.target
References: dnsmasq.service
ReferencedBy: tor.service
ReferencedBy: postfix.service
ReferencedBy: dnsmasq.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Wants: systemd-initctl.socket
Wants: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-udevd-kernel.socket
Wants: uuidd.socket
Wants: dbus.socket
Wants: systemd-journald-audit.socket
Wants: avahi-daemon.socket
Wants: systemd-udevd-control.socket
Wants: dm-event.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: systemd-udevd-kernel.socket
After: uuidd.socket
After: dbus.socket
After: systemd-journald-audit.socket
After: syslog.socket
After: systemd-udevd-control.socket
After: avahi-daemon.socket
After: systemd-initctl.socket
References: systemd-initctl.socket
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: systemd-udevd-kernel.socket
References: uuidd.socket
References: dbus.socket
References: shutdown.target
References: systemd-journald-audit.socket
References: avahi-daemon.socket
References: systemd-udevd-control.socket
References: dm-event.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: uuidd.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: basic.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: syslog.socket
ReferencedBy: avahi-daemon.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart4.device:
Description: HGST_HTS725050A7E630 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart4.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart4.device
Following Set Member: dev-sda4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:21 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty.target
Condition Timestamp: Sat 2015-07-04 17:46:21 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:21 IST
Assert Result: yes
Wants: getty at tty1.service
Wants: getty-static.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty at tty1.service
After: getty at tty6.service
After: getty at tty5.service
After: getty at tty4.service
After: getty at tty2.service
After: getty at tty7.service
After: getty-static.service
After: getty at tty3.service
References: shutdown.target
References: getty at tty1.service
References: getty-static.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: getty at tty6.service
ReferencedBy: getty at tty5.service
ReferencedBy: getty at tty4.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart3.device:
Description: HGST_HTS725050A7E630 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart3.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-sda3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit sys-subsystem-rfkill-devices-rfkill0.device:
Description: /sys/subsystem/rfkill/devices/rfkill0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-rfkill-devices-rfkill0.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0-rfkill0.device
Job Timeout: 1min 30s
BoundBy: systemd-rfkill at rfkill0.service
ReferencedBy: systemd-rfkill at rfkill0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/bluetooth/hci0/rfkill0
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS1.device
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device:
Description: /dev/disk/by-id/dm-name-LocalCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device
Following Set Member: dev-LocalCrypt-SWAP.device
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql.service
Before: postfix.service
Before: dovecot.service
ReferencedBy: postfix.service
ReferencedBy: dovecot.service
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sound.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Sat 2015-07-04 17:46:08 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:08 IST
Assert Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
WantedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
ReferencedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit uuidd.socket:
Description: UUID daemon activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: uuidd.socket
Fragment Path: /lib/systemd/system/uuidd.socket
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: -.slice
RequiredBy: uuidd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: uuidd.service
Before: shutdown.target
Before: sockets.target
After: sysinit.target
After: -.slice
After: -.mount
Triggers: uuidd.service
References: sockets.target
References: -.mount
References: uuidd.service
References: -.slice
References: shutdown.target
References: sysinit.target
ReferencedBy: uuidd.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/uuidd/request
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /run/uuidd/request
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:05 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udev-trigger.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2015-07-04 17:46:05 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:05 IST
Assert Result: yes
Wants: system.slice
Wants: systemd-udevd.service
WantedBy: sysinit.target
Before: systemd-udev-settle.service
Before: sysinit.target
After: systemd-udevd-control.socket
After: systemd-hwdb-update.service
After: systemd-journald.socket
After: system.slice
After: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: systemd-hwdb-update.service
References: systemd-udevd.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: systemd-udevd-kernel.socket
ReferencedBy: systemd-udev-settle.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
Command Line: /bin/udevadm trigger --type=devices --action=add
-> Unit sys-devices-virtual-block-dm\x2d1.device:
Description: /sys/devices/virtual/block/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device
Following Set Member: dev-LocalCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-sda5.device:
Description: HGST_HTS725050A7E630 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda5.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit avahi-daemon.service:
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/avahi-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: avahi-daemon.service
Fragment Path: /lib/systemd/system/avahi-daemon.service
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: avahi-daemon.socket
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: avahi-daemon.socket
After: system.slice
After: basic.target
TriggeredBy: avahi-daemon.socket
References: basic.target
References: systemd-journald.socket
References: avahi-daemon.socket
References: system.slice
References: shutdown.target
ReferencedBy: avahi-daemon.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 1388
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Avahi
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
-> ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
Status Text: avahi-daemon 0.6.31 starting up.
-> Unit sys-devices-virtual-block-dm\x2d2.device:
Description: /sys/devices/virtual/block/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-LocalCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following Set Member: dev-mapper-LocalCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following Set Member: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Following Set Member: dev-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:18 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:18 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Sat 2015-07-04 17:46:18 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:18 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-utmp-runlevel.service
After: -.mount
After: system.slice
After: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: systemd-remount-fs.service
After: auditd.service
References: system.slice
References: shutdown.target
References: -.mount
References: systemd-remount-fs.service
References: auditd.service
References: systemd-journald.socket
References: sysinit.target
References: systemd-tmpfiles-setup.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp-runlevel.service
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-wall.path
After: basic.target
After: system.slice
After: systemd-journald.socket
After: systemd-user-sessions.service
TriggeredBy: systemd-ask-password-wall.path
References: basic.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: systemd-user-sessions.service
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: HGST_HTS725050A7E630 System_Reserved
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dlabel-System\x5cx20Reserved.device
Following Set Member: dev-disk-by\x2duuid-32B8FF0AB8FECAFD.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2duuid-32B8FF0AB8FECAFD.device:
Description: HGST_HTS725050A7E630 System_Reserved
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-32B8FF0AB8FECAFD.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-System\x5cx20Reserved.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart2.device:
Description: HGST_HTS725050A7E630 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-70D45155D4511EA2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit system-systemd\x2dcryptsetup.slice:
Description: system-systemd\x2dcryptsetup.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dcryptsetup.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2dcryptsetup.slice
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: system.slice
WantedBy: systemd-cryptsetup at sda5_crypt.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-cryptsetup at sda5_crypt.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-mapper-LocalCrypt\x2dROOT.device:
Description: /dev/mapper/LocalCrypt-ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-LocalCrypt\x2dROOT.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-LocalCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following Set Member: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit session-1.scope:
Description: Session 1 of user rrs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:59 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:59 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-1.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-1.scope
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-07-04 17:46:59 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:59 IST
Assert Result: yes
Wants: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-1000.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-1000.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: apache2.service
Before: sockets.target
Before: postfix.service
Before: dovecot.service
Before: irqbalance.service
Before: speech-dispatcher.service
Before: systemd-journald.service
Before: gdomap.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: -.mount
References: sockets.target
ReferencedBy: apache2.service
ReferencedBy: sockets.target
ReferencedBy: postfix.service
ReferencedBy: dovecot.service
ReferencedBy: irqbalance.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: systemd-journald.service
ReferencedBy: gdomap.service
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit debian-fixup.service:
Description: Various fixups to make systemd work better on Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: debian-fixup.service
Fragment Path: /lib/systemd/system/debian-fixup.service
ConditionPathIsSymbolicLink: |!/etc/mtab untested
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: systemd-remount-fs.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/debian-fixup
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: dev-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:39 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/upower.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: upower.service
Documentation: man:upowerd(8)
Fragment Path: /lib/systemd/system/upower.service
Condition Timestamp: Sat 2015-07-04 17:46:39 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:39 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1963
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UPower
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/upower/upowerd
-> Unit systemd-cryptsetup at sda5_crypt.service:
Description: Cryptography Setup for sda5_crypt
Instance: sda5_crypt
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dcryptsetup.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-cryptsetup at sda5_crypt.service
Documentation: man:crypttab(5)
Documentation: man:systemd-cryptsetup-generator(8)
Documentation: man:systemd-cryptsetup at .service(8)
Fragment Path: /run/systemd/generator/systemd-cryptsetup at sda5_crypt.service
Source Path: /etc/crypttab
Condition Timestamp: Sat 2015-07-04 17:46:12 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:12 IST
Assert Result: yes
Wants: system-systemd\x2dcryptsetup.slice
BindsTo: dev-mapper-sda5_crypt.device
BindsTo: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
RequiredBy: dev-mapper-sda5_crypt.device
RequiredBy: cryptsetup.target
WantedBy: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
Conflicts: umount.target
Before: umount.target
Before: cryptsetup.target
After: cryptsetup-pre.target
After: systemd-journald.socket
After: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
After: system-systemd\x2dcryptsetup.slice
References: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
References: system-systemd\x2dcryptsetup.slice
References: umount.target
References: cryptsetup-pre.target
References: cryptsetup.target
References: dev-mapper-sda5_crypt.device
References: systemd-journald.socket
ReferencedBy: dev-mapper-sda5_crypt.device
ReferencedBy: cryptsetup.target
ReferencedBy: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-cryptsetup attach sda5_crypt /dev/disk/by-uuid/05d37e4e-c566-4a2d-9d54-c86b902f7802 none luks,discard
-> ExecStop:
Command Line: /lib/systemd/systemd-cryptsetup detach sda5_crypt
-> Unit postfix.service:
Description: LSB: Postfix Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:28 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:32 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/postfix.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: postfix.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/postfix.service
Source Path: /etc/init.d/postfix
DropIn Path: /run/systemd/generator/postfix.service.d/50-postfix-$mail-transport-agent.conf
Condition Timestamp: Sat 2015-07-04 17:46:28 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:28 IST
Assert Result: yes
Requires: basic.target
Wants: mail-transport-agent.target
Wants: system.slice
Wants: network-online.target
RequiredBy: mail-transport-agent.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: mail-transport-agent.target
Before: graphical.target
Before: multi-user.target
After: mysql.service
After: postgrey.service
After: postgresql.service
After: basic.target
After: spamassassin.service
After: saslauthd.service
After: local-fs.target
After: clamav-daemon.service
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: nss-lookup.target
After: time-sync.target
After: systemd-journald.socket
After: network-online.target
After: dovecot.service
After: system.slice
References: saslauthd.service
References: nss-lookup.target
References: spamassassin.service
References: dovecot.service
References: mail-transport-agent.target
References: graphical.target
References: shutdown.target
References: multi-user.target
References: local-fs.target
References: postgrey.service
References: remote-fs.target
References: time-sync.target
References: systemd-journald.socket
References: clamav-daemon.service
References: mysql.service
References: postgresql.service
References: systemd-journald-dev-log.socket
References: network-online.target
References: system.slice
References: basic.target
ReferencedBy: mail-transport-agent.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/postfix start
-> ExecReload:
Command Line: /etc/init.d/postfix reload
-> ExecStop:
Command Line: /etc/init.d/postfix stop
-> Unit saslauthd.service:
Description: saslauthd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: saslauthd.service
Before: postfix.service
ReferencedBy: postfix.service
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck-root.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
Before: systemd-fsck-root.service
Before: systemd-fsckd.service
Before: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
After: -.slice
After: -.mount
Triggers: systemd-fsckd.service
References: -.slice
References: systemd-fsckd.service
References: -.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS2.device
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit dev-block-254:0.device:
Description: LVM PV hGHQAH-hwIY-4SLj-T9yU-v1yg-lTy7-soL8kY on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-block-254:0.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Job Timeout: 1min 30s
BoundBy: lvm2-pvscan at 254:0.service
ReferencedBy: lvm2-pvscan at 254:0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
WantedBy: accounts-daemon.service
Conflicts: shutdown.target
Before: systemd-logind.service
Before: accounts-daemon.service
Before: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: accounts-daemon.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-LocalCrypt-ROOT.device:
Description: /dev/LocalCrypt/ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-LocalCrypt-ROOT.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following Set Member: dev-mapper-LocalCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device:
Description: /dev/disk/by-uuid/530daa4f-8f9f-4a74-9f50-030b2e0f2b3d
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-530daa4f\x2d8f9f\x2d4a74\x2d9f50\x2d030b2e0f2b3d.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-LocalCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dROOT.device
Following Set Member: dev-mapper-LocalCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CKAWbUnSlbiNW2CL5Ox7X7j9AHN5febKRH.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit speech-dispatcher.service:
Description: LSB: Speech Dispatcher
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/speech-dispatcher.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: speech-dispatcher.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/speech-dispatcher.service
Source Path: /etc/init.d/speech-dispatcher
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: systemd-journald-dev-log.socket
After: system.slice
After: festival.service
After: remote-fs.target
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: systemd-journald-dev-log.socket
References: system.slice
References: graphical.target
References: festival.service
References: remote-fs.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/speech-dispatcher start
-> ExecReload:
Command Line: /etc/init.d/speech-dispatcher reload
-> ExecStop:
Command Line: /etc/init.d/speech-dispatcher stop
-> Unit syslog.service:
Description: syslog.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.service
After: syslog.socket
TriggeredBy: syslog.socket
ReferencedBy: syslog.socket
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:21 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:21 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: auditd.service
After: network.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: auditd.service
References: shutdown.target
References: network.target
References: system.slice
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1471
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/ssh
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit ModemManager.service:
Description: Modem Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:26 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ModemManager.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: ModemManager.service
Fragment Path: /lib/systemd/system/ModemManager.service
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: syslog.target
After: basic.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: syslog.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 1436
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ModemManager1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: null
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ModemManager
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0.device
Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
Job Timeout: 1min 30s
Wants: bluetooth.target
References: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/bluetooth/hci0
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device:
Description: LVM PV hGHQAH-hwIY-4SLj-T9yU-v1yg-lTy7-soL8kY on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device
Following Set Member: dev-block-254:0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert 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: basic.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: HGST_HTS725050A7E630 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-70D45155D4511EA2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service untested
ConditionPathExists: /dev/tty2 untested
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: no
Requires: basic.target
Wants: system.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
-> Unit postgrey.service:
Description: postgrey.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgrey.service
Before: postfix.service
ReferencedBy: postfix.service
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:05 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journal-flush.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Sat 2015-07-04 17:46:05 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:05 IST
Assert Result: yes
Requires: systemd-journald.service
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-setup.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
After: systemd-journald.service
After: -.mount
References: systemd-remount-fs.service
References: systemd-journald.socket
References: system.slice
References: systemd-tmpfiles-setup.service
References: systemd-journald.service
References: -.mount
References: systemd-user-sessions.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/journalctl --flush
-> Unit systemd-rfkill at rfkill1.service:
Description: Load/Save RF Kill Switch Status of rfkill1
Instance: rfkill1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2drfkill.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill at rfkill1.service
Documentation: man:systemd-rfkill at .service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill at .service
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:10 IST
Assert Result: yes
Requires: -.mount
Wants: system-systemd\x2drfkill.slice
BindsTo: sys-subsystem-rfkill-devices-rfkill1.device
WantedBy: sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-ieee80211-phy0-rfkill1.device
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: -.mount
After: system-systemd\x2drfkill.slice
References: shutdown.target
References: systemd-journald.socket
References: sysinit.target
References: sys-subsystem-rfkill-devices-rfkill1.device
References: -.mount
References: systemd-remount-fs.service
References: system-systemd\x2drfkill.slice
ReferencedBy: sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-ieee80211-phy0-rfkill1.device
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill load %I
-> ExecStop:
Command Line: /lib/systemd/systemd-rfkill save %I
-> Unit networking.service:
Description: LSB: Raise network interfaces.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/networking.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: networking.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/networking.service
Source Path: /etc/init.d/networking
DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
DropIn Path: /lib/systemd/system/networking.service.d/systemd.conf
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Wants: system.slice
Wants: network.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: network.target
After: resolvconf.service
After: mountkernfs.service
After: apparmor.service
After: local-fs.target
After: system.slice
After: systemd-random-seed.service
After: network-pre.target
After: systemd-journald.socket
References: network.target
References: shutdown.target
References: mountkernfs.service
References: apparmor.service
References: local-fs.target
References: system.slice
References: sysinit.target
References: systemd-random-seed.service
References: network-pre.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
ReferencedBy: resolvconf.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/networking start
-> ExecReload:
Command Line: /etc/init.d/networking reload
-> ExecStop:
Command Line: /etc/init.d/networking stop
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:05 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-random-seed.service
Name: urandom.service
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
Condition Timestamp: Sat 2015-07-04 17:46:05 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:05 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: networking.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: system.slice
References: shutdown.target
References: -.mount
References: systemd-remount-fs.service
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: networking.service
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:36 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:36 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel4.target
Name: runlevel2.target
Name: multi-user.target
Name: runlevel3.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Sat 2015-07-04 17:46:36 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:36 IST
Assert Result: yes
Requires: basic.target
Wants: tor.service
Wants: NetworkManager.service
Wants: gdomap.service
Wants: cron.service
Wants: apport.service
Wants: virtualbox.service
Wants: systemd-user-sessions.service
Wants: systemd-logind.service
Wants: avahi-daemon.service
Wants: apache2.service
Wants: getty.target
Wants: speech-dispatcher.service
Wants: irqbalance.service
Wants: ssh.service
Wants: postfix.service
Wants: remote-fs.target
Wants: rc-local.service
Wants: anacron.service
Wants: minissdpd.service
Wants: atd.service
Wants: dnsmasq.service
Wants: systemd-ask-password-wall.path
Wants: laptop-mode.service
Wants: dicod.service
Wants: pppd-dns.service
Wants: inetd.service
Wants: thermald.service
Wants: lxc.service
Wants: dbus.service
Wants: systemd-update-utmp-runlevel.service
Wants: dovecot.service
Wants: ModemManager.service
RequiredBy: graphical.target
Conflicts: shutdown.target
Conflicts: rescue.target
Conflicts: rescue.service
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
After: laptop-mode.service
After: systemd-logind.service
After: inetd.service
After: irqbalance.service
After: rescue.target
After: dnsmasq.service
After: thermald.service
After: basic.target
After: virtualbox.service
After: tor.service
After: dbus.service
After: rc-local.service
After: ModemManager.service
After: apport.service
After: apache2.service
After: dovecot.service
After: pppd-dns.service
After: lxc.service
After: minissdpd.service
After: NetworkManager.service
After: gdomap.service
After: rescue.service
After: anacron.service
After: dicod.service
After: postfix.service
After: speech-dispatcher.service
After: getty.target
After: cron.service
After: avahi-daemon.service
After: systemd-user-sessions.service
After: ssh.service
After: atd.service
References: dicod.service
References: virtualbox.service
References: cron.service
References: avahi-daemon.service
References: NetworkManager.service
References: minissdpd.service
References: apport.service
References: speech-dispatcher.service
References: rc-local.service
References: basic.target
References: dnsmasq.service
References: ModemManager.service
References: anacron.service
References: pppd-dns.service
References: getty.target
References: atd.service
References: postfix.service
References: shutdown.target
References: rescue.service
References: rescue.target
References: dovecot.service
References: lxc.service
References: thermald.service
References: laptop-mode.service
References: remote-fs.target
References: systemd-user-sessions.service
References: systemd-ask-password-wall.path
References: dbus.service
References: inetd.service
References: tor.service
References: gdomap.service
References: ssh.service
References: systemd-logind.service
References: apache2.service
References: irqbalance.service
References: systemd-update-utmp-runlevel.service
ReferencedBy: apport.service
ReferencedBy: irqbalance.service
ReferencedBy: dovecot.service
ReferencedBy: minissdpd.service
ReferencedBy: gdomap.service
ReferencedBy: virtualbox.service
ReferencedBy: postfix.service
ReferencedBy: apache2.service
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: speech-dispatcher.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.target
Name: runlevel1.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: sysinit.target
Requires: rescue.service
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: multi-user.target
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
After: sysinit.target
After: rescue.service
References: sysinit.target
References: shutdown.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: sockets.target
Before: systemd-initctl.service
Before: sockets.target
After: -.slice
After: -.mount
Triggers: systemd-initctl.service
References: -.slice
References: -.mount
References: systemd-initctl.service
References: sockets.target
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-fsck-root.service:
Description: File System Check on Root 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
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root untested
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: no
Wants: systemd-fsckd.socket
Wants: system.slice
WantedBy: local-fs.target
Before: local-fs.target
Before: shutdown.target
Before: systemd-remount-fs.service
Before: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
After: systemd-journald.socket
After: systemd-fsckd.socket
After: system.slice
References: local-fs.target
References: systemd-journald.socket
References: systemd-fsckd.socket
References: system.slice
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
-> Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:59 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:59 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user at 1000.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Sat 2015-07-04 17:46:59 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:59 IST
Assert Result: yes
Requires: basic.target
Wants: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-1000.slice
After: systemd-journald.socket
After: systemd-user-sessions.service
After: basic.target
References: user-1000.slice
References: shutdown.target
References: systemd-journald.socket
References: systemd-user-sessions.service
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 2080
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1000
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
Status Text: Startup finished in 134ms.
-> Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:14 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:14 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/boot.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: boot.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Sat 2015-07-04 17:46:14 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:14 IST
Assert Result: yes
Requires: -.mount
RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: local-fs-pre.target
After: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
After: systemd-journald.socket
After: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
After: system.slice
After: -.mount
References: -.mount
References: local-fs.target
References: local-fs-pre.target
References: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
References: systemd-journald.socket
References: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
References: umount.target
References: system.slice
ReferencedBy: local-fs.target
RequiresMountsFor: / /dev/disk/by-uuid/175b2d9e-8a00-4c6b-ade6-8485a7f22276
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /boot
What: /dev/sda3
File System Type: ext4
Options: rw,relatime,commit=600,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: cron.service
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1395
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
EnvironmentFile: -/etc/default/cron
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
-> Unit getty at tty2.service:
Description: Getty on tty2
Instance: tty2
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:50:48 IST
Active Enter Timestamp: Sat 2015-07-04 17:50:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty2.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
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 untested
Condition Timestamp: Sat 2015-07-04 17:50:48 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:50:48 IST
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: rc-local.service
After: system-getty.slice
After: basic.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: plymouth-quit-wait.service
References: rc-local.service
References: system-getty.slice
References: getty.target
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 2887
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty2
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty2
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dbus.service
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: dbus.socket
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: dbus.socket
After: systemd-journald.socket
After: system.slice
After: basic.target
TriggeredBy: dbus.socket
References: systemd-journald.socket
References: dbus.socket
References: shutdown.target
References: basic.target
References: system.slice
ReferencedBy: dbus.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1396
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -900
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x10
Name: system.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: -.slice
WantedBy: colord.service
WantedBy: getty-static.service
WantedBy: lvm2-lvmetad.service
WantedBy: lvm2-activation-early.service
WantedBy: apache2.service
WantedBy: apport.service
WantedBy: var-lib-machines.mount
WantedBy: systemd-initctl.service
WantedBy: avahi-daemon.service
WantedBy: sys-kernel-config.mount
WantedBy: lxc.service
WantedBy: atd.service
WantedBy: bluetooth.service
WantedBy: sys-kernel-debug.mount
WantedBy: system-systemd\x2dcryptsetup.slice
WantedBy: systemd-modules-load.service
WantedBy: -.mount
WantedBy: systemd-update-utmp-runlevel.service
WantedBy: systemd-setup-dgram-qlen.service
WantedBy: pppd-dns.service
WantedBy: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
WantedBy: lvm2-activation.service
WantedBy: systemd-tmpfiles-clean.service
WantedBy: anacron.service
WantedBy: systemd-udev-trigger.service
WantedBy: systemd-binfmt.service
WantedBy: systemd-logind.service
WantedBy: NetworkManager.service
WantedBy: lvm2-monitor.service
WantedBy: hdparm.service
WantedBy: systemd-fsckd.service
WantedBy: debian-fixup.service
WantedBy: slices.target
WantedBy: systemd-journald.service
WantedBy: systemd-user-sessions.service
WantedBy: gdm.service
WantedBy: dicod.service
WantedBy: accounts-daemon.service
WantedBy: dev-mapper-LocalCrypt\x2dSWAP.swap
WantedBy: systemd-ask-password-wall.service
WantedBy: system-lvm2\x2dpvscan.slice
WantedBy: dovecot.service
WantedBy: uuidd.service
WantedBy: minissdpd.service
WantedBy: systemd-sysctl.service
WantedBy: sys-fs-fuse-connections.mount
WantedBy: dm-event.service
WantedBy: dev-dm\x2d1.swap
WantedBy: geoclue.service
WantedBy: systemd-remount-fs.service
WantedBy: thermald.service
WantedBy: cron.service
WantedBy: keyboard-setup.service
WantedBy: dev-hugepages.mount
WantedBy: inetd.service
WantedBy: rtkit-daemon.service
WantedBy: system-systemd\x2dfsck.slice
WantedBy: system-systemd\x2drfkill.slice
WantedBy: console-setup.service
WantedBy: dbus.service
WantedBy: postfix.service
WantedBy: systemd-machine-id-commit.service
WantedBy: laptop-mode.service
WantedBy: rescue.service
WantedBy: rc-local.service
WantedBy: dnsmasq.service
WantedBy: gdomap.service
WantedBy: systemd-udev-settle.service
WantedBy: virtualbox.service
WantedBy: systemd-fsck-root.service
WantedBy: udisks2.service
WantedBy: proc-sys-fs-binfmt_misc.mount
WantedBy: systemd-journal-flush.service
WantedBy: systemd-ask-password-console.service
WantedBy: resolvconf.service
WantedBy: upower.service
WantedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
WantedBy: wpa_supplicant.service
WantedBy: systemd-udevd.service
WantedBy: packagekit.service
WantedBy: ssh.service
WantedBy: system-getty.slice
WantedBy: dev-LocalCrypt-SWAP.swap
WantedBy: networking.service
WantedBy: systemd-timesyncd.service
WantedBy: kbd.service
WantedBy: irqbalance.service
WantedBy: run-user-1000.mount
WantedBy: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
WantedBy: systemd-tmpfiles-setup.service
WantedBy: udev-finish.service
WantedBy: systemd-tmpfiles-setup-dev.service
WantedBy: emergency.service
WantedBy: polkitd.service
WantedBy: systemd-random-seed.service
WantedBy: kmod-static-nodes.service
WantedBy: systemd-hwdb-update.service
WantedBy: run-user-1000-gvfs.mount
WantedBy: systemd-update-utmp.service
WantedBy: dev-mqueue.mount
WantedBy: tor.service
WantedBy: speech-dispatcher.service
WantedBy: system-systemd\x2dbacklight.slice
WantedBy: boot.mount
WantedBy: ModemManager.service
Before: debian-fixup.service
Before: resolvconf.service
Before: systemd-ask-password-console.service
Before: systemd-logind.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-udev-trigger.service
Before: gdomap.service
Before: system-getty.slice
Before: minissdpd.service
Before: systemd-tmpfiles-setup.service
Before: gdm.service
Before: systemd-machine-id-commit.service
Before: run-user-1000-gvfs.mount
Before: system-systemd\x2drfkill.slice
Before: systemd-timesyncd.service
Before: postfix.service
Before: systemd-update-utmp-runlevel.service
Before: proc-sys-fs-binfmt_misc.mount
Before: pppd-dns.service
Before: systemd-binfmt.service
Before: lvm2-monitor.service
Before: dbus.service
Before: colord.service
Before: apport.service
Before: systemd-journald.service
Before: dev-mqueue.mount
Before: emergency.service
Before: packagekit.service
Before: systemd-fsckd.service
Before: anacron.service
Before: sys-kernel-config.mount
Before: sys-kernel-debug.mount
Before: uuidd.service
Before: dnsmasq.service
Before: hdparm.service
Before: inetd.service
Before: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Before: system-lvm2\x2dpvscan.slice
Before: accounts-daemon.service
Before: irqbalance.service
Before: var-lib-machines.mount
Before: system-systemd\x2dcryptsetup.slice
Before: sys-fs-fuse-connections.mount
Before: virtualbox.service
Before: lxc.service
Before: dev-dm\x2d1.swap
Before: systemd-udev-settle.service
Before: kbd.service
Before: systemd-remount-fs.service
Before: getty-static.service
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Before: apache2.service
Before: dev-mapper-LocalCrypt\x2dSWAP.swap
Before: console-setup.service
Before: avahi-daemon.service
Before: system-systemd\x2dbacklight.slice
Before: rtkit-daemon.service
Before: ssh.service
Before: polkitd.service
Before: keyboard-setup.service
Before: systemd-udevd.service
Before: bluetooth.service
Before: upower.service
Before: systemd-hwdb-update.service
Before: rescue.service
Before: lvm2-lvmetad.service
Before: systemd-ask-password-wall.service
Before: dm-event.service
Before: systemd-user-sessions.service
Before: kmod-static-nodes.service
Before: geoclue.service
Before: atd.service
Before: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Before: dovecot.service
Before: thermald.service
Before: NetworkManager.service
Before: systemd-modules-load.service
Before: systemd-setup-dgram-qlen.service
Before: dev-hugepages.mount
Before: speech-dispatcher.service
Before: systemd-sysctl.service
Before: boot.mount
Before: wpa_supplicant.service
Before: udev-finish.service
Before: systemd-update-utmp.service
Before: systemd-initctl.service
Before: systemd-fsck-root.service
Before: systemd-random-seed.service
Before: tor.service
Before: systemd-tmpfiles-clean.service
Before: slices.target
Before: system-systemd\x2dfsck.slice
Before: dev-LocalCrypt-SWAP.swap
Before: run-user-1000.mount
Before: cron.service
Before: lvm2-activation-early.service
Before: dicod.service
Before: ModemManager.service
Before: lvm2-activation.service
Before: udisks2.service
Before: laptop-mode.service
Before: rc-local.service
Before: networking.service
Before: systemd-journal-flush.service
Before: -.mount
After: -.slice
References: -.slice
References: slices.target
ReferencedBy: inetd.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: udisks2.service
ReferencedBy: systemd-journald.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: postfix.service
ReferencedBy: polkitd.service
ReferencedBy: networking.service
ReferencedBy: var-lib-machines.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: kbd.service
ReferencedBy: emergency.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: dbus.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: ssh.service
ReferencedBy: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
ReferencedBy: dnsmasq.service
ReferencedBy: dovecot.service
ReferencedBy: irqbalance.service
ReferencedBy: laptop-mode.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: accounts-daemon.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: debian-fixup.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
ReferencedBy: upower.service
ReferencedBy: NetworkManager.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: slices.target
ReferencedBy: resolvconf.service
ReferencedBy: minissdpd.service
ReferencedBy: ModemManager.service
ReferencedBy: atd.service
ReferencedBy: gdomap.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: thermald.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: avahi-daemon.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-udevd.service
ReferencedBy: console-setup.service
ReferencedBy: bluetooth.service
ReferencedBy: packagekit.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: rescue.service
ReferencedBy: -.mount
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: systemd-logind.service
ReferencedBy: dev-LocalCrypt-SWAP.swap
ReferencedBy: udev-finish.service
ReferencedBy: apport.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: boot.mount
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: lvm2-monitor.service
ReferencedBy: pppd-dns.service
ReferencedBy: dm-event.service
ReferencedBy: keyboard-setup.service
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: systemd-journal-flush.service
ReferencedBy: lvm2-activation-early.service
ReferencedBy: rc-local.service
ReferencedBy: anacron.service
ReferencedBy: geoclue.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: lvm2-activation.service
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: cron.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-setup-dgram-qlen.service
ReferencedBy: dicod.service
ReferencedBy: gdm.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: apache2.service
ReferencedBy: dev-mapper-LocalCrypt\x2dSWAP.swap
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: system-systemd\x2drfkill.slice
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: lxc.service
ReferencedBy: colord.service
ReferencedBy: system-getty.slice
ReferencedBy: systemd-binfmt.service
ReferencedBy: tor.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: uuidd.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: hdparm.service
ReferencedBy: virtualbox.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: system-lvm2\x2dpvscan.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x10342734160797847552x.device:
Description: HGST_HTS725050A7E630
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ untested
ConditionSecurity: audit untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: sockets.target
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:59 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:59 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-user-1000.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-user-1000.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
Before: run-user-1000-gvfs.mount
After: systemd-journald.socket
After: system.slice
After: -.mount
After: local-fs-pre.target
References: umount.target
References: systemd-journald.socket
References: system.slice
References: local-fs-pre.target
References: -.mount
References: local-fs.target
ReferencedBy: run-user-1000-gvfs.mount
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=756608k,mode=700,uid=1000,gid=1000
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 18:03:54 IST
Active Enter Timestamp: Sat 2015-07-04 18:03:54 IST
Active Exit Timestamp: Sat 2015-07-04 18:03:54 IST
Inactive Enter Timestamp: Sat 2015-07-04 18:03:54 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udevd.service
Name: udev.service
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2015-07-04 18:03:54 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 18:03:54 IST
Assert Result: yes
Wants: systemd-udevd-control.socket
Wants: system.slice
Wants: systemd-udevd-kernel.socket
WantedBy: systemd-udev-settle.service
WantedBy: systemd-udev-trigger.service
WantedBy: sysinit.target
Before: sysinit.target
Before: udev-finish.service
Before: keyboard-setup.service
Before: hdparm.service
After: systemd-journald.socket
After: systemd-udevd-kernel.socket
After: systemd-sysusers.service
After: systemd-udevd-control.socket
After: system.slice
After: systemd-tmpfiles-setup-dev.service
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-journald.socket
References: sysinit.target
References: systemd-udevd-kernel.socket
References: systemd-sysusers.service
References: systemd-udevd-control.socket
References: system.slice
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: keyboard-setup.service
ReferencedBy: udev-finish.service
ReferencedBy: sysinit.target
ReferencedBy: hdparm.service
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udev-settle.service
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-tmpfiles-setup-dev.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 17264
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 17264
Start Timestamp: Sat 2015-07-04 18:03:54 IST
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journald.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: systemd-journald.socket
Wants: systemd-journald.socket
Wants: system.slice
Wants: systemd-journald-dev-log.socket
Wants: systemd-journald-audit.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-journal-flush.service
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: systemd-journald-audit.socket
After: syslog.socket
After: system.slice
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald-audit.socket
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: sysinit.target
References: systemd-journald-audit.socket
References: syslog.socket
References: system.slice
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald-audit.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: all
NotifyState: unknown
Main PID: 276
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 0
-> Unit getty at tty3.service:
Description: Getty on tty3
Instance: tty3
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:50:49 IST
Active Enter Timestamp: Sat 2015-07-04 17:50:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty3.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty3.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2015-07-04 17:50:49 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:50:49 IST
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: rc-local.service
After: system-getty.slice
After: basic.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: plymouth-quit-wait.service
References: rc-local.service
References: system-getty.slice
References: getty.target
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 2889
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty3
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty3
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit lvm2-activation-early.service:
Description: Activation of LVM2 logical volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-07-04 17:46:15 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-activation-early.service
Documentation: man:lvm(8)
Documentation: man:vgchange(8)
Fragment Path: /lib/systemd/system/lvm2-activation-early.service
Condition Timestamp: Sat 2015-07-04 17:46:13 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:13 IST
Assert Result: yes
Wants: systemd-udev-settle.service
Wants: system.slice
WantedBy: local-fs.target
Before: local-fs.target
Before: shutdown.target
Before: lvm2-activation.service
Before: cryptsetup.target
After: systemd-udev-settle.service
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: system.slice
References: local-fs.target
References: shutdown.target
References: cryptsetup.target
References: systemd-udev-settle.service
ReferencedBy: local-fs.target
ReferencedBy: lvm2-activation.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvm vgchange -aay --sysinit
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
ConflictedBy: speech-dispatcher.service
ConflictedBy: wpa_supplicant.service
ConflictedBy: dicod.service
ConflictedBy: emergency.service
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: session-1.scope
ConflictedBy: dovecot.service
ConflictedBy: network.target
ConflictedBy: slices.target
ConflictedBy: swap.target
ConflictedBy: nss-user-lookup.target
ConflictedBy: inetd.service
ConflictedBy: basic.target
ConflictedBy: avahi-daemon.socket
ConflictedBy: polkitd.service
ConflictedBy: dbus.service
ConflictedBy: anacron.service
ConflictedBy: colord.service
ConflictedBy: getty at tty3.service
ConflictedBy: systemd-sysctl.service
ConflictedBy: rescue.service
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: getty at tty2.service
ConflictedBy: sound.target
ConflictedBy: minissdpd.service
ConflictedBy: rescue.target
ConflictedBy: paths.target
ConflictedBy: local-fs-pre.target
ConflictedBy: virtualbox.service
ConflictedBy: systemd-rfkill at rfkill0.service
ConflictedBy: user-1000.slice
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: systemd-backlight at backlight:intel_backlight.service
ConflictedBy: bluetooth.service
ConflictedBy: rtkit-daemon.service
ConflictedBy: syslog.socket
ConflictedBy: udisks2.service
ConflictedBy: dnsmasq.service
ConflictedBy: tor.service
ConflictedBy: systemd-random-seed.service
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: system-systemd\x2dbacklight.slice
ConflictedBy: emergency.target
ConflictedBy: timers.target
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: NetworkManager.service
ConflictedBy: systemd-user-sessions.service
ConflictedBy: pppd-dns.service
ConflictedBy: rc-local.service
ConflictedBy: getty-static.service
ConflictedBy: gdm.service
ConflictedBy: lxc.service
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: system-systemd\x2drfkill.slice
ConflictedBy: nss-lookup.target
ConflictedBy: lvm2-pvscan at 254:0.service
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: time-sync.target
ConflictedBy: thermald.service
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: lvm2-monitor.service
ConflictedBy: ModemManager.service
ConflictedBy: packagekit.service
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: cryptsetup.target
ConflictedBy: network-online.target
ConflictedBy: remote-fs-pre.target
ConflictedBy: accounts-daemon.service
ConflictedBy: remote-fs.target
ConflictedBy: apache2.service
ConflictedBy: getty at tty6.service
ConflictedBy: uuidd.socket
ConflictedBy: systemd-timesyncd.service
ConflictedBy: system-lvm2\x2dpvscan.slice
ConflictedBy: sysinit.target
ConflictedBy: atd.service
ConflictedBy: systemd-logind.service
ConflictedBy: sockets.target
ConflictedBy: postfix.service
ConflictedBy: bluetooth.target
ConflictedBy: network-pre.target
ConflictedBy: systemd-rfkill at rfkill1.service
ConflictedBy: system-systemd\x2dcryptsetup.slice
ConflictedBy: user.slice
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: graphical.target
ConflictedBy: ssh.service
ConflictedBy: getty.target
ConflictedBy: user at 1000.service
ConflictedBy: getty at tty7.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: gdomap.service
ConflictedBy: multi-user.target
ConflictedBy: cron.service
ConflictedBy: geoclue.service
ConflictedBy: systemd-modules-load.service
ConflictedBy: getty at tty1.service
ConflictedBy: networking.service
ConflictedBy: getty at tty5.service
ConflictedBy: system-getty.slice
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: getty at tty4.service
ConflictedBy: irqbalance.service
ConflictedBy: lvm2-lvmetad.service
ConflictedBy: apport.service
ConflictedBy: laptop-mode.service
ConflictedBy: local-fs.target
ConflictedBy: cryptsetup-pre.target
ConflictedBy: dbus.socket
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: avahi-daemon.service
ConflictedBy: uuidd.service
ConflictedBy: mail-transport-agent.target
ConflictedBy: upower.service
ConflictedBy: systemd-update-utmp.service
After: getty at tty7.service
After: user at 1000.service
After: systemd-rfkill at rfkill1.service
After: systemd-machine-id-commit.service
After: dnsmasq.service
After: dicod.service
After: getty at tty1.service
After: speech-dispatcher.service
After: systemd-update-utmp-runlevel.service
After: apport.service
After: system-lvm2\x2dpvscan.slice
After: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
After: user.slice
After: minissdpd.service
After: ssh.service
After: lvm2-activation.service
After: rc-local.service
After: dbus.service
After: system-getty.slice
After: getty at tty3.service
After: systemd-timesyncd.service
After: systemd-fsck-root.service
After: getty at tty2.service
After: ModemManager.service
After: virtualbox.service
After: system-systemd\x2dcryptsetup.slice
After: dovecot.service
After: uuidd.service
After: pppd-dns.service
After: lvm2-pvscan at 254:0.service
After: systemd-tmpfiles-clean.timer
After: udisks2.service
After: uuidd.socket
After: dbus.socket
After: upower.service
After: lvm2-activation-early.service
After: gdm.service
After: bluetooth.service
After: getty at tty4.service
After: systemd-modules-load.service
After: postfix.service
After: systemd-fsckd.service
After: systemd-remount-fs.service
After: tor.service
After: lxc.service
After: getty at tty6.service
After: systemd-rfkill at rfkill0.service
After: anacron.service
After: wpa_supplicant.service
After: system-systemd\x2drfkill.slice
After: systemd-binfmt.service
After: rescue.service
After: systemd-logind.service
After: session-1.scope
After: system-systemd\x2dbacklight.slice
After: avahi-daemon.service
After: NetworkManager.service
After: rtkit-daemon.service
After: cron.service
After: polkitd.service
After: laptop-mode.service
After: user-1000.slice
After: getty at tty5.service
After: systemd-tmpfiles-setup.service
After: packagekit.service
After: atd.service
After: system-systemd\x2dfsck.slice
After: systemd-update-utmp.service
After: colord.service
After: thermald.service
After: inetd.service
After: accounts-daemon.service
After: systemd-tmpfiles-setup-dev.service
After: irqbalance.service
After: geoclue.service
After: systemd-backlight at backlight:intel_backlight.service
After: systemd-ask-password-console.path
After: systemd-ask-password-wall.service
After: systemd-random-seed.service
After: systemd-user-sessions.service
After: systemd-ask-password-console.service
After: emergency.service
After: apache2.service
After: syslog.socket
After: systemd-sysctl.service
After: systemd-hwdb-update.service
After: getty-static.service
After: networking.service
After: systemd-tmpfiles-clean.service
After: avahi-daemon.socket
After: systemd-ask-password-wall.path
After: gdomap.service
ReferencedBy: user.slice
ReferencedBy: sound.target
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: colord.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: graphical.target
ReferencedBy: lvm2-activation.service
ReferencedBy: ssh.service
ReferencedBy: dovecot.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: mail-transport-agent.target
ReferencedBy: remote-fs.target
ReferencedBy: packagekit.service
ReferencedBy: tor.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: uuidd.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: rescue.target
ReferencedBy: network-online.target
ReferencedBy: dbus.socket
ReferencedBy: user at 1000.service
ReferencedBy: slices.target
ReferencedBy: thermald.service
ReferencedBy: pppd-dns.service
ReferencedBy: geoclue.service
ReferencedBy: getty at tty4.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-logind.service
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: local-fs.target
ReferencedBy: upower.service
ReferencedBy: getty at tty7.service
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: emergency.service
ReferencedBy: rescue.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: system-lvm2\x2dpvscan.slice
ReferencedBy: bluetooth.target
ReferencedBy: getty at tty5.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: paths.target
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: lvm2-pvscan at 254:0.service
ReferencedBy: networking.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: nss-lookup.target
ReferencedBy: rtkit-daemon.service
ReferencedBy: udisks2.service
ReferencedBy: getty.target
ReferencedBy: dnsmasq.service
ReferencedBy: inetd.service
ReferencedBy: apache2.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: gdomap.service
ReferencedBy: user-1000.slice
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: network-pre.target
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: sockets.target
ReferencedBy: systemd-sysctl.service
ReferencedBy: cron.service
ReferencedBy: getty at tty2.service
ReferencedBy: multi-user.target
ReferencedBy: apport.service
ReferencedBy: basic.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: rc-local.service
ReferencedBy: ModemManager.service
ReferencedBy: lxc.service
ReferencedBy: dbus.service
ReferencedBy: getty at tty3.service
ReferencedBy: minissdpd.service
ReferencedBy: getty at tty6.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: gdm.service
ReferencedBy: syslog.socket
ReferencedBy: timers.target
ReferencedBy: dicod.service
ReferencedBy: bluetooth.service
ReferencedBy: network.target
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: wpa_supplicant.service
ReferencedBy: postfix.service
ReferencedBy: anacron.service
ReferencedBy: polkitd.service
ReferencedBy: uuidd.socket
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: swap.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: accounts-daemon.service
ReferencedBy: system-systemd\x2drfkill.slice
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: time-sync.target
ReferencedBy: session-1.scope
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: sysinit.target
ReferencedBy: cryptsetup-pre.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: atd.service
ReferencedBy: avahi-daemon.service
ReferencedBy: lvm2-activation-early.service
ReferencedBy: remote-fs-pre.target
ReferencedBy: emergency.target
ReferencedBy: system-getty.slice
ReferencedBy: getty-static.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: local-fs-pre.target
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: laptop-mode.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
ReferencedBy: NetworkManager.service
ReferencedBy: virtualbox.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: dicod.service
Before: ssh.service
Before: systemd-update-utmp.service
ReferencedBy: dicod.service
ReferencedBy: ssh.service
ReferencedBy: systemd-update-utmp.service
-> Unit lvm2-activation.service:
Description: Activation of LVM2 logical volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-07-04 17:46:17 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-activation.service
Documentation: man:lvm(8)
Documentation: man:vgchange(8)
Fragment Path: /lib/systemd/system/lvm2-activation.service
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Wants: systemd-udev-settle.service
Wants: system.slice
WantedBy: local-fs.target
Before: local-fs.target
Before: shutdown.target
Before: lvm2-monitor.service
After: systemd-journald.socket
After: lvm2-activation-early.service
After: system.slice
After: cryptsetup.target
References: systemd-udev-settle.service
References: local-fs.target
References: lvm2-activation-early.service
References: cryptsetup.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvm vgchange -aay --sysinit
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:19 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: sockets.target
Wants: paths.target
Wants: timers.target
Wants: slices.target
RequiredBy: systemd-user-sessions.service
RequiredBy: upower.service
RequiredBy: thermald.service
RequiredBy: uuidd.service
RequiredBy: tor.service
RequiredBy: apache2.service
RequiredBy: accounts-daemon.service
RequiredBy: dbus.service
RequiredBy: getty at tty3.service
RequiredBy: getty at tty1.service
RequiredBy: udisks2.service
RequiredBy: dovecot.service
RequiredBy: user at 1000.service
RequiredBy: getty at tty5.service
RequiredBy: ssh.service
RequiredBy: wpa_supplicant.service
RequiredBy: bluetooth.service
RequiredBy: atd.service
RequiredBy: getty at tty6.service
RequiredBy: ModemManager.service
RequiredBy: inetd.service
RequiredBy: lxc.service
RequiredBy: gdm.service
RequiredBy: colord.service
RequiredBy: getty at tty7.service
RequiredBy: rc-local.service
RequiredBy: postfix.service
RequiredBy: getty at tty2.service
RequiredBy: speech-dispatcher.service
RequiredBy: NetworkManager.service
RequiredBy: dicod.service
RequiredBy: pppd-dns.service
RequiredBy: laptop-mode.service
RequiredBy: packagekit.service
RequiredBy: getty at tty4.service
RequiredBy: avahi-daemon.service
RequiredBy: rtkit-daemon.service
RequiredBy: apport.service
RequiredBy: polkitd.service
RequiredBy: irqbalance.service
RequiredBy: getty-static.service
RequiredBy: minissdpd.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: anacron.service
RequiredBy: geoclue.service
RequiredBy: multi-user.target
RequiredBy: gdomap.service
RequiredBy: virtualbox.service
RequiredBy: systemd-logind.service
RequiredBy: cron.service
RequiredBy: dnsmasq.service
Conflicts: shutdown.target
Before: getty at tty6.service
Before: getty at tty7.service
Before: systemd-user-sessions.service
Before: geoclue.service
Before: packagekit.service
Before: bluetooth.service
Before: getty at tty4.service
Before: virtualbox.service
Before: rc-local.service
Before: NetworkManager.service
Before: cron.service
Before: irqbalance.service
Before: dicod.service
Before: getty at tty2.service
Before: user at 1000.service
Before: tor.service
Before: gdomap.service
Before: accounts-daemon.service
Before: avahi-daemon.service
Before: uuidd.service
Before: speech-dispatcher.service
Before: apport.service
Before: ModemManager.service
Before: dbus.service
Before: minissdpd.service
Before: thermald.service
Before: upower.service
Before: lxc.service
Before: getty at tty3.service
Before: rtkit-daemon.service
Before: getty at tty5.service
Before: apache2.service
Before: udisks2.service
Before: polkitd.service
Before: atd.service
Before: systemd-ask-password-wall.service
Before: colord.service
Before: wpa_supplicant.service
Before: getty-static.service
Before: pppd-dns.service
Before: inetd.service
Before: dnsmasq.service
Before: ssh.service
Before: systemd-logind.service
Before: gdm.service
Before: getty at tty1.service
Before: laptop-mode.service
Before: postfix.service
Before: dovecot.service
Before: multi-user.target
Before: anacron.service
After: slices.target
After: sysinit.target
After: sockets.target
After: paths.target
After: -.mount
References: sockets.target
References: -.mount
References: sysinit.target
References: paths.target
References: timers.target
References: slices.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: accounts-daemon.service
ReferencedBy: virtualbox.service
ReferencedBy: ssh.service
ReferencedBy: postfix.service
ReferencedBy: dbus.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
ReferencedBy: apport.service
ReferencedBy: uuidd.service
ReferencedBy: getty at tty6.service
ReferencedBy: dicod.service
ReferencedBy: avahi-daemon.service
ReferencedBy: irqbalance.service
ReferencedBy: rc-local.service
ReferencedBy: getty at tty4.service
ReferencedBy: gdomap.service
ReferencedBy: getty at tty1.service
ReferencedBy: laptop-mode.service
ReferencedBy: bluetooth.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: ModemManager.service
ReferencedBy: dnsmasq.service
ReferencedBy: geoclue.service
ReferencedBy: cron.service
ReferencedBy: atd.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: dovecot.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: colord.service
ReferencedBy: anacron.service
ReferencedBy: pppd-dns.service
ReferencedBy: getty-static.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: upower.service
ReferencedBy: user at 1000.service
ReferencedBy: getty at tty5.service
ReferencedBy: getty at tty7.service
ReferencedBy: systemd-logind.service
ReferencedBy: apache2.service
ReferencedBy: lxc.service
ReferencedBy: inetd.service
ReferencedBy: NetworkManager.service
ReferencedBy: udisks2.service
ReferencedBy: polkitd.service
ReferencedBy: thermald.service
ReferencedBy: packagekit.service
ReferencedBy: tor.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: gdm.service
ReferencedBy: minissdpd.service
RequiresMountsFor: /var /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit laptop-mode.service:
Description: Laptop Mode Tools
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-07-04 18:01:26 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-07-04 18:01:27 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: laptop-mode.service
Fragment Path: /lib/systemd/system/laptop-mode.service
Condition Timestamp: Sat 2015-07-04 18:01:26 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 18:01:26 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: basic.target
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: tty
StandardError: tty
-> ExecStart:
Command Line: /usr/sbin/laptop_mode init auto
PID: 14255
Start Timestamp: Sat 2015-07-04 18:01:26 IST
Exit Timestamp: Sat 2015-07-04 18:01:27 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/laptop_mode init stop
PID: 14328
Start Timestamp: Sat 2015-07-04 18:01:27 IST
Exit Timestamp: Sat 2015-07-04 18:01:27 IST
Exit Code: exited
Exit Status: 0
-> ExecStopPost:
Command Line: /bin/rm -f /var/run/laptop-mode-tools/enabled
PID: 15048
Start Timestamp: Sat 2015-07-04 18:01:27 IST
Exit Timestamp: Sat 2015-07-04 18:01:27 IST
Exit Code: exited
Exit Status: 0
-> 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
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountdevsubfs.service
Fragment Path: /dev/null
Before: hdparm.service
ReferencedBy: hdparm.service
-> Unit kmod-static-nodes.service:
Description: Create list of required static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionPathExists: /lib/modules/4.1.1+/modules.devname untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: systemd-tmpfiles-setup-dev.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-machine-id-commit.service
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id untested
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-journald.socket
References: local-fs.target
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-machine-id-commit
-> Unit gdm.service:
Description: GNOME Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:21 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:22 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/gdm.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: display-manager.service
Name: gdm3.service
Name: gdm.service
Fragment Path: /lib/systemd/system/gdm.service
Condition Timestamp: Sat 2015-07-04 17:46:21 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:21 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
Conflicts: plymouth-quit.service
Conflicts: shutdown.target
Conflicts: getty at tty7.service
Before: shutdown.target
Before: graphical.target
After: plymouth-quit.service
After: basic.target
After: systemd-journald.socket
After: getty at tty7.service
After: system.slice
After: systemd-user-sessions.service
OnFailure: plymouth-quit.service
References: plymouth-quit.service
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: getty at tty7.service
References: system.slice
References: systemd-user-sessions.service
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 1500
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
EnvironmentFile: -/etc/default/locale
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/gdm3" ]'
Command Line: /usr/share/gdm/generate-config
-> ExecStart:
Command Line: /usr/sbin/gdm3
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
Command Line: /usr/share/gdm/generate-config
-> Unit cryptsetup-pre.target:
Description: Encrypted Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup-pre.target
Conflicts: shutdown.target
Before: systemd-cryptsetup at sda5_crypt.service
References: shutdown.target
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: -.slice
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: -.slice
After: system.slice
After: user.slice
References: -.slice
References: shutdown.target
References: system.slice
ReferencedBy: -.slice
ReferencedBy: system.slice
ReferencedBy: user.slice
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dovecot.service:
Description: LSB: Dovecot init script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:23 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dovecot.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dovecot.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/dovecot.service
Source Path: /etc/init.d/dovecot
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: postfix.service
Before: graphical.target
Before: multi-user.target
After: winbind.service
After: slapd.service
After: basic.target
After: systemd-journald.socket
After: remote-fs.target
After: nslcd.service
After: time-sync.target
After: system.slice
After: local-fs.target
After: mysql.service
After: network-online.target
After: systemd-journald-dev-log.socket
After: postgresql.service
References: local-fs.target
References: multi-user.target
References: mysql.service
References: network-online.target
References: remote-fs.target
References: time-sync.target
References: systemd-journald-dev-log.socket
References: basic.target
References: shutdown.target
References: system.slice
References: winbind.service
References: postgresql.service
References: graphical.target
References: systemd-journald.socket
References: slapd.service
References: nslcd.service
ReferencedBy: postfix.service
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/dovecot start
-> ExecStop:
Command Line: /etc/init.d/dovecot stop
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: dev-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:05 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-remount-fs.service
Documentation: man:systemd-remount-fs.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/systemd-remount-fs.service
ConditionPathExists: /etc/fstab untested
Condition Timestamp: Sat 2015-07-04 17:46:05 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:05 IST
Assert Result: yes
Wants: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-timesyncd.service
Before: systemd-rfkill at rfkill1.service
Before: local-fs-pre.target
Before: systemd-backlight at backlight:intel_backlight.service
Before: systemd-journal-flush.service
Before: systemd-rfkill at rfkill0.service
Before: debian-fixup.service
Before: local-fs.target
Before: systemd-random-seed.service
Before: systemd-hwdb-update.service
Before: systemd-update-utmp.service
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system.slice
After: keyboard-setup.service
References: shutdown.target
References: local-fs.target
References: systemd-fsck-root.service
References: system.slice
References: systemd-journald.socket
References: local-fs-pre.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: keyboard-setup.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-rfkill at rfkill1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
-> Unit systemd-fsckd.service:
Description: File System Check Daemon to report status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: Sat 2015-07-04 17:46:44 IST
Inactive Enter Timestamp: Sat 2015-07-04 17:46:44 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Sat 2015-07-04 17:46:13 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:13 IST
Assert Result: yes
Requires: systemd-fsckd.socket
Wants: system.slice
Before: shutdown.target
After: systemd-journald.socket
After: systemd-fsckd.socket
After: system.slice
TriggeredBy: systemd-fsckd.socket
References: shutdown.target
References: systemd-journald.socket
References: systemd-fsckd.socket
References: system.slice
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
-> Unit udev-finish.service:
Description: Copy rules generated while the root was ro
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/udev-finish.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: udev-finish.service
Fragment Path: /lib/systemd/system/udev-finish.service
Condition Timestamp: Sat 2015-07-04 17:46:13 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:13 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
After: systemd-udev-settle.service
After: systemd-journald.socket
After: system.slice
After: systemd-udevd.service
References: systemd-udev-settle.service
References: systemd-journald.socket
References: system.slice
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/udev/udev-finish
-> Unit systemd-rfkill at rfkill0.service:
Description: Load/Save RF Kill Switch Status of rfkill0
Instance: rfkill0
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2drfkill.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill at rfkill0.service
Documentation: man:systemd-rfkill at .service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill at .service
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:10 IST
Assert Result: yes
Requires: -.mount
Wants: system-systemd\x2drfkill.slice
BindsTo: sys-subsystem-rfkill-devices-rfkill0.device
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0-rfkill0.device
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: -.mount
After: system-systemd\x2drfkill.slice
References: systemd-remount-fs.service
References: systemd-journald.socket
References: system-systemd\x2drfkill.slice
References: sysinit.target
References: -.mount
References: sys-subsystem-rfkill-devices-rfkill0.device
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d4-1\x2d4:1.0-bluetooth-hci0-rfkill0.device
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill load %I
-> ExecStop:
Command Line: /lib/systemd/systemd-rfkill save %I
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-sysctl.service
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/ untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: systemd-modules-load.service
References: shutdown.target
References: sysinit.target
References: system.slice
References: systemd-journald.socket
References: systemd-modules-load.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-modules-load.service
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load untested
ConditionKernelCommandLine: |modules-load untested
ConditionDirectoryNotEmpty: |/run/modules-load.d untested
ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-config.mount
Before: sysinit.target
Before: systemd-sysctl.service
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sysinit.target
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-sysctl.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.service
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true untested
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: no
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: time-sync.target
After: basic.target
References: system.slice
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: time-sync.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/anacron -dsq
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:18 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-timesyncd.service
Before: shutdown.target
Before: sysinit.target
Before: systemd-update-utmp.service
After: systemd-journald.socket
After: local-fs.target
After: system.slice
After: systemd-sysusers.service
After: systemd-journal-flush.service
References: systemd-journald.socket
References: local-fs.target
References: sysinit.target
References: system.slice
References: systemd-sysusers.service
References: shutdown.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
-> Unit bluetooth.service:
Description: Bluetooth service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:19 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/bluetooth.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: bluetooth.service
Documentation: man:bluetoothd(8)
Fragment Path: /lib/systemd/system/bluetooth.service
Condition Timestamp: Sat 2015-07-04 17:46:19 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:19 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: bluetooth.target
Conflicts: shutdown.target
Before: shutdown.target
Before: bluetooth.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 1390
Main PID Known: yes
Main PID Alien: no
BusName: org.bluez
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNPROC: 1
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_admin
-> ExecStart:
Command Line: /usr/lib/bluetooth/bluetoothd
Status Text: Running
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap:
Description: /dev/disk/by-id/dm-uuid-LVM-JuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Following: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-LocalCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-JuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-id/dm-uuid-LVM-JuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
Job Timeout: 1min 30s
Wants: systemd-backlight at backlight:intel_backlight.service
References: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
-> Unit sys-subsystem-rfkill-devices-rfkill1.device:
Description: /sys/subsystem/rfkill/devices/rfkill1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-rfkill-devices-rfkill1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-ieee80211-phy0-rfkill1.device
Job Timeout: 1min 30s
BoundBy: systemd-rfkill at rfkill1.service
ReferencedBy: systemd-rfkill at rfkill1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:09:00.0/ieee80211/phy0/rfkill1
-> Unit dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart1.device:
Description: HGST_HTS725050A7E630 System_Reserved
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-System\x5cx20Reserved.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-32B8FF0AB8FECAFD.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap:
Description: /dev/disk/by-uuid/4482869d-a0bc-458c-8560-e7baf8828e45
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Following: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-LocalCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
RequiresMountsFor: /dev/disk/by-uuid/4482869d-a0bc-458c-8560-e7baf8828e45
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-uuid/4482869d-a0bc-458c-8560-e7baf8828e45
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-mapper-LocalCrypt\x2dSWAP.device:
Description: /dev/mapper/LocalCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-LocalCrypt\x2dSWAP.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device
Following Set Member: dev-LocalCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: dev-mapper-LocalCrypt\x2dSWAP.swap
BoundBy: dev-mapper-LocalCrypt\x2dSWAP.swap
Before: dev-mapper-LocalCrypt\x2dSWAP.swap
ReferencedBy: dev-mapper-LocalCrypt\x2dSWAP.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart2.device:
Description: HGST_HTS725050A7E630 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2duuid-70D45155D4511EA2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit thermald.service:
Description: Thermal Daemon Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:25 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/thermald.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: thermald.service
Fragment Path: /lib/systemd/system/thermald.service
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1427
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.thermald
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/thermald --no-daemon --dbus-enable
-> Unit dev-dm\x2d0.device:
Description: LVM PV hGHQAH-hwIY-4SLj-T9yU-v1yg-lTy7-soL8kY on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d0.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device
Following Set Member: dev-block-254:0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit mysql.service:
Description: mysql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mysql.service
Before: postfix.service
Before: dovecot.service
ReferencedBy: postfix.service
ReferencedBy: dovecot.service
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: systemd-tmpfiles-clean.timer
References: shutdown.target
References: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit pppd-dns.service:
Description: Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-07-04 17:46:21 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pppd-dns.service
Fragment Path: /lib/systemd/system/pppd-dns.service
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0000usepeerdns
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: timers.target
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: sysinit.target
References: shutdown.target
References: systemd-tmpfiles-clean.service
References: timers.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit lvm2-lvmetad.socket:
Description: LVM2 metadata daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmetad.socket
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: lvm2-monitor.service
RequiredBy: lvm2-lvmetad.service
RequiredBy: lvm2-pvscan at 254:0.service
WantedBy: sysinit.target
Before: lvm2-monitor.service
Before: lvm2-lvmetad.service
Before: lvm2-pvscan at 254:0.service
After: -.slice
After: -.mount
Triggers: lvm2-lvmetad.service
References: lvm2-lvmetad.service
References: -.slice
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: lvm2-pvscan at 254:0.service
RequiresMountsFor: /run/lvm/lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmetad.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit var-lib-machines.mount:
Description: Virtual Machine and Container Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: var-lib-machines.mount
Fragment Path: /lib/systemd/system/var-lib-machines.mount
ConditionPathExists: /var/lib/machines.raw untested
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: local-fs.target
Conflicts: umount.target
Before: umount.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: local-fs-pre.target
References: local-fs-pre.target
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: local-fs.target
RequiresMountsFor: /var/lib /var/lib/machines.raw
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /var/lib/machines
What: /var/lib/machines.raw
File System Type: btrfs
Options: loop
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:07 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Following: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit resolvconf.service:
Description: Nameserver information manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/resolvconf.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: resolvconf.service
Documentation: man:resolvconf(8)
Fragment Path: /lib/systemd/system/resolvconf.service
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: networking.service
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: system.slice
References: networking.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/mkdir -p /run/resolvconf/interface
Command Line: /bin/touch /run/resolvconf/postponed-update
-> ExecStart:
Command Line: /sbin/resolvconf --enable-updates
-> ExecStop:
Command Line: /sbin/resolvconf --disable-updates
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/config untested
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: systemd-modules-load.service
References: -.mount
References: systemd-journald.socket
References: system.slice
References: systemd-modules-load.service
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-done.service
After: systemd-hwdb-update.service
ReferencedBy: systemd-hwdb-update.service
-> Unit kbd.service:
Description: LSB: Prepare console
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:18 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kbd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kbd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/kbd.service
Source Path: /etc/init.d/kbd
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: console-setup.service
After: systemd-journald.socket
After: remote-fs.target
After: system.slice
References: sysinit.target
References: systemd-journald.socket
References: remote-fs.target
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: console-setup.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kbd start
-> ExecStop:
Command Line: /etc/init.d/kbd stop
-> Unit inetd.service:
Description: Internet superserver
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/inetd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: inetd.service
Documentation: man:inetd(8)
Fragment Path: /lib/systemd/system/inetd.service
ConditionPathExists: /etc/inetd.conf untested
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1426
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/inetd -i
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-getty.slice
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: system.slice
WantedBy: getty at tty1.service
WantedBy: getty at tty6.service
WantedBy: getty at tty5.service
WantedBy: getty at tty4.service
WantedBy: getty at tty2.service
WantedBy: getty at tty7.service
WantedBy: getty at tty3.service
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
Before: getty at tty6.service
Before: getty at tty5.service
Before: getty at tty4.service
Before: getty at tty2.service
Before: getty at tty7.service
Before: getty at tty3.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty6.service
ReferencedBy: getty at tty5.service
ReferencedBy: getty at tty4.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: 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
Requires: -.mount
Wants: system.slice
After: systemd-journald.socket
After: system.slice
After: -.mount
After: proc-sys-fs-binfmt_misc.automount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: proc-sys-fs-binfmt_misc.automount
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap:
Description: /dev/disk/by-id/dm-name-LocalCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Following: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-LocalCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
RequiresMountsFor: /dev/disk/by-id/dm-name-LocalCrypt-SWAP
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-id/dm-name-LocalCrypt-SWAP
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit lvm2-monitor.service:
Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:17 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/lvm2-monitor.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: lvm2-monitor.service
Documentation: man:dmeventd(8)
Documentation: man:lvcreate(8)
Documentation: man:lvchange(8)
Documentation: man:vgchange(8)
Fragment Path: /lib/systemd/system/lvm2-monitor.service
Condition Timestamp: Sat 2015-07-04 17:46:17 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:17 IST
Assert Result: yes
Requires: dm-event.socket
Requires: lvm2-lvmetad.socket
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs.target
After: lvm2-activation.service
After: dm-event.socket
After: lvm2-lvmetad.socket
After: systemd-journald.socket
After: lvm2-lvmetad.service
After: system.slice
References: systemd-journald.socket
References: local-fs.target
References: lvm2-activation.service
References: lvm2-lvmetad.service
References: lvm2-lvmetad.socket
References: system.slice
References: shutdown.target
References: dm-event.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --config global{use_lvmetad=0} --ignoreskippedcluster
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: HGST_HTS725050A7E630
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:21 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rc-local.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/wait-online.conf
ConditionFileIsExecutable: /etc/rc.local untested
Condition Timestamp: Sat 2015-07-04 17:46:21 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:21 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty5.service
Before: getty at tty2.service
Before: getty at tty3.service
Before: getty at tty7.service
Before: getty at tty6.service
Before: getty at tty1.service
Before: shutdown.target
Before: getty at tty4.service
Before: multi-user.target
After: system.slice
After: basic.target
After: network-online.target
After: systemd-journald.socket
After: network.target
References: system.slice
References: basic.target
References: network-online.target
References: systemd-journald.socket
References: network.target
References: shutdown.target
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: getty at tty6.service
ReferencedBy: getty at tty5.service
ReferencedBy: getty at tty4.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/rc.local start
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:21 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty1.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2015-07-04 17:46:21 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:21 IST
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-user-sessions.service
After: basic.target
After: systemd-journald.socket
After: system-getty.slice
After: rc-local.service
After: plymouth-quit-wait.service
References: systemd-user-sessions.service
References: basic.target
References: systemd-journald.socket
References: system-getty.slice
References: shutdown.target
References: rc-local.service
References: getty.target
References: plymouth-quit-wait.service
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 1485
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit festival.service:
Description: festival.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: festival.service
Before: speech-dispatcher.service
ReferencedBy: speech-dispatcher.service
-> Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d1.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.device
Following Set Member: dev-LocalCrypt-SWAP.device
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit slapd.service:
Description: slapd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slapd.service
Before: dovecot.service
ReferencedBy: dovecot.service
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
Description: HGST_HTS725050A7E630 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:02 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup-dev.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2015-07-04 17:46:02 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:02 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: local-fs-pre.target
Before: systemd-udevd.service
After: systemd-journald.socket
After: system.slice
After: kmod-static-nodes.service
After: systemd-sysusers.service
References: local-fs-pre.target
References: systemd-udevd.service
References: systemd-journald.socket
References: systemd-sysusers.service
References: system.slice
References: sysinit.target
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: kmod-static-nodes.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
-> Unit dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device:
Description: HGST_HTS725050A7E630 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-sda3.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: boot.mount
BoundBy: boot.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
Before: boot.mount
Before: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
ReferencedBy: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart5.device:
Description: HGST_HTS725050A7E630 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart5.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.service
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: -.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Wants: system.slice
RequiredBy: emergency.service
RequiredBy: dev-hugepages.mount
RequiredBy: sys-kernel-debug.mount
RequiredBy: avahi-daemon.socket
RequiredBy: colord.service
RequiredBy: run-user-1000.mount
RequiredBy: systemd-journald.socket
RequiredBy: systemd-initctl.socket
RequiredBy: syslog.socket
RequiredBy: uuidd.socket
RequiredBy: systemd-fsckd.socket
RequiredBy: var-lib-machines.mount
RequiredBy: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
RequiredBy: dev-LocalCrypt-SWAP.swap
RequiredBy: run-user-1000-gvfs.mount
RequiredBy: boot.mount
RequiredBy: systemd-timesyncd.service
RequiredBy: systemd-rfkill at rfkill0.service
RequiredBy: tor.service
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
RequiredBy: lvm2-lvmetad.socket
RequiredBy: dev-mapper-LocalCrypt\x2dSWAP.swap
RequiredBy: systemd-ask-password-console.path
RequiredBy: systemd-journal-flush.service
RequiredBy: systemd-random-seed.service
RequiredBy: dm-event.socket
RequiredBy: systemd-update-utmp.service
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-rfkill at rfkill1.service
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: sys-kernel-config.mount
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: rtkit-daemon.service
RequiredBy: basic.target
RequiredBy: rescue.service
RequiredBy: dbus.socket
RequiredBy: local-fs.target
RequiredBy: systemd-backlight at backlight:intel_backlight.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-ask-password-wall.path
RequiredBy: systemd-udevd-control.socket
RequiredBy: dev-dm\x2d1.swap
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: systemd-update-utmp-runlevel.service
Before: systemd-journald.socket
Before: systemd-rfkill at rfkill1.service
Before: systemd-update-utmp-runlevel.service
Before: local-fs.target
Before: dev-hugepages.mount
Before: syslog.socket
Before: colord.service
Before: boot.mount
Before: systemd-ask-password-wall.path
Before: run-user-1000.mount
Before: systemd-random-seed.service
Before: emergency.service
Before: dev-LocalCrypt-SWAP.swap
Before: sys-fs-fuse-connections.mount
Before: uuidd.socket
Before: systemd-journal-flush.service
Before: tor.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: dev-dm\x2d1.swap
Before: dm-event.socket
Before: rtkit-daemon.service
Before: proc-sys-fs-binfmt_misc.automount
Before: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Before: systemd-rfkill at rfkill0.service
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-udevd-control.socket
Before: sys-kernel-debug.mount
Before: systemd-timesyncd.service
Before: systemd-journald-dev-log.socket
Before: dbus.socket
Before: dev-mqueue.mount
Before: systemd-ask-password-console.path
Before: systemd-fsckd.socket
Before: basic.target
Before: lvm2-lvmetad.socket
Before: systemd-update-utmp.service
Before: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Before: sys-kernel-config.mount
Before: rescue.service
Before: systemd-initctl.socket
Before: dev-mapper-LocalCrypt\x2dSWAP.swap
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Before: avahi-daemon.socket
Before: var-lib-machines.mount
Before: run-user-1000-gvfs.mount
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: boot.mount
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
ReferencedBy: rescue.service
ReferencedBy: syslog.socket
ReferencedBy: systemd-random-seed.service
ReferencedBy: dev-mapper-LocalCrypt\x2dSWAP.swap
ReferencedBy: tor.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-rfkill at rfkill0.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-fsckd.socket
ReferencedBy: systemd-rfkill at rfkill1.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
ReferencedBy: basic.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: colord.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: var-lib-machines.mount
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
ReferencedBy: systemd-journald.socket
ReferencedBy: uuidd.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-timesyncd.service
ReferencedBy: emergency.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-update-utmp.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: dm-event.socket
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-initctl.socket
ReferencedBy: dev-LocalCrypt-SWAP.swap
ReferencedBy: run-user-1000.mount
RequiresMountsFor: /dev/mapper/LocalCrypt-ROOT
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /
What: /dev/dm-2
File System Type: ext4
Options: rw,relatime,errors=remount-ro,commit=600,data=writeback
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: inherit
StandardError: inherit
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.target
Before: lxc.service
Before: ModemManager.service
ReferencedBy: lxc.service
ReferencedBy: ModemManager.service
-> Unit apache2.service:
Description: LSB: Apache2 web server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:28 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:36 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/apache2.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: apache2.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/apache2.service
Source Path: /etc/init.d/apache2
Condition Timestamp: Sat 2015-07-04 17:46:28 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:28 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: remote-fs.target
After: basic.target
After: nss-lookup.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: system.slice
After: network-online.target
After: local-fs.target
References: shutdown.target
References: remote-fs.target
References: basic.target
References: multi-user.target
References: nss-lookup.target
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: graphical.target
References: system.slice
References: network-online.target
References: local-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/apache2 start
-> ExecReload:
Command Line: /etc/init.d/apache2 reload
-> ExecStop:
Command Line: /etc/init.d/apache2 stop
-> Unit sys-devices-pci0000:00-0000:00:1c.2-0000:08:00.0-net-eth1.device:
Description: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1c.2-0000:08:00.0-net-eth1.device
Following Set Member: sys-subsystem-net-devices-eth1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.2/0000:08:00.0/net/eth1
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountkernfs.service
Fragment Path: /dev/null
Before: keyboard-setup.service
Before: networking.service
ReferencedBy: keyboard-setup.service
ReferencedBy: networking.service
-> Unit NetworkManager.service:
Description: Network Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:25 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/NetworkManager.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: NetworkManager.service
Fragment Path: /lib/systemd/system/NetworkManager.service
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1425
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.NetworkManager
Bus Name Good: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/NetworkManager --no-daemon
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2dfsck.slice
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: system.slice
WantedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit lvm2-lvmetad.service:
Description: LVM2 metadata daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmetad.service
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Requires: lvm2-lvmetad.socket
Wants: system.slice
Conflicts: shutdown.target
Before: lvm2-monitor.service
After: systemd-journald.socket
After: lvm2-lvmetad.socket
After: system.slice
TriggeredBy: lvm2-lvmetad.socket
References: shutdown.target
References: systemd-journald.socket
References: lvm2-lvmetad.socket
References: system.slice
ReferencedBy: lvm2-monitor.service
ReferencedBy: lvm2-lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
PIDFile: /var/run/lvmetad.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
Environment: SD_ACTIVATION=1
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvmetad -f
-> Unit sys-devices-virtual-block-dm\x2d0.device:
Description: LVM PV hGHQAH-hwIY-4SLj-T9yU-v1yg-lTy7-soL8kY on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:09 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhGHQAH\x2dhwIY\x2d4SLj\x2dT9yU\x2dv1yg\x2dlTy7\x2dsoL8kY.device
Following Set Member: dev-block-254:0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d05d37e4ec5664a2d9d54c86b902f7802\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Job Timeout: 1min 30s
Wants: lvm2-pvscan at 254:0.service
References: lvm2-pvscan at 254:0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit minissdpd.service:
Description: LSB: keep memory of all UPnP devices that announced themselves
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/minissdpd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: minissdpd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/minissdpd.service
Source Path: /etc/init.d/minissdpd
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: remote-fs.target
After: basic.target
After: time-sync.target
After: systemd-journald.socket
After: system.slice
After: network-online.target
After: local-fs.target
References: shutdown.target
References: remote-fs.target
References: basic.target
References: multi-user.target
References: time-sync.target
References: systemd-journald.socket
References: graphical.target
References: system.slice
References: network-online.target
References: local-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/minissdpd start
-> ExecReload:
Command Line: /etc/init.d/minissdpd reload
-> ExecStop:
Command Line: /etc/init.d/minissdpd stop
-> Unit udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:47:04 IST
Active Enter Timestamp: Sat 2015-07-04 17:47:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/udisks2.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: udisks2.service
Documentation: man:udisks(8)
Fragment Path: /lib/systemd/system/udisks2.service
Condition Timestamp: Sat 2015-07-04 17:47:04 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:47:04 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 2198
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UDisks2
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/udisks2/udisksd --no-debug
-> Unit dev-sda4.device:
Description: HGST_HTS725050A7E630 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda4.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit gdomap.service:
Description: LSB: Start the GNUstep distributed object mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:21 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/gdomap.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: gdomap.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/gdomap.service
Source Path: /etc/init.d/gdomap
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: remote-fs.target
After: basic.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: system.slice
References: shutdown.target
References: remote-fs.target
References: basic.target
References: multi-user.target
References: systemd-journald.socket
References: graphical.target
References: systemd-journald-dev-log.socket
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/gdomap start
-> ExecStop:
Command Line: /etc/init.d/gdomap stop
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Before: getty at tty1.service
Before: getty at tty6.service
Before: getty at tty5.service
Before: getty at tty4.service
Before: getty at tty2.service
Before: getty at tty7.service
Before: getty at tty3.service
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty6.service
ReferencedBy: getty at tty5.service
ReferencedBy: getty at tty4.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty3.service
-> Unit dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device:
Description: HGST_HTS725050A7E630 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Wants: systemd-cryptsetup at sda5_crypt.service
BoundBy: systemd-cryptsetup at sda5_crypt.service
Before: systemd-cryptsetup at sda5_crypt.service
References: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:18 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:18 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-timesyncd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-timesyncd.service
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
ConditionFileIsExecutable: !/usr/sbin/chronyd untested
ConditionFileIsExecutable: !/usr/sbin/openntpd untested
ConditionFileIsExecutable: !/usr/sbin/ntpd untested
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Condition Timestamp: Sat 2015-07-04 17:46:18 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:18 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: time-sync.target
After: systemd-sysusers.service
After: systemd-remount-fs.service
After: -.mount
After: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: system.slice
References: systemd-sysusers.service
References: systemd-remount-fs.service
References: time-sync.target
References: sysinit.target
References: -.mount
References: systemd-tmpfiles-setup.service
References: systemd-journald.socket
References: shutdown.target
References: system.slice
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
Main PID: 1230
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
Status Text: Synchronized to time server 123.108.225.6:123 (2.debian.pool.ntp.org).
-> Unit dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart3.device:
Description: HGST_HTS725050A7E630 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart3.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-175b2d9e\x2d8a00\x2d4c6b\x2dade6\x2d8485a7f22276.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Requires: -.mount
Wants: -.slice
Wants: systemd-setup-dgram-qlen.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: systemd-journald.service
Before: shutdown.target
Before: syslog.service
Before: sockets.target
After: -.slice
After: systemd-setup-dgram-qlen.service
After: -.mount
Triggers: syslog.service
References: sockets.target
References: -.slice
References: -.mount
References: systemd-setup-dgram-qlen.service
References: shutdown.target
References: syslog.service
ReferencedBy: systemd-journald.service
ReferencedBy: emergency.service
ReferencedBy: systemd-setup-dgram-qlen.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: dead
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-LocalCrypt-SWAP.swap:
Description: /dev/LocalCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-LocalCrypt-SWAP.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-LocalCrypt-SWAP.swap
Following: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
RequiresMountsFor: /dev/LocalCrypt/SWAP
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/LocalCrypt/SWAP
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit user-1000.slice:
Description: user-1000.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:59 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:59 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user-1000.slice
Condition Timestamp: Sat 2015-07-04 17:46:59 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:59 IST
Assert Result: yes
Wants: user.slice
WantedBy: user at 1000.service
WantedBy: session-1.scope
Conflicts: shutdown.target
Before: shutdown.target
Before: user at 1000.service
Before: session-1.scope
After: user.slice
References: shutdown.target
References: user.slice
ReferencedBy: user at 1000.service
ReferencedBy: session-1.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit virtualbox.service:
Description: LSB: VirtualBox Linux kernel module
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:22 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/virtualbox.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: virtualbox.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/virtualbox.service
Source Path: /etc/init.d/virtualbox
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: systemd-journald.socket
After: remote-fs.target
After: network-online.target
After: basic.target
After: system.slice
References: multi-user.target
References: systemd-journald.socket
References: remote-fs.target
References: network-online.target
References: basic.target
References: system.slice
References: graphical.target
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/virtualbox start
-> ExecStop:
Command Line: /etc/init.d/virtualbox stop
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:47:03 IST
Active Enter Timestamp: Sat 2015-07-04 17:47:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/sys-fs-fuse-connections.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionPathExists: /sys/fs/fuse/connections untested
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
WantedBy: sys-module-fuse.device
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: systemd-modules-load.service
References: -.mount
References: systemd-journald.socket
References: systemd-modules-load.service
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: sys-module-fuse.device
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:20 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-online.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
WantedBy: apache2.service
WantedBy: postfix.service
WantedBy: dovecot.service
WantedBy: apport.service
WantedBy: minissdpd.service
WantedBy: virtualbox.service
Conflicts: shutdown.target
Before: apache2.service
Before: rc-local.service
Before: postfix.service
Before: dovecot.service
Before: apport.service
Before: minissdpd.service
Before: virtualbox.service
After: network.target
References: shutdown.target
References: network.target
ReferencedBy: apache2.service
ReferencedBy: rc-local.service
ReferencedBy: postfix.service
ReferencedBy: dovecot.service
ReferencedBy: apport.service
ReferencedBy: minissdpd.service
ReferencedBy: virtualbox.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: systemd-ask-password-wall.service
After: -.mount
Triggers: systemd-ask-password-wall.service
References: shutdown.target
References: paths.target
References: systemd-ask-password-wall.service
References: -.mount
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Fragment Path: /lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d untested
ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
ConditionPathIsReadWrite: /proc/sys/ untested
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
References: shutdown.target
References: sysinit.target
References: system.slice
References: systemd-journald.socket
References: proc-sys-fs-binfmt_misc.automount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-07-04 18:00:58 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-07-04 18:01:13 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Sat 2015-07-04 18:00:58 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 18:00:58 IST
Assert Result: yes
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: systemd-tmpfiles-clean.timer
After: systemd-journald.socket
After: time-sync.target
After: system.slice
TriggeredBy: systemd-tmpfiles-clean.timer
References: local-fs.target
References: shutdown.target
References: systemd-journald.socket
References: time-sync.target
References: system.slice
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
-> Unit systemd-backlight at backlight:intel_backlight.service:
Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
Instance: backlight:intel_backlight
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:09 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-backlight at backlight:intel_backlight.service
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Sat 2015-07-04 17:46:08 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:08 IST
Assert Result: yes
Requires: -.mount
Wants: system-systemd\x2dbacklight.slice
WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: -.mount
After: system-systemd\x2dbacklight.slice
References: systemd-remount-fs.service
References: systemd-journald.socket
References: -.mount
References: sysinit.target
References: system-systemd\x2dbacklight.slice
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
RequiresMountsFor: /var/lib/systemd/backlight
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load %i
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save %i
-> Unit sys-devices-pci0000:00-0000:00:03.0-sound-card0.device:
Description: Haswell-ULT HD Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:08 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:08 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/sound/card0
-> Unit dev-dm\x2d1.swap:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:10 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-dm\x2d1.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-dm\x2d1.swap
Following: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-mapper-LocalCrypt\x2dSWAP.swap
Following Set Member: dev-LocalCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dLocalCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJuPOD8t4mQJaWKghZS5T4ZOk1t4V28CK4dOp2mKjf8prlsbKcvgM9BmcxrneinUE.swap
Following Set Member: dev-disk-by\x2duuid-4482869d\x2da0bc\x2d458c\x2d8560\x2de7baf8828e45.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
RequiresMountsFor: /dev/dm-1
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/dm-1
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit polkitd.service:
Description: Authenticate and Authorize Users to Run Privileged Tasks
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:25 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:25 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/polkitd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: polkitd.service
Fragment Path: /lib/systemd/system/polkitd.service
Condition Timestamp: Sat 2015-07-04 17:46:25 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:25 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1602
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/policykit-1/polkitd --no-debug
-> Unit spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: spamassassin.service
Before: postfix.service
ReferencedBy: postfix.service
-> Unit dnsmasq.service:
Description: dnsmasq - A lightweight DHCP and caching DNS server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:20 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:28 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dnsmasq.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dnsmasq.service
Fragment Path: /lib/systemd/system/dnsmasq.service
DropIn Path: /run/systemd/generator/dnsmasq.service.d/50-dnsmasq-$named.conf
DropIn Path: /run/systemd/generator/dnsmasq.service.d/50-insserv.conf-$named.conf
Condition Timestamp: Sat 2015-07-04 17:46:20 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:20 IST
Assert Result: yes
Requires: network.target
Requires: basic.target
Wants: nss-lookup.target
Wants: system.slice
RequiredBy: nss-lookup.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: nss-lookup.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: network.target
References: system.slice
References: nss-lookup.target
ReferencedBy: nss-lookup.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1555
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/dnsmasq/dnsmasq.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /usr/sbin/dnsmasq --test
-> ExecStart:
Command Line: /etc/init.d/dnsmasq systemd-exec
-> ExecStartPost:
Command Line: /etc/init.d/dnsmasq systemd-start-resolvconf
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> ExecStop:
Command Line: /etc/init.d/dnsmasq systemd-stop-resolvconf
-> Unit dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart5.device:
Description: HGST_HTS725050A7E630 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart5.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2duuid-05d37e4e\x2dc566\x2d4a2d\x2d9d54\x2dc86b902f7802.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: -.mount
Wants: system.slice
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: emergency.service
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: shutdown.target
Before: rescue.target
Before: graphical.target
Before: multi-user.target
After: sysinit.target
After: system.slice
After: -.mount
After: plymouth-start.service
References: -.mount
References: sysinit.target
References: system.slice
References: shutdown.target
References: plymouth-start.service
ReferencedBy: emergency.service
ReferencedBy: rescue.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit keyboard-setup.service:
Description: LSB: Set preliminary keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:04 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/keyboard-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: keyboard-setup.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/keyboard-setup.service
Source Path: /etc/init.d/keyboard-setup
Condition Timestamp: Sat 2015-07-04 17:46:04 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:04 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-remount-fs.service
After: mountkernfs.service
After: keymap.service
After: system.slice
After: systemd-udevd.service
After: systemd-journald.socket
References: systemd-journald.socket
References: mountkernfs.service
References: keymap.service
References: system.slice
References: sysinit.target
References: systemd-remount-fs.service
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/keyboard-setup start
-> ExecReload:
Command Line: /etc/init.d/keyboard-setup reload
-> ExecStop:
Command Line: /etc/init.d/keyboard-setup stop
-> Unit console-setup.service:
Description: LSB: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:18 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:18 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-setup.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/console-setup.service
Source Path: /etc/init.d/console-setup
Condition Timestamp: Sat 2015-07-04 17:46:18 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:18 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: console-screen.service
After: remote-fs.target
After: systemd-journald.socket
After: kbd.service
References: system.slice
References: console-screen.service
References: remote-fs.target
References: systemd-journald.socket
References: kbd.service
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/console-setup start
-> ExecReload:
Command Line: /etc/init.d/console-setup reload
-> ExecStop:
Command Line: /etc/init.d/console-setup stop
-> Unit dev-sda2.device:
Description: HGST_HTS725050A7E630 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda2.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-70D45155D4511EA2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2dlabel-System\x5cx20Reserved.device:
Description: HGST_HTS725050A7E630 System_Reserved
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-System\x5cx20Reserved.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-32B8FF0AB8FECAFD.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:01 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:02 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/debug untested
Condition Timestamp: Sat 2015-07-04 17:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:01 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-sda1.device:
Description: HGST_HTS725050A7E630 System_Reserved
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:13 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:13 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda1.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-System\x5cx20Reserved.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-32B8FF0AB8FECAFD.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: emergency.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit packagekit.service:
Description: PackageKit Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:55 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:56 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/packagekit.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: packagekit.service
Fragment Path: /lib/systemd/system/packagekit.service
Condition Timestamp: Sat 2015-07-04 17:46:55 IST
Condition Result: yes
Assert Timestamp: Sat 2015-07-04 17:46:55 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 2050
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PackageKit
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
-> ExecStart:
Command Line: /usr/lib/packagekit/packagekitd
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-hwdb-update.service
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d/ untested
ConditionPathExists: |/etc/udev/hwdb.bin untested
ConditionPathExists: |!/lib/udev/hwdb.bin untested
ConditionNeedsUpdate: /etc untested
Condition Timestamp: Sat 2015-07-04 17:46:10 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udev-trigger.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-done.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: systemd-remount-fs.service
References: systemd-update-done.service
References: systemd-journald.socket
References: system.slice
References: shutdown.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-hwdb update
-> Unit dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart4.device:
Description: HGST_HTS725050A7E630 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-07-04 17:46:12 IST
Active Enter Timestamp: Sat 2015-07-04 17:46:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x10342734160797847552x\x2dpart4.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dHGST_HTS725050A7E630_TF0500WJ32UN2V\x2dpart4.device
Following Set Member: dev-sda4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: -.mount
Wants: system.slice
RequiredBy: emergency.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: shutdown.target
Before: sysinit.target
Before: emergency.target
After: system.slice
After: -.mount
References: syslog.socket
References: -.mount
References: rescue.service
References: system.slice
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: emergency.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/lxc.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lxc.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.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/uuidd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/laptop-mode.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/laptop-mode.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <==
/etc/systemd/system/bluetooth.target.wants/bluetooth.service
/etc/systemd/system/dbus-org.bluez.service
==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/dm-event.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ModemManager.service
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation-early.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/hybrid-sleep.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.thermald.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/resolvconf.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/resolvconf.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/inetd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/inetd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron-resume.service.dsh-also <==
/etc/systemd/system/suspend.target.wants/anacron-resume.service
/etc/systemd/system/hibernate.target.wants/anacron-resume.service
/etc/systemd/system/hybrid-sleep.target.wants/anacron-resume.service
==> /var/lib/systemd/deb-systemd-helper-enabled/suspend.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dnsmasq.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dnsmasq.service
==> /var/lib/systemd/deb-systemd-helper-enabled/tor.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/tor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation-early.service.dsh-also <==
/etc/systemd/system/local-fs.target.wants/lvm2-activation-early.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/accounts-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ModemManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/thermald.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/inetd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/pppd-dns.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dnsmasq.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/laptop-mode.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lxc.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/tor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/thermald.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/thermald.service
/etc/systemd/system/dbus-org.freedesktop.thermald.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation.service.dsh-also <==
/etc/systemd/system/local-fs.target.wants/lvm2-activation.service
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/LocalCrypt-ROOT / ext4 defaults,delalloc,errors=remount-ro 0 1
# /boot was on /dev/sda3 during installation
UUID=175b2d9e-8a00-4c6b-ade6-8485a7f22276 /boot ext4 defaults 0 2
/dev/mapper/LocalCrypt-SWAP none swap sw 0 0
More information about the Pkg-systemd-maintainers
mailing list